Beiträge von Vouk
-
-
-
Implemented for x264 and x265 in 2.0-beta3.
-
That is intentional.
Voukoder R2 will only show containers that are suitable/working for the selected codecs. In Voukoder 1 wrong muxer / codec combination resulted in an error message.
-
Filter(s) is/are coming back in again.
-
My idea was to create something like "preset" files where every parameter is defined. When you select a preset in Voukoder it loads these parameters and set it as default (settings before will be overridden). StaxRip is a good example.
Initially you were talking about the x264 "preset" parameter, right? Sounds more like custom defined presets now. There is a huge difference between both. Custom encoder presets are planned already, but I'm currently focused on bugfixing right now.
-
More precise: I need to think about it if I want to have it implemented or not.
I don't want to have any hardcoded mapping of presets to a list of parameters as these presets might change in the future by the x264 devs.
Also if you save the the final configuration and load it again you would only have the single parameters selected again and there'd be no connection to the original preset anymore.
What if you first select "slow" then "fast"? Would it set the single params for "slow" and when selecting "fast" it'd overwrite them and add more from "fast?" This is creating a mess.
That's why I am not too excited about it.
-
Okay, understood. Will think about it. Not on high prio.
-
Can you elabobate on this? I don't get what you mean.
-
Please re-test with 2.0-beta3 and if it is still there write the exact steps on how to reproduce it.
-
It's fixed in 2.0-beta3.
-
I have tested this carefully, but can't reproduce it. Looks fine on my side.
Can anybody else reproduce this?
-
The value -1 (auto) is the default setting. So if you keep it disabled auto / -1 will be used.
-
Fixed in 2.0-beta3.
-
- I click on "Configure"
- I select video encoder "NVENC h.264"
- I click on the "Video" section and change to "Quantizer" 15
- I click on "Okay" and the Configure dialog closes
- I click on "Configure" again -> "NVENC h.264" is still selected and "Quantizer" 15 is still set.
Looks okay. What do I do wrong?
-
With what version? beta1 or beta2?
-
FFmpeg / libav differentiates between encoders and sample formats here. Well, it does not encode anything, but this is how it is implemented.
- "Uncompressed PCM 16bit" is an encoder with the sample format "s16"
- "Uncompressed PCM 24bit" is an encoder with the sample format "s32"
- "Uncompressed PCM 32bit" is an encoder with the sample format "s32"
I tried to make it simple some time ago, but it is too much effort and making the code too complicated.
-
Implemented. But exporting is going to be REALLY slow then.
Available in 2.0-beta3.
-
Provided the first BETA 2 update. The first bugs are fixed.
Thanks for reporting the bugs and please continue testing.
-
Please retest with beta2 once it is available.