Created
April 24, 2016 14:58
-
-
Save ebta/4ee7f1b09b38eb947bd5fdcae439f7df to your computer and use it in GitHub Desktop.
Fast convert VCD (*.dat) to MP4 with ffmpeg
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
"C:\Dir\ffmpeg\bin\ffmpeg" -i %1 -vcodec copy -acodec copy "F:\TargetDir\%~n1.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great, the parameter
-vcodec copy -acodec copy
seems quite important.