Hello. I wanted to ask if there's a way to read the parameters used when encoding FFV1 (version 1 and 3), such as coder/context/slices/slicecrc/etc? Thank you very much, Pb
On Oct 6, 2013, at 3:47 PM, Peter B. <pb@das-werkstatt.com> wrote:
I wanted to ask if there's a way to read the parameters used when encoding FFV1 (version 1 and 3), such as coder/context/slices/slicecrc/etc?
As noted here http://trac.ffmpeg.org/ticket/1534 this data is accessible with ffplay -debug 1 <file>. Dave Rice
On 10/6/13, Peter B. <pb@das-werkstatt.com> wrote:
Hello.
I wanted to ask if there's a way to read the parameters used when encoding FFV1 (version 1 and 3), such as coder/context/slices/slicecrc/etc?
Nope, instead it could be displayed via verbose log messages in encoder/decoder. And/Or flag when enabled would instruct encoder to write those as frame metadata and that frame metadata is stored in container (nut?).
Thank you very much, Pb _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
participants (3)
-
Dave Rice -
Paul B Mahol -
Peter B.