I have a WEBM file with chapters. I converted it to MP4 using Avidemux but I lost the chapters. How can I convert it and keep the chapters?
+ Reply to Thread
Results 1 to 13 of 13
-
-
-
I know how to use the command prompt. Do i create a file titled ffmpeg -i your.webm -f ffmetadata FFMETADATAFILE.txt then type ffmpeg -i encoded.mp4 -i FFMETADATAFILE.txt -map_metadata 1 -codec copy encoded_with_chapters.mp4 in the text file and run it from the command prompt? I tried this and got "'ffmpeg' is not recognized as an internal or external command, operable program or batch file."
-
Download this
https://www.videohelp.com/download/ffmpeg-5.1-full_build.7z
Extract it to any folder you like.
Put your files in the bin folder and open a command prompt in this bin folder.
Then copy the first commandline above at the commandprompt.
Change your.webm with your real filename and click enter.
Repeat with the second commandline. -
Then use clever Ffmpeg-GUI.
Load your webm file, click main, click convert video stream, click keep size, click convert.
If done, click multiplex, select the green Videostream and the blue Audiostream, select mp4 as container and click multiplex.
Done. -
This worked. One more question though.
My original WEBM file is 682 MB. When I convert it to MP4 (HVEC x265) using Avidemux my resulting file is 512 MB.
When I use your method, clever Ffmpeg-GUI, WEBM to MP4 (HVEC x265) the resulting file is much smaller, 191 MB.
This seems like a big size difference to me. Why such a difference? Does it matter? I've checked both videos side by side and I don't see any noticeable in difference in quality. -
-
Is there any good way to batch convert? I tried using FFmpeg Batch AV Converter with a CRF of 18 but the file size came out way to big, 8 gb.
Similar Threads
-
How To Use ffmpeg to merge audio_only.webm with video_only.webm
By carlarogers in forum Video ConversionReplies: 3Last Post: 4th Aug 2020, 08:21 -
Downloading Youtube Videos MP4 vs Webm Which Is Better??
By DJboutit in forum Newbie / General discussionsReplies: 2Last Post: 14th Nov 2019, 11:31 -
mp4/mkv to webm (I see lots of posts going the other way but not TO webm)
By AshleyQuick in forum Video ConversionReplies: 9Last Post: 10th Aug 2018, 09:19 -
Convert WEBM to MP4 with audio
By cottage in forum Video ConversionReplies: 4Last Post: 7th Aug 2018, 15:03 -
Dealing with OPUS audio of MP4/WEBM/MKV
By ConverterCrazy in forum Newbie / General discussionsReplies: 3Last Post: 31st Dec 2017, 01:36