Changes

Jump to navigation Jump to search
106 bytes added ,  12:26, 29 April 2025
m
Line 35: Line 35:  
FFmpeg needs to be run from the command line, but you can create batch scripts to automate the process for multiple files. There is also a plugin for Python (https://pypi.org/project/ffmpeg-python/), but it is fairly limited so we recommend using subprocess instead (see example below).
 
FFmpeg needs to be run from the command line, but you can create batch scripts to automate the process for multiple files. There is also a plugin for Python (https://pypi.org/project/ffmpeg-python/), but it is fairly limited so we recommend using subprocess instead (see example below).
   −
The following are examples of conversions that we commonly use.
+
The following are examples of conversions that we commonly use. For [[Psychopy]] applications, please follow the more strict instructions under [[Video Playback#FFmpeg]]
    
===Basic Format Conversion===
 
===Basic Format Conversion===

Navigation menu