We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by valnoel Monday Jan 12, 2015 at 12:27 GMT Originally opened as mikrosimage#39
Need a patch in FFmpeg.
The text was updated successfully, but these errors were encountered:
Comment by cchampet Wednesday Apr 01, 2015 at 14:00 GMT
Maybe not a patch... FFmpeg's mpegvideo decoder detects the correct gop (closed or not) here: https://github.com/FFmpeg/FFmpeg/blob/1932f7e2eee07e4a50e014a625dca79a9f9dba7a/libavcodec/mpeg12dec.c#L2386 But the information in "hidden" in a sub AVOptions-enabled children of AVCodecContext. This must be detect in avTranscoder here: https://github.com/mikrosimage/avTranscoder/blob/develop/src/AvTranscoder/codec/ICodec.cpp#L162 But we don't get it... Maybe we need to use: https://github.com/FFmpeg/FFmpeg/blob/1932f7e2eee07e4a50e014a625dca79a9f9dba7a/libavutil/opt.h#L685 https://github.com/FFmpeg/FFmpeg/blob/1932f7e2eee07e4a50e014a625dca79a9f9dba7a/libavutil/opt.h#L693
Sorry, something went wrong.
Merge pull request avTranscoder#148 from cchampet/ressource_addPreset…
5633b19
…sh264 Add presets h264 low quality/high quality
No branches or pull requests
Issue by valnoel
Monday Jan 12, 2015 at 12:27 GMT
Originally opened as mikrosimage#39
Need a patch in FFmpeg.
The text was updated successfully, but these errors were encountered: