[FFmpeg-user] Usage of -f mpegts option

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Sep 15 20:50:57 EEST 2017


2017-09-15 19:46 GMT+02:00 m.kamalasubha m.kamalasubha
<m.kamalasubha at gmail.com>:

> Can you please explain in detail about auto detection with example?

If you type the following:
$ ffmpeg -i input.ts
FFmpeg is supposed to auto-detect that this is a transport stream.
You can also try:
$ mv input.ts test
$ ffmpeg -i test
and auto-detection should still work (it does see the extension
but should normally not need it).

Please do not top-post on this mailing list, Carl Eugen


More information about the ffmpeg-user mailing list