Bug 486090

Summary: mp4 files cannot be opened anymore, but worked before
Product: [Applications] kdenlive Reporter: Dominik Kummer <admin>
Component: Rendering & ExportAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 24.02.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Dominik Kummer 2024-04-24 20:56:42 UTC
I want to open certain mp4 files which I recorded with Sony Actioncam. It always worked, but since the latest update I get an error: "Cannot open file /data/C0001.MP4"

This totally breaks everything I worked on.
Comment 1 Jean-Baptiste Mardelle 2024-04-25 07:03:47 UTC
This is most likely a packaging error. First check if there are any updates to MLT of FFmpeg. 
Then try opening one of these files in a terminal with FFmpeg and MLT:

ffplay /data/C0001.MP4
melt /data/C0001.MP4

What is the result of these commands.
Workaround would be to use the AppImage until things are resolved on your distro
Comment 2 Dominik Kummer 2024-04-25 10:45:54 UTC
Thanks for your quick answer! It was my fault of course :)
I got an outdated version of glslang installed on my system.
Thank you so much!!