Hi to all.
I've just tried to backup a bluray disk (Game of thrones, season3 disk 1) using BACKUP DISK function of Makemkv 1.10.8, on ubuntu 17.10 x64 environment, compiling from tar.gz packages provided by the official site, of course.
All fine, but when i play the backup copy on ps4 (this is my unique bluray player @home right now) i received this error:
CE-35486-6 - Unable to play disk.
Looking for on knowledge base Sony i've discovered this:
https://www.playstation.com/en-gb/get-h ... e-35486-6/
Of course is not true, because the bluray disk is shining&perfect.
Backing up with dvdfab or redfox there aren't any troubles.
What's am i wronging ? Where is my fault ?
Thanks for your effort, for your patience and for your work,
Nicola.
"BACKUP DISK" function and CE-35486-6 PS4 Error Code
Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code
Did the backup process show any error messages? Did you decrypt the files as it was being backed up?
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code
No errors, the backup was successfully completed.Woodstock wrote:Did the backup process show any error messages? Did you decrypt the files as it was being backed up?
Yes, of course, files were been decrypted.
The iso was produced by this command:
genisoimage -v -iso-level 3 -allow-limited-size -J -r -V "GAME OF THRONES S03D1" -o /home/nicola/Video/S3D1.iso /E/MAKEMKV_DUMP/GOT_S3_B5A_DISC1/
-
- Posts: 7
- Joined: Mon Oct 17, 2016 9:25 am
Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code
Hi, I don't think genisoimage (or mkisofs or xorriso) can generate proper bluray-video discs.nicopelle wrote:No errors, the backup was successfully completed.Woodstock wrote:Did the backup process show any error messages? Did you decrypt the files as it was being backed up?
Yes, of course, files were been decrypted.
The iso was produced by this command:
genisoimage -v -iso-level 3 -allow-limited-size -J -r -V "GAME OF THRONES S03D1" -o /home/nicola/Video/S3D1.iso /E/MAKEMKV_DUMP/GOT_S3_B5A_DISC1/
On the faq /faq/ tsmuxer is recommended. You can find it here http://forum.doom9.org/showthread.php?t=168539.
Imgburn should also work using wine.
Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code
Probably the solution is :
1. Copy 1:1 disk by "BACKUP DISK" function of MakeMKV, checking "DECRYPT" function (of course).
2. create the iso using:
3. burning the iso using:
(of course i've used HANCOCK disk as sample)
Proceeding in this way, the backup disk play flawless
P.S: you need more or less 100Gb on hdd.
1. Copy 1:1 disk by "BACKUP DISK" function of MakeMKV, checking "DECRYPT" function (of course).
2. create the iso using:
Code: Select all
mkisofs -udf -input-charset utf-8 -V "HANCOCK_EXTENDED_CUT_BD50" -o /home/nicola/Video/HANCOCK_EXTENDED_CUT_BD50.iso /home/nicola/Video/backup/HANCOCK
Code: Select all
growisofs -speed=6 -dvd-compat -Z /dev/sr0=/home/nicola/Video/HANCOCK_EXTENDED_CUT_BD50.iso
Proceeding in this way, the backup disk play flawless
P.S: you need more or less 100Gb on hdd.