Skip to content

Instantly share code, notes, and snippets.

@talaj
Last active November 28, 2015 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talaj/3208db4db17220cf2cb2 to your computer and use it in GitHub Desktop.
Save talaj/3208db4db17220cf2cb2 to your computer and use it in GitHub Desktop.
mencoder
mplayer tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video1:input=0:fps=25:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.2,0:forceaudio:immediatemode=0
mencoder tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video1:input=0:fps=25:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.2,0:forceaudio:immediatemode=0 -ovc lavc -lavcopts vcodec=mpeg4 -oac mp3lame -o o.avi
mencoder tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video1:input=0:fps=25:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.2,0:forceaudio:immediatemode=0 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:v4mv:last_pred=2:dia=-1:vmax_b_frames=2:vb_strategy=1:cmp=3:subcmp=3:precmp=0:vqcomp=0.6:turbo -oac mp3lame -o x.avi
mencoder tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video1:input=0:fps=25:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.2,0:forceaudio:immediatemode=0 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:v4mv:last_pred=2:dia=-1:vmax_b_frames=2:vb_strategy=1:cmp=3:subcmp=3:precmp=0:vqcomp=0.6:turbo:vbitrate=2400 -oac mp3lame -o x.avi
mencoder tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video1:input=0:fps=25:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.2,0:forceaudio:immediatemode=0 -ovc x264 -x264encopts subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid=normal:weight_b -oac mp3lame -o x.avi
mencoder tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video1:input=0:fps=25:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.2,0:forceaudio:immediatemode=0 -ovc x264 -x264encopts subq=5:8x8dct:frameref=2:bframes=3:b_pyramid=normal:weight_b -oac mp3lame -o 3.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment