1. Voukoder
  2. Forum
    1. Unresolved Threads
  3. Downloads
  4. Support the project / Donate
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Pages
  • Forum
  • More Options
  1. Voukoder
  2. Forum
  3. Voukoder
  4. General
  5. Adobe

Adobe Premiere Pro CC v1.13 Voukoder 6

    • Adobe Premiere / MediaEncoder
  • reinkeb
  • September 5, 2020 at 6:05 PM
1st Official Post
  • reinkeb
    Beginner
    Posts
    8
    • September 5, 2020 at 6:05 PM
    • #1

    Dear team, great work on such a cool programme! The reviews on YouTube sound fantastic. Thanks for your work on this, and I pledge to support via patreon if I get it to work.

    However, atm I cannot get it to work. :( I dont think I am setting it up correctly, and need a pointer. I use the following:

    Windows 10 Pro 64-bit (10.0)

    Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (16 CPUs)

    32768MB RAM

    NVIDIA GeForce GTX 1080 Ti, 27468 MB

    Adobe Premiere Pro CC v1.13.01

    ...and downloaded the MSIs for Voukoder 6 and the premiere plugin.

    My aim is to encode 5.7k VR monoscopic 360/180deg footage using the HEVC 2.65 settings at 60Mbps and "Good Quality Settings".

    But the hardware settings dont seem to show... What am I doing wrong? I would appreciate a pointer, please. Apologies for the basic question, I could not find this topic in the knowledge section.

  • Kleinrotti
    Intermediate
    Reactions Received
    33
    Posts
    264
    • September 5, 2020 at 6:19 PM
    • #2

    You can click on the small "+" symbol next to the descriptions "standard", "rate control" ... . The available options will be shown then.

  • reinkeb
    Beginner
    Posts
    8
    • September 5, 2020 at 6:39 PM
    • #3

    Thanks for taking the time to respond. I know that part, thanks anyway. Where are the hardware settings? Using the encoder as is uses CPU 90% and GPU10%, so I am not setting it up correctly.

  • Kleinrotti
    Intermediate
    Reactions Received
    33
    Posts
    264
    • September 5, 2020 at 7:04 PM
    • #4

    Do you mean NVENC?

    You have to select that Encoder first.

  • reinkeb
    Beginner
    Posts
    8
    • September 5, 2020 at 7:12 PM
    • #5

    Maybe that is what is wrong. That list does not show up with NVENC options you circled. Do I need to download these somewhere? I have Premiere CC 1.13... Thanks for your help!

  • Kleinrotti
    Intermediate
    Reactions Received
    33
    Posts
    264
    • September 5, 2020 at 7:34 PM
    • #6

    Maybe you are using the broken Voukoder 6 Version where nvenc is bugged on some systems.

    You could try this pre release version of Voukoder.

    Download

  • reinkeb
    Beginner
    Posts
    8
    • September 5, 2020 at 8:08 PM
    • #7

    That totally worked, wow, some speed! Patreon, here I come. I am trying to now translate quantizer into bitrate, but I am sure I will get there. Thank you Kleinrotti. Have a good weekend.

  • reinkeb
    Beginner
    Posts
    8
    • September 7, 2020 at 5:51 PM
    • #8

    Hello team, I am really impressed with the performance of the encoder. For VR projection, I selected equirectangular projection in the options tab. I cannot find additional settings for VR projection. Is there more needed?

    However, the result cannot be showing in VLC Player as VR video? It is not spherical as normal, but a flat 2:1 video.

    The GoPro VR Player plays the results fine, apart from a connecting line where the projection meets.

  • reinkeb
    Beginner
    Posts
    8
    • September 7, 2020 at 6:55 PM
    • #9
    Quote from Kleinrotti

    Maybe you are using the broken Voukoder 6 Version where nvenc is bugged on some systems.

    You could try this pre release version of Voukoder.

    Download

    BTW, it turns out that it was the updated NVDIA drivers that I installed in parallel that made the difference. NVENC seems to be brand new for my PC.

  • reinkeb
    Beginner
    Posts
    8
    • September 9, 2020 at 2:25 PM
    • #10

    Sorry to bump this up the chain. Is there a VR setting in Voukoder I could use?

  • Vouk
    Administrator
    Reactions Received
    498
    Posts
    2,491
    • September 9, 2020 at 2:45 PM
    • Official Post
    • #11

    I can't help you with this as I am not an expert in this matter. I just implemented the existing FFmpeg options. Maybe you can find out how to do this with FFmpeg in general, then I could look that up in the code.

    Help to improve this plugin and support me on patreon or paypal. Thank you.

    Do you need a custom Voukoder build really fast? Click here.

    I also create custom encoder plugin solutions for Adobe products and DaVinci Resolve.

  • reinkeb
    Beginner
    Posts
    8
    • September 9, 2020 at 2:56 PM
    • #12

    Thank you for your response. Is there a way of adding FFMPEG commands to the Voukoder GUI? Below is an extract from https://www.vrtonung.de/en/ffmpeg-codes/ as one example. I just dont know how to benefit from voukoder and add VR related settings on top. :)

    Stereoscopic to Monoscopic

    If you have a 3D 360° video, it certainly looks great on VR glasses, but is less suitable for conventional screens, since one eye is enough for viewing, i.e. 2D. Here the video is halved in the middle, horizontally or vertically.

    Over-under (top-bottom):

    ffmpeg -i input.mp4 -vf crop=h=in_h/2:y=0 output.mp4

    Side-by-side (left-right):

    ffmpeg -i input.mp4 -vf crop=w=in_w/2:x=0 output.mp4

  • iAvoe
    x264/x265 Expert
    Reactions Received
    12
    Posts
    127
    • September 14, 2020 at 4:02 AM
    • #13
    Quote from reinkeb

    Thank you for your response. Is there a way of adding FFMPEG commands to the Voukoder GUI? Below is an extract from https://www.vrtonung.de/en/ffmpeg-codes/ as one example. I just dont know how to benefit from voukoder and add VR related settings on top. :)

    Stereoscopic to Monoscopic

    If you have a 3D 360° video, it certainly looks great on VR glasses, but is less suitable for conventional screens, since one eye is enough for viewing, i.e. 2D. Here the video is halved in the middle, horizontally or vertically.

    Over-under (top-bottom):

    ffmpeg -i input.mp4 -vf crop=h=in_h/2:y=0 output.mp4

    Side-by-side (left-right):

    ffmpeg -i input.mp4 -vf crop=w=in_w/2:x=0 output.mp4

    Display More

    You can post this command on knowledges, I think Vouk could add them onto the program later, because knowledges rarely gets new posts and I actually waited a month to see some x264 options are added:)

Werbung

Similar Threads

  • Adobe Premiere adds NVENC and AMD

    • Vouk
    • April 22, 2020 at 6:58 PM
    • Adobe
  • Voukoder 6 doesn't see NVENC (GF 760, Win 7 x64, latest drivers), but Voukoder 5 does

    • tyf
    • August 25, 2020 at 8:00 PM
    • Closed bugs
  • CQP is not working with AMD AMF

    • KipMan Eats
    • June 27, 2020 at 3:30 AM
    • Adobe
  • Adobe Media Encoder | Voukoder not Installing

    • dark
    • June 24, 2020 at 4:19 AM
    • Adobe
  • How do I install Voukoder 2.3 beta3?

    • DryreL
    • October 29, 2019 at 9:49 AM
    • Adobe

Tags

  • premiere pro
  • h265
  • voukoder settings
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™ 6.0.3