Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created August 10, 2023 08:43
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 dewomser/8332b38bc5a743af8006ea5e1acb5c25 to your computer and use it in GitHub Desktop.
Save dewomser/8332b38bc5a743af8006ea5e1acb5c25 to your computer and use it in GitHub Desktop.
Videoclip ausschneiden mit ffmpeg , Von Sekunde 7 , Länge 1.26 Minuten
fmpeg -i porn.mp4 -ss 7 -t 01:26 porn_xxx.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment