[MEncoder-users] Is it possible to do IVTC on video from the HD-PVR?

Laine Lee llee040 at sbcglobal.net
Thu Jun 3 06:27:09 CEST 2010


On 6/2/10 11:18 AM, "Andrew Berg" <bahamutzero8825 at gmail.com> wrote:

> http://www.digital-signal.net/bahamut/temp/bms.s01e01.sample.ts (31 sec,
> 53.91MB)

I doubt that all these steps were necessary, but I took your clip and used
tsMuxer to demux to a .264 and a .ac3 file. Then I used some stuff I learned
from Henk in the following two commands to convert to a DVD-sized mpeg-2.
The video capture seems pretty clean, and I think that's what makes the
conversion successful.

1. MP4Box -tmp tempdirectory -add /path/to/yourfile.264 -fps 59.94
cleaned.mp4

2. mencoder cleaned.mp4 -oac copy -audiofile /path/to/yourfile.ac3 -ovc lavc
-lavcopts 
vqscale=2:mbd=0:vcodec=mpeg2video:aspect=16/9:vrc_buf_size=1835:vrc_maxrate=
9800:vbitrate=5800:keyint=15 -vf
filmdint=io=30:24/fast=0/sad_thres=2048,softskip,gradfun,fspp,scale=720:-10,
harddup -noskip -mc 0 -noskip -of mpeg -mpegopts
format=dvd:tsaf:muxrate=40000 -fps 60000/1001 -ofps 24000/1001 -o
/path/to/yourfile.mpg

Laine Lee




More information about the MEncoder-users mailing list