[MEncoder-users] divx with mencoder
FreakET | softjobs.de.vu
FreakET at mysc.de
Wed Apr 13 22:35:43 CEST 2005
hello,
i'm trying to record tv into divx with this :
mencoder -tv
driver=v4l:device=/dev/video0:input=0:norm=PAL:freq=266.25:width=768:height=576:fps=25:amode=1:adevice=/dev/dsp0:forcechan=2
tv:// -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2000:keyint=300 -oac
mp3lame -lameopts cbr:br=224 -vop pp=lb,denoise3d -o /test/lost.avi
>/dev/null 2>/dev/null &
it works fine but i'm not able to play it on windows with the divxcodec
installed. then i tried
mencoder -tv
driver=v4l:device=/dev/video0:input=0:norm=PAL:freq=266.25:width=768:height=576:fps=25:amode=1:adevice=/dev/dsp0:forcechan=2
tv:// -ovc lavc -lavcopts vcodec=msmpeg4:vbitrate=2000:keyint=300 -oac
mp3lame -lameopts cbr:br=224 -vop pp=lb,denoise3d -o /test/lost.avi
>/dev/null 2>/dev/null &
i was able to play in mediaplayer but as i wanted to cut out the
comercials with virtual dub, it couldn't open the file. finally i tryed
mencoder -tv
driver=v4l:device=/dev/video0:input=0:norm=PAL:freq=266.25:width=768:height=576:fps=25:amode=1:adevice=/dev/dsp0:forcechan=2
tv:// -ovc lavc -lavcopts vcodec=msmpeg4v2:vbitrate=2000:keyint=300 -oac
mp3lame -lameopts cbr:br=224 -vop pp=lb,denoise3d -o /test/lost.avi
>/dev/null 2>/dev/null &
put there i had the same problem as with the msmpeg4 codec. playing
wasn't the problem but i couldn't edit them.
perhaps anyone could help.
thx
freaket
More information about the MEncoder-users
mailing list