Skip to content

This uses FFMPEG to extract (not re-encode) the audio tracks from a video container like mp4 or mkv. It will save the file with an extension consisting of the name of the audio codec

License

Notifications You must be signed in to change notification settings

steamfire/BatchExtractAudioTracksFromVideoFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BatchExtractAudioTracksFromVideoFiles

This uses FFMPEG to extract (not re-encode) the audio tracks from a video container like mp4 or mkv. It will save the file with an extension consisting of the name of the audio codec

This will crawl through the current directory and EXTRACT the audio track of the given video files. Provide it with the video filename extension that you want it to search for and process. Examples are mp4 or mkv

Usage: extractAudioFromVideoFiles.sh videoFileExtension directoryToProcess

Don't put periods before the file extensions.

About

This uses FFMPEG to extract (not re-encode) the audio tracks from a video container like mp4 or mkv. It will save the file with an extension consisting of the name of the audio codec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages