
Here is the error: Traceback (most recent call last):įile "C:\Users\Matthew\Documents\Python\TrackerMaker\tracker0.3.py", line 71, in įile "C:\Users\Matthew\Documents\Python\TrackerMaker\tracker0.3.py", line 24, in buildRowDictįfmpeg_streams = ffmpeg. i am so frustrated lolįile_folder = input('Copy and Paste folder:')įile_path = os.path.join(file_folder, file)įfmpeg_streams = ffmpeg.probe(file_path)įrame_rate = (ffmpeg_streams).split('/')Ĭodec = str(ffmpeg_streams) + ' ' + str(ffmpeg_streams)ĭimensions = str(ffmpeg_streams) + 'x' + str(ffmpeg_streams)Ĭolor_space = ffmpeg_streams i did install ffmpeg, and used pip3 to get the libraries and made sure the directories were in my environment variables. Weird thing is, i got this to work on windows 11 but not windows 10. FFmpeg is supposed to be pulling the info from the files however its giving me an error.

Install the FFmpeg Python Package First, you have to install FFmpeg on your system. This tutorial will teach you to use FFMPEG commands in Python.

I am attempting to build a dictionary from a group of video files. FFmpeg is a command-line utility that helps to convert video/audio format, compress a video, extract audio from a video, create a GIF, cut a video, and more.
