lpn1160
18th March 2006, 17:22
I 've been having some intersting problems, that maybe someone can point out my mistake, if there is one. I use this script to encode some captures I do using streamer with mjpeg. The mencoder script is as follows:
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf pullup,softskip,crop=336:464:8:6,kerndeint,expand=352:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:mbd=1:trell:turbo:vrc_minrate=3000:vbitrate=3500:vrc_maxrate=9000:acodec=mp2:abitrate=192:aspect=4/3 -ofps 24000/1001 -sws 9 -nosound -o precint13_1.mpg precint13_1.avi
Afterwards when I try to run pulldown on the file I get this error message:
[larry@localhost cap_scripts]$ pulldown precint13_1.mpg
PULLDOWN - v0.99d, by Hard Code.
[Based on sources by Brent Beyeler (beyeler@home.com)]
SOURCE = precint13_1.mpg, TARGET = pulldown.m2v
- Enabling 2:3 pulldown
File is not an MPEG Video Stream
Anyone know what the problem is??
thanks for ANY help!!
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf pullup,softskip,crop=336:464:8:6,kerndeint,expand=352:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:mbd=1:trell:turbo:vrc_minrate=3000:vbitrate=3500:vrc_maxrate=9000:acodec=mp2:abitrate=192:aspect=4/3 -ofps 24000/1001 -sws 9 -nosound -o precint13_1.mpg precint13_1.avi
Afterwards when I try to run pulldown on the file I get this error message:
[larry@localhost cap_scripts]$ pulldown precint13_1.mpg
PULLDOWN - v0.99d, by Hard Code.
[Based on sources by Brent Beyeler (beyeler@home.com)]
SOURCE = precint13_1.mpg, TARGET = pulldown.m2v
- Enabling 2:3 pulldown
File is not an MPEG Video Stream
Anyone know what the problem is??
thanks for ANY help!!