Skip to content

Instantly share code, notes, and snippets.

@lewiswalsh
Created July 24, 2018 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewiswalsh/f4dac36e0901b6a3c5615acab6714169 to your computer and use it in GitHub Desktop.
Save lewiswalsh/f4dac36e0901b6a3c5615acab6714169 to your computer and use it in GitHub Desktop.
Convert DVD VOB files to MP4
#!/bin/bash
ffmpeg -i "concat:VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VOB|VTS_01_5.VOB" -strict -2 outfile.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment