Nenotriple / R-ESRGAN-AnimeVideo-UI

reav-ui - Upscale videos using R-ESRGAN
57 stars 6 forks source link

Does not use [display width] and [display height] header info (mkv), resulting the output to look stretched. #15

Closed klaritan closed 2 weeks ago

klaritan commented 4 months ago

Some anime DVD releases come within a mkv container with a video track that has different pixel width and display width.

R-ESRGAN-AnimeVideo-UI seems to use pixel width and display, which results a weird aspect ratio.

Nenotriple commented 4 months ago

I'll need a copy of the video, or a similar video, to be able to test this issue.

Do you know where I can find a video like this?

Could you please provide the ffprobe output for this video?

1. Go to the video you're having issues with, Shift+Right-Click it and select : Copy as path

2. Go to: R-ESRGAN-AnimeVideo-UI\bin

3. Shift+Right-Click in the folder and select: Open PowerShell window here

4. In the PowerShell window type: ./ffprobe then paste the video path. 

5. Press enter then copy the results of the terminal and paste them here.