lutinor
30th April 2011, 10:46
Hi all,
I need to encode an mp4 media, here's his info :
Codec ID/Info : Advanced Video Coding
Bit rate mode : 1 100 Kbps
Maximum bit rate : 11.5 Mbps
Width : 720 pixels
Height : 544 pixels
Display aspect ratio : 4:3
Frame rate mode:Constant
Frame rate: 29.970 fps
The output must be blueray compliant, here's what i think right :
x264 --bitrate 1100 --vf resize:width=720,height=480,method=spline --fake-interlaced --fps 30000/1001 --force-cfr --ref 6 --preset slower --tune animation --bluray-compat --vbv-maxrate 10000 --vbv-bufsize 10000 --level 4.0 --keyint 30 --open-gop --slices 1 --tff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --pass 1 -o out.264 input.file
Is it right ? :confused:
(i have a msg error :( swscale is not compatible with interlaced vertical resizing)
I need to encode an mp4 media, here's his info :
Codec ID/Info : Advanced Video Coding
Bit rate mode : 1 100 Kbps
Maximum bit rate : 11.5 Mbps
Width : 720 pixels
Height : 544 pixels
Display aspect ratio : 4:3
Frame rate mode:Constant
Frame rate: 29.970 fps
The output must be blueray compliant, here's what i think right :
x264 --bitrate 1100 --vf resize:width=720,height=480,method=spline --fake-interlaced --fps 30000/1001 --force-cfr --ref 6 --preset slower --tune animation --bluray-compat --vbv-maxrate 10000 --vbv-bufsize 10000 --level 4.0 --keyint 30 --open-gop --slices 1 --tff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --pass 1 -o out.264 input.file
Is it right ? :confused:
(i have a msg error :( swscale is not compatible with interlaced vertical resizing)