Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
MP4Box support #4958
MP4Box support #4958
Comments
|
Does it support webm videos? I prefer using a single tool, what are the advantages of mp4box? |
|
MP4Box supports DASH wich I don't think ffmpeg/avconv support unless it was added recently I was under the impression MP4Box supports webm but I just tried and It doesn't seem to. I guess it wouldn't make sense to add support if it doesnt support webm. but I do have a hardware media player from japan that sometimes errors out from muxed mp4 videos from ffmpeg untill I remux them with mp4box but thats probably the hardware's fault. |
|
ffmpeg/avconv seem to support well dash files (for example Quicktime can't play the DASH video only file, but if you process it with ffmpeg it can play the final file). You may be interested in the |
|
LibAV/FFmpeg seems like a better choice, but for the sake of discussion I figured I'd chime in here with a couple of things.
Concatenation can be done in LibAV/FFmpeg with a bitstream filter, however, so I'm not sure if that's adding anything. Embedded text subtitles can be done with FFmpeg, but I have not been able to make it work with LibAV. |
|
It would be nice to have muxing via MP4Box other than just FFmpeg and avconv, usage is simple using the "-add" option.