-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Bug
Win 11
After upscale video there is a problem with audio desynchronization I can not say exactly how much but about 0.3
seconds.
This can be seen in the video I attached (test.Upscale.mp4).
Also in the program logs I get the following message
[warning] Estimating the total number of frames using duration * fps
Settings
My settings can be seen in the attached screenshots Screen1.jpg and Screen2.jpg
FFMPEG INFO
In ffmpeg, I saw that the videos have different durations and upscale video has a bitrate lower than the original.
ffmpeg -i test.mp4
Duration: 00:00:15.12, start: 0.000000, bitrate: 9492 kb/s Stream #0:0[0x1](eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709/unknown/unknown, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 9356 kb/s, 23.98 fps, 23.98 tbr, 16k tbn (default)
ffmpeg -i test.Upscale.mp4
Duration: 00:00:15.01, start: 0.000000, bitrate: 6814 kb/s Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709/unknown/unknown, progressive), 3840x2160 [SAR 1:1 DAR 16:9], 6508 kb/s, 23.98 fps, 23.98 tbr, 16k tbn (default)
I cleared all the metadata because I thought it was the problem, it didn't work
Also the file type does not affect the solution mkv and mp4 have the same problem

