How to Remove audio from video file with FFmpeg?

How to Remove audio from video file with FFmpeg?

I have a video test.mp4 and I want to remove the audion from the video. So, that there is no audion in video. How to remove audio from video file with FFmpeg?

thanks

View Answers

February 2, 2015 at 2:19 AM

Hi,

You can use the '-an' option to remove the audio from video.

Check the following command:

ffmpeg -i test.mp4 -vcodec copy -an test-noaudio.mp4

Thanks









Related Tutorials/Questions & Answers:
How to Remove audio from video file with FFmpeg?
ffmpeg audio from video
Advertisements
Extracting the audio from video without conversion
Extract frames from Video File
How to play only video file from any link
JDOM Element Example, How to add and remove child from xml file.
Frames from a yuv video file
Frames from a yuv video file
audio video conferencing
JDOM Element Example, How to remove child of an element from xml file in java.
flex didn't know how to drag and drop video and audio in flip book - Framework
converter code for audio file
How to Remove Repeated Characters from the String?
How to remove specific element from Hashset.
How to remove paragraph from ms word
how to remove the column from a java web page
How to remove virtual keypad from apps java
How to remove virtual keypad from apps java
How to remove virtual keypad from apps java
Neo4j - How to to remove all data from neo4j?
How to remove all element from Hashset.
uploading audio file iphone
playing an audio file
audio file to play automatically
How to remove glass from the face
ModuleNotFoundError: No module named 'rebuild-audio-file'
Read Video File
Photoshop Tutorial : How to remove an object from a picture
remove a substring from a string
remove element from stack
how to write file from FileInputStream
how to download a file from a folder??
How to load file from the directory in J2ME?
Remove duplicates from ArrayList
Java Remove a character from string
Remove duplicate characters from the string
remove comma from string php
Java how to stop audio
remove comma from string php
remove from superview iphone sdk
remove punctuation from string in java
remove all objects from NSMutablearray
how to stop audio (mp3)
how to write to file from string in Java
how to fetch values from .properties to a html file
how to read the .proprties file from struts - Struts
how to change file from .txt to .mat(matrix)
How to downloads an application of the file from remote location?
How to create a .mdf file from script (.sql)
How to move a file from a directory to other directory

Ads