I want to determine once and for all, which makes the best png and jpg files, ffmpeg or Virtualdub2.
For this, I extracted a frame as a png file and a jpg file from both tools. I also converted the jpgs into png files using ffmpeg and Virtualdub2. The files with _1 in their names are the virtualdub2 jpgs that were converted to pngs.
Can you spot the difference between these two files? Which jpg has the best quality (for ffmpeg, I used the codeFor Virtualdub2, I used jpeg quality at 100%)?Code:ffmpeg -i input.mkv -vf zscale=min=709:m=170m:rin=limited:r=full,format=yuv420p (the format of the video) -qmin 1 -qmax 1 -q:v 1 output%d.jpg
[Attachment 78356 - Click to enlarge]
[Attachment 78357 - Click to enlarge]
+ Reply to Thread
Results 1 to 4 of 4
-
-
-
You need to take more care about color format (YUV 4:2:0 vs 4:4:4 vs RGB) and color matrix (limited range vs full range, rec.601 vs rec.709) issues. You've made too many errors to draw any conclusions.
-
Similar Threads
-
JPG vs. PNG Conflict
By Sound Master in forum Newbie / General discussionsReplies: 5Last Post: 1st Apr 2024, 00:22 -
JPG to PNG
By Jay123210599 in forum Newbie / General discussionsReplies: 8Last Post: 10th Feb 2024, 07:43 -
PNG Compressors
By Jay123210599 in forum ComputerReplies: 10Last Post: 8th Feb 2024, 13:33 -
Mass Convert JPG to PNG
By Anakin in forum ComputerReplies: 18Last Post: 11th May 2023, 21:42 -
DVD Slideshow GUI, moving a PNG with transparency on a JPG background
By Stekar in forum Newbie / General discussionsReplies: 0Last Post: 18th Nov 2019, 12:28