-
Notifications
You must be signed in to change notification settings - Fork 67
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
Recover Kazam mux file to mp4 #6
Comments
If you did not finish your Kazam screen recording, you'll have an 0 bytes .movie file and a .movie.mux file with a bigger size. See screenshot below. To make use of mp4fixer for recovering the video file from the .mux file, you need to do the following:
Now you have three files:
Now, by following the README of this project, you can rebuild the movie file from the .movie.mux file:
The new generated file |
Don't forget to install ffmeg ;) sudo apt install ffmpeg (Moreover, using sudo for the perl command can make it works:VLC can't read it but youtube can upload it) |
Hello, I have encountered similar problem, but now I can not file the .mux file. The issue occured when I tried to save Kazam video but the Save button in file choose dialog did not work. I canceled the operation but Kazam window still opened with grayed out color. Then I close the dialog and got Kazam to the first state. I am not sure I have to report to Kazam dev or not but my question with regarding your amazing tools is there any chance I can recover my file? This is my "saved" file. I can not open it with VLC |
We're you able to recover? |
@vmlnayak , I wound up installing ffmpeg before running the perl command. Make sure you do that first. |
I have been able to retrieve the video from kazam, but it has no audio. What have you done to get it back? |
I missed that video
…On Tue, 30 Mar, 2021, 9:53 PM jguillem, ***@***.***> wrote:
I have been able to retrieve the video from kazam, but it has no audio.
What have you done to get it back?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APIIAVONFCPMCWILBAQ6DGLTGH3JRANCNFSM4FQEQC6Q>
.
|
First I have used this website https://h264-to-mp4.file-converter-online.com/ to convert h264 to mp4 thn I have used vlc to merge the video and audio (recored raw audio). You can do so following this video: https://www.youtube.com/watch?v=3h_Iq3a7ul8 |
In my case I only hear noises with the raw audio file recovered. |
Hi there. |
guys, i don't even have mux files in my save location |
Yeah, it works, but the video gets artifacts where it was supposed to be static images, it shows where the image changes but the part of image which is static keeps frozen onscreen. So I guess that's something to do with mp4 compression, it should be fixable, but I don't know how. |
From this question I see you to try your project. But actually I have zero undestanding about media format. How to do that exactly in command?
The text was updated successfully, but these errors were encountered: