Postponed
Project:
Blue Droplet Video
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Aug 2008 at 19:04 UTC
Updated:
23 Mar 2010 at 15:55 UTC
Currently, when you upload a video that has a supported video codec but an unsupported audio codec (or vice-versa), transcoding simply fails. It would be nice if op_video were more resilient to this kind of setback. My proposal: If the video codec is supported but the audio isn't, just ignore the audio stream and transcode only the video. Put a warning in the log when it happens, so the administrator knows what's going on. Maybe make it a field option, if not everyone will want it.
Comments
Comment #1
jbrown commentedGreat idea!
Comment #2
jbrown commentedComment #3
ferrangil commentedIgnoring the audio track looks like a great way to, at least, have more videos transcoded. Too many photo cameras record the audio at 8000Hz and then it fails. Also adding a message into the log allows us to sort the videos with errors.