I experienced, while working on an Android-compatible (http://developer.android.com/guide/appendix/media-formats.html#recommend...) MP4 preset that if you have two presets with the same extension the later one will overwrite the earlier one.

I'm also uncertain what kind of order is used from presets when it comes to VideoJS, but that would be another issue.

I'll include my module providing an additional preset. If you include both android_mp4 and html5_mp4 you will only get one mp4 file. For me it was the html5_mp4 since it was transcoded later in the process.

CommentFileSizeAuthor
videoplus.tar_.gz11.02 KBlawik

Comments

Jorrit’s picture

You should try video 6.x-5.x. It has support for adding presets using a web-interface and it supports multiple presets with the same extension without overwriting. Considering this issue and the other issue you opened, you should really try 6.x-5.x.

lawik’s picture

Thanks.

I'll consider it. But I've simply deactivated the default since my preset does what I need. Just thought I'd report the issue. Glad to hear preset-handling gets some love.

Good work on the module. Once you get familiar with the module it's pretty damn good. Most problems are related to getting ffmpeg to swallow all formats and spit out good conversions. Some conditional conversion might be a good thing to look at.

Jorrit’s picture

Status: Active » Closed (works as designed)

If you don't mind, I am going to close your two issues, as I think updating to 7.x-5.x solves them.