View Single Post
Old 5th February 2008, 17:48   #15  |  Link
XolocoTuxmaster
Registered User
 
Join Date: Sep 2007
Posts: 88
Quote:
Originally Posted by lexor View Post
Well, tsmuxer won't warn you, but if I had faith in my streams I don't need the expensive program, right? It doesn't do any mandatory fiddling with streams themselves?
It does...what I don't know is if tsmuxer does too, that's why I recommend Scenarist

Quote:
Originally Posted by trojanfoe View Post
EDIT: found a patched version. What's the complete x264 command line please?
whichever you want, just have in mind the parameters I mentioned. You can also use megui blu-ray profiles

Example: good quality (some people call it "almost lossless") encoding

x264 --crf 18 --keyint 24 --min-keyint 1 --vbv-maxrate 38000 --vbv-bufsize 30000 --nal-hrd --mvrange 511 --level 4.1 --bframe 3 --ref 3 --aud --sar 1:1 --fps 24000/1001 -o output.264 input

or even simpler:

x264 --crf 18 --keyint 24 --min-keyint 1 --vbv-maxrate 38000 --vbv-bufsize 30000 --nal-hrd --mvrange 511 --level 4.1 --aud --sar 1:1 --fps 24000/1001 -o output.264 input

Last edited by XolocoTuxmaster; 5th February 2008 at 18:28.
XolocoTuxmaster is offline   Reply With Quote