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" |
Hmmm, doesn't work on macOS
The exported mp4 seems to be corrupt
Great, the parameter -vcodec copy -acodec copy
seems quite important.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another method is to add vcd .dat to iDealshare VideoGo and click Convert button.