Created
December 26, 2020 16:15
-
-
Save codingtony/3c4e6c0f23e27a0eb8fa4f2e3687c6f9 to your computer and use it in GitHub Desktop.
mencoder script to convert VHS (using video acquisition card) to digital
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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