Remove audio from video file with FFmpeg CLI

Опубликовано: 09 Май 2022
на канале: Lalatendu Swain
145
2

Find the below Command :
Remove audio from video file with FFmpeg ##
ffmpeg -i example.mp4 -c copy -an Only-Video.mp4

-i = input
-b = bitrate
-c = copy
-f = Force conversion
-r = Force the frame rate of the output file to
-v = Leave out the video stream
-an = Tell FFmpeg to not copy the audio


Смотрите видео Remove audio from video file with FFmpeg CLI онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Lalatendu Swain 09 Май 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 145 раз и оно понравилось 2 людям.