On Wed, Nov 23, 2016 at 22:53:44 +0100, Fredrik Persson wrote:
> Is there any way (increased verbosity?) to make ffmpeg tell me something
> like "you know, I'll do what you asked, but be warned that it is unlikely
> this is going to work they way you wanted it"?

It seems that, as MPEG-TS is built to transport most anything, unknown
codecs are mapped to private data streams. You could request that a
message is provided when that happens, nothing of the sorts is
currently printed.

Furthermore, ffmpeg's output is "lying", because the details it prints
for the output are valid *before* the muxer, it doesn't (and perhaps
can't) reflect what the muxer does with it.

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to