Posts: 165
Threads: 26
Likes Received: 74 in 37 posts
Likes Given: 0
Joined: Jun 2007
Reputation:
97
[size=medium][font=myriad-pro, sans-serif]Hi!
I've been creating custom discs for a personal back-up copy of a few movies. I ripped the M2TS files from the retail Blu-ray discs and imported them in Encore successfully. [/font][/size]
[size=medium][font=myriad-pro, sans-serif]However, in the case of only one particular movie, the M2TS video stream-only file shows as "Untranscoded" when imported....I tried a few things but nothing worked. I'm wondering why this specific file doesn't seem to be BD-compliant when no other showed any problem.[/font][/size]
[size=medium][font=myriad-pro, sans-serif] Here is some info on the file itself.
[/font][/size]
[size=medium] [font=myriad-pro, sans-serif]Thanks for your help![/font][/size]
•
Posts: 4,755
Threads: 53
Likes Received: 930 in 475 posts
Likes Given: 565
Joined: Jun 2011
Reputation:
2,390
09-19-2017, 05:50 PM
(This post was last modified: 09-19-2017, 05:50 PM by addiesin. Edited 1 time in total.)
I am no expert but the frame rate is 23.976. If it's going on Blu-ray at 1080p I think it's supposed to have pulldown flags that make the file appear to be 29.97 fps. I could be wrong, but it couldn't hurt to check the frame rate listed for the video files that didn't need to be transcoded and confirm whether it matches or not. If that's not the problem (and even if it is) I'm not sure what to do to properly fix it, perhaps a more informed forum member will chime in.
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
•
Posts: 2,680
Threads: 40
Likes Received: 61 in 35 posts
Likes Given: 11
Joined: May 2009
Reputation:
205
^ Pulldown flags aren't required for BD.
^^ Use of the term untranscoded ought not to mean that something is not BD compliant; it's odd if that's how Encore informs a user that a video stream needs to be re-encoded. If Encore won't author a disc with that stream, then there's something about it that it doesn't like, though not something that's apparent to me from what you posted above. Authoring programs are sometimes fussy about things that do not technically violate the BD spec. If you can't override Encode's behavior and force it to author a disc, then you'll have to re-encode it or make do with a movie-only backup of that particular disc made using another muxer. (Presumably, you're using Encore to make menus or something like that.)
•
Posts: 15,085
Threads: 149
Likes Received: 240 in 143 posts
Likes Given: 295
Joined: Jan 2007
Reputation:
2,356
(09-20-2017, 05:50 AM)Captain Khajiit Wrote: Authoring programs are sometimes fussy about things that do not technically violate the BD spec.
QFT. I still haven't figured out the trick for DVD Architect. It's a fussy bastard. I hope that MAGIX has improved the latest version for BD authoring.
•
Posts: 4,755
Threads: 53
Likes Received: 930 in 475 posts
Likes Given: 565
Joined: Jun 2011
Reputation:
2,390
(09-20-2017, 05:50 AM)Captain Khajiit Wrote: ^ Pulldown flags aren't required for BD.
Thank you for the correction
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
•
Posts: 2,680
Threads: 40
Likes Received: 61 in 35 posts
Likes Given: 11
Joined: May 2009
Reputation:
205
^ You're welcome.
(09-20-2017, 05:54 AM)ThrowgnCpr Wrote: I still haven't figured out the trick for DVD Architect.
Try closing GOPs and setting b-pyramid to none and weightp to 0.
Code: "x264.exe" --pass 1 --bitrate XXXXX --bluray-compat --level 4.1 --preset veryslow --tune film --keyint 24 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim bt709 --transfer bt709 --colormatrix bt709 --merange 24 --stats ".stats" --output NUL "whatever.avs"
"x264.exe" --pass 2 --bitrate XXXXX --bluray-compat --level 4.1 --preset veryslow --tune film --keyint 24 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim bt709 --transfer bt709 --colormatrix bt709 --merange 24 --stats ".stats" --output "whatever.264" "whatever.avs"
•
Posts: 15,085
Threads: 149
Likes Received: 240 in 143 posts
Likes Given: 295
Joined: Jan 2007
Reputation:
2,356
thanks Cap'n! I'll give that a go on my next project
•
Posts: 598
Threads: 17
Likes Received: 55 in 29 posts
Likes Given: 6
Joined: Jan 2009
Reputation:
74
I have adjusted my workflow to compensate for how crap Encore is. I never use video transcoded by Encore, and I gave up trying to get it to accept a source and leave it alone. My recommendation would be to set the quality for low (for the sake of speed) and let it transcode while the BD builds. Then do a separate encode with whatever program you like at BD spec. Then replace the video file that encore made, with the better quality file using tsmuxer.
To do that:
1. Find the m2ts you want to replace the video of and open the corresponding .mpls file in Tsmuxer
2. Remove the video from the top of the tracks list.
3. Import your new video and move it to the top of the list.
4. Select bluray disk as output and build the disk.
5. Take the mpls, m2ts and clpi files from the tsmuxer created BD and replace the ones from your Encore BD.
You can use this method to replace video, audio and subs.
•
Posts: 165
Threads: 26
Likes Received: 74 in 37 posts
Likes Given: 0
Joined: Jun 2007
Reputation:
97
(09-20-2017, 05:50 AM)Captain Khajiit Wrote: Authoring programs are sometimes fussy about things that do not technically violate the BD spec. If you can't override Encode's behavior and force it to author a disc, then you'll have to re-encode it or make do with a movie-only backup of that particular disc made using another muxer. (Presumably, you're using Encore to make menus or something like that.)
Yes I'm using Encore to make menus and consolidate every bonus feature and audio stream on one BD disc. Encore is very bad with workflow and user-friendliness. I totally get why Adobe dropped it after CS6. What worked for DVDs doesn't work with Blu-rays...
(09-20-2017, 10:29 PM)booshman Wrote: I have adjusted my workflow to compensate for how crap Encore is. I never use video transcoded by Encore, and I gave up trying to get it to accept a source and leave it alone. My recommendation would be to set the quality for low (for the sake of speed) and let it transcode while the BD builds. Then do a separate encode with whatever program you like at BD spec. Then replace the video file that encore made, with the better quality file using tsmuxer.
Thanks for this suggestion! I usually re-encode anything that Encore doesn't like with Premiere (often it's bonus features taken from DVDs). But I really didn't want to re-encode a complete video stream, especially one that already comes from a "real" Blu-ray.
I'll try your method, hopefully it will work!
•
Posts: 165
Threads: 26
Likes Received: 74 in 37 posts
Likes Given: 0
Joined: Jun 2007
Reputation:
97
(09-20-2017, 10:29 PM)booshman Wrote: 1. Find the m2ts you want to replace the video of and open the corresponding .mpls file in Tsmuxer
2. Remove the video from the top of the tracks list.
3. Import your new video and move it to the top of the list.
4. Select bluray disk as output and build the disk.
5. Take the mpls, m2ts and clpi files from the tsmuxer created BD and replace the ones from your Encore BD.
You can use this method to replace video, audio and subs.
I followed these steps carefully and I knew what I was doing. But unfortunately, when I preview the disc with the replaced files with Cyberlink PowerDVD, the movie doesn't play correctly.
The timeline for the movie appears, but it stays on the menu screen and there is no image nor sound... This workflow with TSMuxer opens up some new possibilites to bypass some of Encore's limits, so I would like to know what I'm doing wrong.
Thanks!
•
|