I made some images using mpv. Can you tell the difference from the png files to the other files? Also, does mpv use ffmpeg to extract frames?
+ Reply to Thread
Results 1 to 7 of 7
-
-
That is identical to the PNG and AVIF. A few caveats, I'm comparing all as 8 bit (per channel) RGB using AviSynth.
Code:v0 = LWLibavVideoSource("mpv-shot0001.png", cache=false, prefer_hw=2, format="RGB24") v2 = LWLibavVideoSource("mpv-shot0001.jpg", cache=false, prefer_hw=2, format="RGB24") Subtract(v0, v2) Levels(127,1,129,0,255)
Code:ffmpeg -i input.jxl output.png
Last edited by jagabo; 7th Apr 2024 at 11:48.
-
Similar Threads
-
MPV Split
By Sound Master in forum Newbie / General discussionsReplies: 0Last Post: 5th Apr 2024, 18:32 -
Mpv vs. VirtualDub2
By Jay123210599 in forum Newbie / General discussionsReplies: 8Last Post: 27th Dec 2023, 17:38 -
Testing image upload. I have a network problem
By pcspeak in forum TestReplies: 0Last Post: 15th Jan 2022, 20:29 -
How to use 'mpv -vf=pp' ?
By Selur in forum Newbie / General discussionsReplies: 1Last Post: 1st Mar 2020, 09:08 -
Why image looks so different between MPC-HC/potplayer and MPV?
By Robert Paulson in forum Newbie / General discussionsReplies: 17Last Post: 10th May 2019, 18:13