Author | SHA1 | Message | Date |
---|---|---|---|
|
f1251a6b9c |
ffmpeg: Fix stored encoder metadata with -bitexact
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
7 years ago |
|
693a11b8a2 |
lavf: Remove AVFMT_RAWPICTURE.
Deprecated since October 2015. |
7 years ago |
|
f4090940bd |
ffmpeg: always init output stream before reaping filters
Otherwise the frame size of the codec is not set in the buffersink. Fixes ticket #6603 and the following simpler case: ffmpeg -c aac -filter_complex "sine=d=0.1,asetnsamples=1025" out.aac Signed-off-by: Marton Balint <cus@passwd.hu> |
7 years ago |
|
2b006ccf83 |
ffmpeg.c: Fallback to duration_dts, when duration_pts can't be determined.
This is required for FLV files, for which duration_pts comes out to be zero. Signed-off-by: Sasi Inguva <isasi@google.com> Reviewed-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
7 years ago |
|
41569bbc66 |
ffmpeg: always use single threaded decoding for attached pictures
Since
|
7 years ago |