Skip to content

Instantly share code, notes, and snippets.

@codingtony
Created December 26, 2020 16:15
Show Gist options
  • Save codingtony/3c4e6c0f23e27a0eb8fa4f2e3687c6f9 to your computer and use it in GitHub Desktop.
Save codingtony/3c4e6c0f23e27a0eb8fa4f2e3687c6f9 to your computer and use it in GitHub Desktop.
mencoder script to convert VHS (using video acquisition card) to digital
#!/bin/bash
mencoder tv:// -tv driver=v4l2:norm=NTSC:width=720:height=480:fps=30:alsa:amode=1:forcechan=2:audiorate=48000:adevice=hw.3,0:forceaudio:immediatemode=0 -oac mp3lame -ovc xvid -xvidencopts bitrate=1600:threads=4 -endpos 6:00:00 -vf yadif=0 -o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment