"alac" is the lossless compressed codec.
"pcm" is the uncompressed codec. There are quite some variants of it:
i.e." pcm_s16le"
- s
- s = signed
- u = unsigned
- 16
- 16 bits
- 24 bits
- 32 bits
- le
- le =little endian (PCs)
- be = big endian (Macs)
"alac" is the lossless compressed codec.
"pcm" is the uncompressed codec. There are quite some variants of it:
i.e." pcm_s16le"
Some encoders require a width and height dividable by 4,8 or 16. I guess that has something to do with the macroblocks. I really need to fix this issue.
Does it work if you render it to a resolution of like 1088x1920?
These setting should work:
The download link for 13.1 is: https://github.com/Vouk/voukoder/releases/tag/13.1
Yes, the plan is to bring VoukoderPro to Windows, MacOS and Linux.
Bringing it to linux is currently in progress. MacOS will follow.
That's what i expected. I'm building the VEGAS Pro plugin with the SDK for Version 18. I need to use an older SDK for 15,16 and 17.
It has not the highest priority at the moment.
And it gets a bit tricky. With switching to the autodetecting method (encoders, muxers and their options) the text is taken directly from FFmpeg (in english). Translating the UI should be possible though.
It's not a bug, this has rather ... never been implemented.
Any hope of Vegas 15 support for VoukoderPro?
Can you please test if it works if you copy the files manually over to the VEGAS Pro 15 directories? I don't have this version myself.
Any hope of Vegas 15 support for VoukoderPro?
Can you please test if it works if you copy the files manually over to the VEGAS Pro 15 directories? I don't have this version myself.
Can you try if this is fixed with VoukoderPro 1.2.3?
Can you perform a scene test of that scene and copy & paste the output here?
It works for me with VideoLAN and MPC HC as players.
What player are you using?
From what I can see the video resolution looks strange:
1059x1045
Most encoders only work with even resolutions where width and height have to be dividable by 4 or 8.