[MEncoder-users] Mencoder adding AVI file header to MPEG2 capture from V4L device?
Brian Keener
keenerb at roleplayga.org
Fri Jun 10 21:34:24 CEST 2005
Oded Shimon wrote:
>On Fri, Jun 10, 2005 at 03:18:47PM -0400, Brian Keener wrote:
>
>
>>I'm trying to capture home movies from a bt848 device to hard disk, in
>>preperation for creating a DVD using TMPGENC dvd author in Windows.
>>
>>I'm running under Mandrake 10.1 for the captures.
>>
>>I tried initially to use FFMPEG, but experienced some really poor
>>performance, so I'm trying mencoder now.
>>
>>Here's my command line:
>>
>>mencoder -fps 30000/1001 -endpos 00:00:05 -oac mp3lame -ovc lavc
>>-lameopts mode=1:vbr=1:q=4 -lavcopts vcodec=mpeg2video:vbitrate=6000 -tv
>>driver=v4l2:norm=ntsc:input=2:adevice=/dev/dsp1:width=720:height=480 -vf
>>harddup -af volume=-1 -o tv.mpg tv://
>>
>>
>
>-of mpeg
>-mpegopts ...
>
>check man page for more details.
>
>- ods15
>
>_______________________________________________
>MEncoder-users mailing list
>MEncoder-users at mplayerhq.hu
>http://mplayerhq.hu/mailman/listinfo/mencoder-users
>
>
Ah, I thought it would be something that simple.
I'm confused about the -mpegopts parameters, and I think I've got a
fundamental misunderstanding of something. You can see, in my command
line, where I've passed height/width/bitrate/etc. under "-lavcopts"; yet
the man page lists command parameters under "-mpegopts" that also can be
supplied.
Where's the correct place to specify these options?
Brian K
More information about the MEncoder-users
mailing list