On 29.07.2015, at 03:10, Sasi Inguva <is...@google.com> wrote: > A little context on why I need this. I use individual stream durations to > validate , if the outputs after transcoding have the same stream durations. > For this we need to know the stream durations through a quick parse of the > header of the file, since demuxing the whole file is too slow. We can have > some video files, for example slide show videos etc. , where audio might be > of short duration and video very long, so it is not always the case that > video and audio of our input will be of the same duration.
If validating a transcode is all it is used for, printing the information at the end of the transcode or even making the validation part of FFmpeg seems potentially easier/cleaner/more generic. Btw please change the commit message to standard format (one line very short description, starting with the affected module name followed by colon, then empty line, then long description). _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel