Kazam: Convert .movie.mux ke .mp4
Revision as of 14:16, 22 August 2019 by Onnowpurbo (talk | contribs) (Created page with "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. To make use of mp4fixer https://github.com/boo...")
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.
To make use of mp4fixer https://github.com/bookkojot/mp4fixer#fix-your-mp4-file-for-free-with-perl-opensource-tool-wet-ultimate-solution for recovering the video file from the .mux file, you need to do the following:
Run Kazam again and this time finish the video.
Now you have three files:
badvideo.movie badvideo.movie.mux goodexamplevideo.movie
Now, by following the README of this project, you can rebuild the movie file from the .movie.mux file:
perl fixer.pl goodexamplevideo.movie badvideo.movie.mux recovered
The new generated file recovered-out-video.h264 will be the recovered video file. Getting sound is explained in the README as well.