Skip to content

Instantly share code, notes, and snippets.

@ebta
Created April 24, 2016 14:58
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebta/4ee7f1b09b38eb947bd5fdcae439f7df to your computer and use it in GitHub Desktop.
Save ebta/4ee7f1b09b38eb947bd5fdcae439f7df to your computer and use it in GitHub Desktop.
Fast convert VCD (*.dat) to MP4 with ffmpeg
"C:\Dir\ffmpeg\bin\ffmpeg" -i %1 -vcodec copy -acodec copy "F:\TargetDir\%~n1.mp4"
@betterfuturewe
Copy link

Another method is to add vcd .dat to iDealshare VideoGo and click Convert button.

@navanchauhan
Copy link

Hmmm, doesn't work on macOS

The exported mp4 seems to be corrupt

@sg552
Copy link

sg552 commented Jul 12, 2021

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