GM peeps 👋


Another "useless" skill unlocked. 😅
Ever tried editing a video and got "File format not supported"? 😂💔
That was me after recording a demo with Kazam on Ubuntu.
The video played perfectly... but neither CapCut nor my phone would edit it.
Turns out the fix was surprisingly simple. Thread 👇
Turns out the recording needed to be re-encoded into a more editor-friendly format.
->
First, install FFmpeg (if you don't already have it):
"run on your terminal "
|
sudo apt update
sudo apt install ffmpeg
->
Navigate to the folder containing your video:
cd /path/to/your/video
Then convert it:
ffmpeg -i "your video file name" -c:v libx264 -pix_fmt yuv420p -c:a aac Resona_fixed.mp4
->
Wait a few minutes for the conversion to finish.
The new file, filename_fixed.mp4, should import into CapCut and most other editors without the compatibility issue
->
Tiny Linux lesson of the day:
Some MP4 files are perfectly playable but aren't encoded in a way that every editor likes.
Adding this to my ever-growing list of "useless" skills that become useful at exactly the right moment. 😂
*Hope this saves someone an hour of frustration.
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments
  • Pinned