Answers for "audio copy ffmpeg"

0

converting mp3 with FFMPEG

ffmpeg -i input.mp3 output.ogg
Posted by: Guest on October-07-2020
0

ffmpeg copy video

ffmpeg -ss [start] -i in.mp4 -t [duration] -c copy out.mp4
Posted by: Guest on June-03-2021

Browse Popular Code Answers by Language