Skip to content

GeoHaber/Video-Transcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Transcoding #H264 #H265 #HEVC #MPEG #transcode

The processing is done in a few steps:

  1. Scan the directory pointed to by "WFolder" to build a list of files, while extracting some basic Info like size extension, date, etc ....

While there are unprocessed files do:

  1. Use Ffparse to parse the file, extract all Info about Video, Audio, Subtitle, etc.

  2. Check if hte file needs no conversion

  3. Use the parsed results to figure out what needs to be done by FFZa_Brain to generate the proper Ffmpeg commands

  4. Use the Ffmpeg commands generated to transcode both Audio and Video while copying or extracting the subtitles

  5. Cleanup

  6. Report results