On 24/02/15 21:43, Mathieu Malaterre wrote:
Hi there,

In my current setup I can play over minidlna (DLNA server) some movies
very nice and smooth while others are very choppy (bug squarish pixels
once in a while).

I would like to re-encode the bad ones using the encoding options from
the good ones[*].

How do I use avprobe for that ? I'd like to know that actual encoding
option used to reproduce them. I am pretty sure that I should be able
to do that, even if I need to decompress the whole file (the good
one). Thanks for hint !

In general you can pass -show_streams to see some information but in this specific case you might simply use strings to extract the x264 configuration embedded in the SEI if present and pass it directly using
-x264-params

I hope it helps.

lu






_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to