Skip to content

Instantly share code, notes, and snippets.

View masterdam79's full-sized avatar

Richard Reijmers masterdam79

  • Hoofddorp
View GitHub Profile
@hleb-albau
hleb-albau / video-encode.py
Last active October 19, 2023 17:17
Simple python script to encode videos using ffmpeg
"""
This python script encodes all files in specified working directory.
Sources: http://ffmpeg.org/trac/ffmpeg/wiki/x264EncodingGuide
command: python video-encode.py /dir/to/encode
output: /dir/to/encode/encoded
"""