Skip to content

A script to analyze hardware performance and vmaf scores

Notifications You must be signed in to change notification settings

glevis/encodelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

encodelog

A script to analyze hardware performance and vmaf scores

usage: python main.py [video_directory]... [ffmpeg_args]....

examples: Encode and plot 1 video python main.py C:\videos\video1.mp4

Encode and plot 1 video with ffmpeg args python main.py C:\videos\video1.mp4 -c:v h264_nvenc

Encode and plot 2 videos python main.py C:\videos\video1.mp4 C:\videos\video2.mp4

Encode and plot 2 videos with ffmpeg args python main.py C:\videos\video1.mp4 C:\videos\videos2.mp4 -c:v h264_nvenc

About

A script to analyze hardware performance and vmaf scores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages