Skip to content

Automate ffmpeg command to remove english audio track and make the japanese audio track default

Notifications You must be signed in to change notification settings

RonzyOnGIT/ffmpegCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg Commands

mini personal project for language learning that performs ffmpeg commands on all video files inside of a directory

Dependencies

Make sure ffmpeg is installed and as well as GCC compiler

Make sure the executable is in the right path relative to video directory, 2 levels below video directive (../../)

image of correct path for code relative to video directory

Executing

compile using gcc main.c to generate a.out executable. When you execute it, it will prompt u for a directory to start performing ffmpeg commands, simply type in the directory name, do not type in the absolute path, the program assumes to look at ../../directory

Options

After succesfully opening video directory, the program then prompts for 3 choices

  • 1. Change audio to japanese (make the first track into the japanese track if it has one, removes the original first track)
  • 2. make audio louder (self-explanitory)
  • 3. quit
  • About

    Automate ffmpeg command to remove english audio track and make the japanese audio track default

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages