VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. 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?
    Image Attached Files
    Quote Quote  
  2. The PNG and AIFF are identical. The rest different.
    Quote Quote  
  3. How about this jxl file?
    Image Attached Files
    Quote Quote  
  4. 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)
    Aside from ffmpeg I don't have tools that deal natively with jxl. So I use ffmpeg to convert the jxl images to png before comparison:

    Code:
    ffmpeg -i input.jxl output.png
    Last edited by jagabo; 7th Apr 2024 at 11:48.
    Quote Quote  
  5. Which one was the least lossy, the small jxl, the jpg, or the webp file?
    Quote Quote  
  6. Is this jxl similar to the png file?
    Image Attached Files
    Quote Quote  
  7. Originally Posted by Sound Master View Post
    Which one was the least lossy, the small jxl, the jpg, or the webp file?
    By what criteria? Why not just look at them and judge for yourself?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!