I've got a mpeg2 video extracted from a DVD, and I would like to encode it in mpeg4 (x264).
I use those two commands and it works.
mencoder test.m2v -ovc x264 -x264encopts bitrate=750ass=1:subq=5:4x4mv:frameref=5:bframes=3:b_pyramid: weight_b -o test.avi
mencoder test.m2v -ovc x264 -x264encopts bitrate=750ass=2:subq=5:qblur=50:4x4mv:frameref=5:bframes=3:b _pyramid:weight_b -o test.avi
And you will ask: So where is the problem ?
This video is from a TV serie and there are very ugly black bands all around the video:
So I tried to crop the video, and I succeeded in viewing the video correctly (without the black bands) by using yhis command:
mplayer test.m2v -vf crop=694:560:15:10,cropdetect=24:2
Then I tried to encode it with the following command:
mencoder test.m2v -ovc x264 -x264encopts bitrate=750ass=1:subq=5:4x4mv:frameref=5:bframes=3:b_pyramid: weight_b -vf crop=694:560:15:10,cropdetect=24:2 -o test.avi
And yhis one doesn't work. Could somebody help me?
Thanks in advance for your answers.<o></o>
I use those two commands and it works.
mencoder test.m2v -ovc x264 -x264encopts bitrate=750ass=1:subq=5:4x4mv:frameref=5:bframes=3:b_pyramid: weight_b -o test.avi
mencoder test.m2v -ovc x264 -x264encopts bitrate=750ass=2:subq=5:qblur=50:4x4mv:frameref=5:bframes=3:b _pyramid:weight_b -o test.avi
And you will ask: So where is the problem ?
This video is from a TV serie and there are very ugly black bands all around the video:
So I tried to crop the video, and I succeeded in viewing the video correctly (without the black bands) by using yhis command:
mplayer test.m2v -vf crop=694:560:15:10,cropdetect=24:2
Then I tried to encode it with the following command:
mencoder test.m2v -ovc x264 -x264encopts bitrate=750ass=1:subq=5:4x4mv:frameref=5:bframes=3:b_pyramid: weight_b -vf crop=694:560:15:10,cropdetect=24:2 -o test.avi
And yhis one doesn't work. Could somebody help me?
Thanks in advance for your answers.<o></o>
Comment