FFMPEG basic series - Part 15 - Trim video keeping gps subtitles

preview_player
Показать описание
Here we trim a clip out of a larger video taken with a dji drone and retain the gps information in the subtitle track.

command used in the video
ffmpeg -i in_put -c:v copy -c:s copy -ss 00:00:40 -to 00:01:00 out_put
Рекомендации по теме