So if you have read that page you know that voukoder can not speed up your rendering process, right? So if you make use of lots of effects and filters the fastest GPU could not make it faster. Please share your logfile.
Beiträge von Vouk
-
-
There are some really nice ideas.
I target this for version 3 and I'd like to discuss this extensively with you.
@All users
Please share your thoughts and ideas.
-
Please read https://www.voukoder.org/forum/thread/352 to understand what Voukoder can speed up. You might also send in your logfile after an encoding session has finished.
-
It seems AfterEffects does not render the frames fast enough, so using GPU acceleration in this case does not make sense. The necessary RGB->YUV conversion slows it down too.
Technical info about this: https://www.voukoder.org/forum/thread/352
-
Ich würde den Bug schon gerne behoben, den das könnte auch bei anderen Usern auftauchen. Vielleicht findest du ja noch raus wie man das reproduzieren könnte.
Wegen den Formaten mach doch bitte einen Feature Request auf mit den entsprechenden encodern und muxern. FFmpeg kann viel, aber da sind auch echt antiquarische und exotische Sachen dabei.
-
I am in contact with a big company right now to include voukoder also in their product(s). I really want to keep the configuration independent from the host application. So going back to the version 1 style is not an option.
But I am also thinking about this for many months. I'd like the user can chose between a very simple interface and an advanced interface. I am open for suggestions and concepts that satisfy the needs of users with less encoding knowledge and pro users that want to optimize each single option.
Still ...
- The whole UI has to match the technical requirements
- It has to be compatible with wxWidgets 3.
-
The plugin would actually be the same. No matter if you use the installer or a manual installation.
-
Please see the comment above and provide this information. I could not reproduce it.
-
I am not able to reproduce it. Does anybody else have these issues?
-
What dropdown boxes do you mean? Can you provide steps to reproduce the issue?
-
This way it worked.
1. Created new project with 60fps
2. Created new composition.
3. Added Composition to render list
4. Selected target file
5. Configured Voukoder video settings
6. Started Rendering
Can you add more details on how to reproduce it and provide a screenshot of the whole render list?
-
Is fixed in the next version.
-
Kannst du mir die genauen Schritte nennen um den Fehler zu reproduzieren?
-
This is fixed in the next release.
-
This is most likely a bug. I'll investigate it ...
-
Die YUV420 10 Bit Sache ist in der nächsten Version behoben.
Bitte mache jeweils einen Thread pro Thema, bzw nutze die existierenden Themen.
-
Unfortunately I can not fix it until Adobe has told me how to do it.
-
Das ist so nicht korrekt. Im Gegensatz zu anderen GUIs verwendet der Voukoder keine binaries (wie z.b. x264.exe sondern nutzt direkt die C API). x264 erkennt das dort anhand des übergebenen Pixelformats:
CodeOutput #0, mp4, to 'C:\Users\Daniel\Desktop\test\Sequenz 01_31.mp4': Metadata: encoding_tool : Voukoder R2 Stream #0:0, 0, 1/60: Video: h264 (libx264), 1 reference frame, yuv420p10le(tv, bt709, progressive), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=-1--1, 60 fps, 60 tbn Stream #0:1, 0, 1/60: Audio: aac (LC), 48000 Hz, stereo, fltp, delay 1024, 96 kb/s detected 8 logical cores w:1920 h:1080 pixfmt:yuva444p16le tb:1/60 fr:0/1 sar:1/1 sws_param: Setting 'pix_fmts' to value 'yuv420p10le'
Und MediaInfo zeigt mir im fertigen Video das auch korrekt an:
Code
Alles anzeigenVideo ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High 10@L4.2 Format settings, CABAC : Yes Format settings, RefFrames : 4 frames Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 2 s 650 ms Bit rate : 5 908 kb/s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 60.000 FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 10 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.047 Stream size : 1.87 MiB (98%) Writing library : x264 core 157 Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=81 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 Color range : Limited Color primaries : BT.709 Transfer characteristics : BT.709 Matrix coefficients : BT.709
Es hat sicherlich eher mit der Kombination der Parameter zu tun. Kannst Du mir bitte mal Dein komplettes Log nach Reproduktion des Fehlers schicken? Dann sehe ich mir das an.
-
Did not find a solution yet. I close it until there is a way to do this with the ffmpeg / libav.
-
Will be back in the next version.