Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 495 Bytes

H264ToH265BatchConverter

This project aim to provide some conversion functionnalities around videos encoding. Tihis project uses ffmpeg utility to make the conversion.

Initial usage :

  • Convert h264 videos to h265 in order to reduce their size.
  • Conversion of selected video files
  • Conversion of all video files within a folder and/or its subfolders.

To Do/Ideas :

  • More customization of the process of conversion (choice of preset, more logs, convert audio etc ...)
  • And many more !