Changes

Line 457: Line 457:  
The principle use is very simple. Instead of converting with the FFMPEG library, you just use the “VideoConverter.exe”:
 
The principle use is very simple. Instead of converting with the FFMPEG library, you just use the “VideoConverter.exe”:
 
ZmConverter\VideoConverter.exe "path_to_input_file.h265" "path_to_converted_file.mp4"
 
ZmConverter\VideoConverter.exe "path_to_input_file.h265" "path_to_converted_file.mp4"
 +
 +
Without the codec:
    
[[File:Audio_converter.jpg|alt=|frameless|737x737px]]
 
[[File:Audio_converter.jpg|alt=|frameless|737x737px]]
 +
 +
With codec will be like this:
 +
VideoConverter.exe h264 F:\Temp\2023-02-23_15-14-15.h265 F:\Temp\2023-02-23_15-14-15.mp4
    
==Video files and conversion==
 
==Video files and conversion==