On 8/21/20, Simon Brown <[email protected]> wrote: > Hi, > is it possible to stop FFmpeg from probing the input and just to tell it > exactly what it is getting (and obviously suffering the consequences if > it's different)? I can reduce probesize but I want essentially zero delay > through ffmpeg (no encoding, just repackaging a transport stream as MP4).
Yes, It is possible. ffmpeg -f mkv -i input.mkv .... It is also possible to override decoder used. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
