Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created March 6, 2022 19:30
Show Gist options
  • Save cobanov/9099856f9078ee60e260533b053aa435 to your computer and use it in GitHub Desktop.
Save cobanov/9099856f9078ee60e260533b053aa435 to your computer and use it in GitHub Desktop.
# MP3 to WAV
ffmpeg -i "$f" -acodec pcm_s16le -ac 1 -ar 16000 "wav-exports/${f%.}.wav"
# MP4 to PNG
ffmpeg -i test.mp4 -vf fps=1/2 png-exports/video13_%06d.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment