GeoHaber / Video-Transcode

ffmpeg H264 H265 HEVC MPEG Video Trans-code Image-Matrix Collage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

ffmpeg H264 H265 HEVC MPEG Video Trans-code Image-Matrix Collage


Languages

Language:Python 100.0%