![]() |
Problems with bitrate in the latest version of the program - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Problems with bitrate in the latest version of the program (/thread-2251.html) Pages:
1
2
|
Problems with bitrate in the latest version of the program - rashit577 - 26.01.2022 Hello. I have problems with bitrate in the latest version of the program. Am i converting files to MKV. The finished file has a bitrate twice the settings. The old version (2021.07.18.1) of the program works correctly ![]() I usually set a average bitrate (1pass) of 3500 kbit/sec, finished file has a bitrate 7000-7100 kbit/sec Report file ffmpeg started... Debug file https://drive.google.com/file/d/1FDUu4bb-uHLvdxE7LV0p-3z7SqfEqfOB/view?usp=sharing MediaInfo report from MKV General RE: Problems with bitrate in the latest version of the program - Selur - 26.01.2022 Did you encode the same source with both 2021.07.18.1 and 2021.12.12.1 and got this effect? This would surprise me, since I haven't changed anything about x264 for ages. Did a small test and for me encoding with both versions produced (roughly; not exactly) the same output,... I also checked the x264 changelog and I can't see anything that should have this effect. If you want a more content bit rate distribution lower the curve compression. So assuming the source is detected correctly in both versions (especially frame rate and frame count) I see not how Hybrid could be the cause of the problem. Quote:Frame rate : 59.940 FPSseems suspicious, did you perhaps encode at different frame rates? -> since you didn't even use the latest version the debug output you posted is not interessting. Cu Selur RE: Problems with bitrate in the latest version of the program - rashit577 - 26.01.2022 (26.01.2022, 20:13)Selur Wrote: Did you encode the same source with both 2021.07.18.1 and 2021.12.12.1 and got this effect? Yes. Versions of the program are different, the source is the same and the result is different. Old versions of the program do not have a section "Nominal bit rate " in the final mkv file ![]() (26.01.2022, 20:13)Selur Wrote: since you didn't even use the latest version the debug output you posted is not interesstingI used the latest version https://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_2021.12.12.1_SETUP.exe , in the program window and logs version 2021.12.10.1 (26.01.2022, 20:13)Selur Wrote: seems suspicious, did you perhaps encode at different frame rates? I change the frame rate through the filter and there are no problems. I take 60 frames. RE: Problems with bitrate in the latest version of the program - Selur - 26.01.2022 Question is: Is the frame rate of the output and the frame count the same in both encodes? If the frame rate halves the average bitrate would double for the same file size. Also since your input is vfr, it could be that the newer version properly takes the source as cfr and 29.97,... Encoding itself didn't change, but in the last 6 month the source detection did change, so my guess is that this is what changed. Cu Selur RE: Problems with bitrate in the latest version of the program - rashit577 - 26.01.2022 Source file has frame rate 29.970 , finished file has frame rate 59.940 If I want a bitrate of 3500 and the number of frames is doubled, do I specify a bitrate of 1750 in the settings? RE: Problems with bitrate in the latest version of the program - Selur - 26.01.2022 No, if you want 3500 kbit/s for the final output frame rate use that. My point is that the issue probably is not the encoding itself, but how the source if detected and processed. (as a side note: if you bob to go from 29,97 to 59.94 I hope your content is interlaced and not telecined unless you don't care about the tons of dublicate frames,..) Cu Selur RE: Problems with bitrate in the latest version of the program - rashit577 - 27.01.2022 The differences are in the command line options for x264. The old and new versions of the Hybrid have the same settings and are enabled through the 60 frames filter. The old version has the option "fps 60000/1001" , latest version has option "fps 30000/1001" ![]() I think this is the reason for different behavior, different versions P.S. i disabled and enabled 60 frames in the latest version of the program and the encoding call options are the same as in the old version "fps 60000/1001", the Hybrid 2021.12.12.1 worked as Hybrid 2021.07.18.1 and finaled file with the correct bitrate. Maybe the encoding call is incorrectly formed for x264 ? I saved the settings, but after restarting the Hybrid, the encoding call settings are incorrect again RE: Problems with bitrate in the latest version of the program - Selur - 27.01.2022 No clue why the output fps is wrong and since you haven't updated to the latest public release I and created a debug output with that version I can't reproduce this here. It would also help if you write down your filtering&co settings. (no screenshots) Cu Selur RE: Problems with bitrate in the latest version of the program - rashit577 - 27.01.2022 (27.01.2022, 06:33)Selur Wrote: No clue why the output fps is wrong and since you haven't updated to the latest public release I and created a debug output with that version I can't reproduce this here. It would also help if you write down your filtering&co settings. (no screenshots) I have the latest public version of the Hybrid 2021.12.12.1 (name in the program window 2021.12.10.1) and old version 2021.07.18.1 - version of the program in the screenshots. Both versions work in portable mode. Last coding with problem demonstration: Screen recording https://drive.google.com/file/d/1Bu9fKJnXt8M44i8f3fujz_9zgzhlFMAp/view?usp=sharing Debug file https://drive.google.com/file/d/1nl6Y_d0lWGMiY8jdQWK2m9HBgt3ZNmLn/view?usp=sharing Report file https://drive.google.com/file/d/1qQRdcbcrS4dAV_4tV8aiz4Sakz-_HNXu/view?usp=sharing RE: Problems with bitrate in the latest version of the program - Selur - 27.01.2022 will look into it after work |