Remove audio from video file with FFmpeg CLI

Published: 09 May 2022
on channel: 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


Watch video Remove audio from video file with FFmpeg CLI online without registration, duration hours minute second in high quality. This video was added by user Lalatendu Swain 09 May 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 145 once and liked it 2 people.