Skip to content

Instantly share code, notes, and snippets.

@earthbound19
Created June 30, 2020 05:35
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 earthbound19/1ebfe753cf15118685467892b7c88e6e to your computer and use it in GitHub Desktop.
Save earthbound19/1ebfe753cf15118685467892b7c88e6e to your computer and use it in GitHub Desktop.
extract clip of Data singing about life forms from extracted .vob of STAR TREK: GENERATIONS DVD
ffmpeg -y -i VTS_01_3.vob -ss 00:06:07.300 -t 00:00:36.690 -map 0:v -vcodec copy -map 0:a -acodec copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment