View Single Post
Old 6th June 2010, 20:53   #5  |  Link
zzspectrez
Registered User
 
Join Date: Nov 2005
Posts: 17
Quote:
Originally Posted by deank View Post
Can you post (mediainfo) information about the parameters you used for the working and non-working encodes?

m2ts is a container with some restrictions, but quite useful when you want to go from file to Blu-ray/AVCHD structures.
This is the commandline shown for the profiles in MEGUI:


Bluray HQ
program --crf 20.0 --profile high --level 4.1 --bframes 3 --ref 4 --slices 4 --aud --nal-hrd vbr --b-pyramid strict
--keyint 24 --min-keyint 2 --vbv-bufsize 30000 --vbv-maxrate 40000 --output "output" "input"

AVCHD HQ
program --crf 20.0 --trellis 0 --profile high --level 4.1 --bframes 3 --ref 4 --slices 4 --aud --nal-hrd vbr
--b-pyramid strict --keyint 24 --min-keyint 2 --vbv-maxrate 14000 --vbv-bufsize 14500 --output "output" "input"

PS3 HQ
program --crf 20.0 --b-pyramid none --profile high --level 4.2 --vbv-bufsize 31250 --vbv-maxrate 31250 --aud
--output "output" "input"

Thanks for your help!
zzspectrez is offline   Reply With Quote