ffmpeg-kit icon indicating copy to clipboard operation
ffmpeg-kit copied to clipboard

How to convert .ts to mp4?

Open fangyuxi opened this issue 2 years ago • 1 comments

How to convert .ts to mp4? Thank you.

fangyuxi avatar Jun 23 '22 06:06 fangyuxi

First try this locally via command-line:

ffmpeg -f mpegts -i {{pathToInputFile.ts}} -f mp4 {{pathToOutputFile.mp4}}

It it works with your local ffmpeg - it should also work with ffmpeg-kit.

orenagiv avatar Jun 27 '22 17:06 orenagiv

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Aug 27 '22 02:08 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Sep 03 '22 02:09 github-actions[bot]