Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video Converter MKV error #57

Open
AliceT50 opened this issue Feb 11, 2025 · 2 comments
Open

Video Converter MKV error #57

AliceT50 opened this issue Feb 11, 2025 · 2 comments

Comments

@AliceT50
Copy link

Hi!
I get an issue with the video converter for a matroska video file.
First, the software tell me that ffmpeg was not installed (I've done that before, but seems to installed others packages, just don't care).
When I put an output path (which is correct) and load a .mkv input file, no errors. Finally, at the convert step, it returns me this window :

Image

I don't understand how and when did it estimate this, but as result just a file with 0 Bytes...
I've already searched for an issue like this, but nothing.

ffmpeg.x86_64 7.0.2-4.fc41 rpmfusion-free - Fedora 41 (KDE Plasma Spin) - Fresh install (since yesterday...)

@tokt
Copy link

tokt commented Feb 14, 2025

Hello!
Can you please share the output of the below command?

result = subprocess.run(f'ffprobe -v error -select_streams v:0 -show_entries stream=width,height,duration,avg_frame_rate -of json "{file}"', stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, shell=True)

(it doesn't have to be json, just normal text would be preferred)

@AliceT50
Copy link
Author

Hi!
Sure, I tried to rearrange the command to work directly in my terminal, and there is the output :
❯ ffprobe -v error -select_streams v:0 -show_entries stream=width,height,duration,avg_frame_rate -of json "/home/athierry/Vidéos/video.mkv"

{
    "programs": [

    ],
    "stream_groups": [

    ],
    "streams": [
        {
            "width": 1920,
            "height": 1080,
            "avg_frame_rate": "24000/1001"
        }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants