FFmpeg: Difference between revisions

39 bytes added ,  27 January 2023
Line 107: Line 107:
In Python, you can read it as follows:
In Python, you can read it as follows:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
video_width = 1920
video_height = 1080
ffmpeg_process = subprocess.Popen(ffmpeg_command,
ffmpeg_process = subprocess.Popen(ffmpeg_command,
                                   stdout=subprocess.PIPE,
                                   stdout=subprocess.PIPE,