Is that also possible with CS6? I am using the CS6 SDK for backwards compatibility.
Beiträge von Vouk
-
-
There was a request on twitter to extend this plugin to a standalone encoder. If i ever do that i will add multiple streams.
-
You could be right. I did not see any functionality to get audio data for more than one track.
In theory it is possible for voukoder to write multiple audio and also multiple video streams... even timecode streams, subtitle streams and so on. But this also requires a UI rework to manage these different stream types.
-
Currently this is not possible. This would be a major rework of almost everything.
-
NT 4.0 introduced the Windows 95 look. 3.51 still looked like Windows 3.11. I miss that style too. This was the good old time when windows was not overloaded.
I got the idea when looking at the screenshots. All of the them had the classic theme enabled.
And I spent DAYS to install a full development environment in a windows 7 VM. I still want to fix it though.
-
Hopefully the wxWidgets guys look into it and see if they can fix it also for the classic theme.
-
I was able to find a solution! The error only happens when using the "Classic Windows" desktop theme.
You can work around this with switching to the Windows 7 / 8.1 standard desktop theme.
-
I asked the wxWidgets forum for help: https://forums.wxwidgets.org/viewtopic.php?f=23&t=45828
-
I am installing Windows 7 and CS 6 now. Let's see if I can reproduce it.
-
Can you try this version? Its built against the Windows 8.1 SDK. Hopefully it is more compatible.
-
I don't think it has to do with dependencies. In that case it would always crash... not on the second attempt only. Seems i need to setup a windows 7 vm to debug this.
-
This is a really interesting one. The colon is used internally by FFmpeg as a separator. I somehow need to replace the separators to some very unusual values which would be a breaking change to existing settings.
Now:
profile=slow,preset=medium,x264-params=abc=def:debock=1:2:xy=z
Possible: (But it'd conflicts with the other comma separators)
profile=slow,preset=medium,x264-params=abc=def:debock=1,2:xy=z
Solution: (As a breaking change)
profile=slow|preset=medium|x264-params=abc=def:debock=1,2:xy=z
Seems I have to introduce a versioning here.
btw. This also affects other, similar options (i.e. "partitions")
-
I need to add the "tier" option to libx265 again.
-
Both of you are using windows 7, right?
-
Version 1 and 2 are completely independent. You have them both installed side by side.
In version 2 the log is stored in memory only.
-
You're still using Windows 7, right?
-
I reproduced the steps, but it's working for me. I even used the settings above. Can anybody else try?
-
-
This is still open. Will work on it.
-
I increased the rendering precison in version 2.0. Did that help?
Rendering in 32bit float YUVA4444 would slow down the export massively.
You can force the maximum depth if you export with more than 8 bit already.