8000 FileNotFoundError: [WinError 2] The system cannot find the file specified · Issue #845 · kkroening/ffmpeg-python · GitHub
[go: up one dir, main page]

Skip to content
FileNotFoundError: [WinError 2] The system cannot find the file specified #845
@RagingRift

Description

@RagingRift

I've imported ffmpeg-python and had the error but i tried installing ffmpeg as well but the issue still persists. I have the input file in the same directory as the python file so it should be able to find it? I even pasted in the whole directory but it still didn't work.

I've looked at posts on here with the same issue but the solutions they gave were either not descriptive enough, confusing, or didn't work. I am extremely new to python, programming and computers in general so maybe i don't understand things people say on here

Here is my code currently:

import ffmpeg

source = "input.webm"
output = "output.ts"

stream = ffmpeg.input(source)
stream = ffmpeg.output(stream, output)
ffmpeg.run(stream)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0