ffmpeg-kit
ffmpeg-kit copied to clipboard
How to convert .ts to mp4?
How to convert .ts to mp4? Thank you.
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.
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.
This issue was closed because it has been stalled for 7 days with no activity.