After successfully rendering and encoding VR videos with Voukoder for a while, my attempts would instantly fail starting about a month ago. I didn't put any effort into solving the issue then, but I've looked at it again recently.
I realized that clearing the video side data fields allowed the video to render. Adding any video side data causes the render to immediately fail. Here is AME's log for a failed render attempt.
------------------------------------------------------------
- Encoding Time: 00:00:00
06/30/2021 06:53:52 PM : Encoding Failed
------------------------------------------------------------
A low-level exception occurred in: Voukoder (CS6 compatible) (Exporter:9)
Export Error
Error compiling movie.
Export Error
A low-level exception occurred.
Writing with exporter: Voukoder (CS6 compatible)
Writing to file: F:\Working Folder\TEST VR 2.mp4
Around timecode: 00:00:00:00
Component: Voukoder (CS6 compatible) of type Exporter
Selector: 9
Error code: 3
------------------------------------------------------------
Alles anzeigen
I enabled logging in Voukoder and this is what it says on a failed render attempt. Low-level logging is enabled.
[18:53:52] =============================================
[18:53:52] Voukoder 9.1 (9.1.133)
[18:53:52] by Daniel Stankewitz
[18:53:52] ---------------------------------------------
[18:53:52] Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
[18:53:52] 4 logical cores
[18:53:52] 16249 MB system memory
[18:53:52] Display #0 on: NVIDIA GeForce GTX 1080
[18:53:52] Display #1 on: NVIDIA GeForce GTX 1080
[18:53:52] ---------------------------------------------
[18:53:52] ---------------------------------------------
[18:53:52] Export started
[18:53:52] ---------------------------------------------
[18:53:52] Filename: F:\Working Folder\TEST VR 2.mp4
[18:53:52] Application: Voukoder (Adobe Premiere)
[18:53:52] - Video -------------------------------------
[18:53:52] Frame size: 5760x2880
[18:53:52] Pixel aspect: 1:1
[18:53:52] Timebase: 1001/60000 (59.94 fps)
[18:53:52] Interlaced: No
[18:53:52] Encoder: hevc_nvenc
[18:53:52] Options: _computeCapability=6.1 _pixelFormat=yuv420p gpu=0 preset=medium profile=main qp=25 rc=constqp tier=main
[18:53:52] Side data: s3d_type=sidebyside sph_projection=equirectangular
[18:53:52] Filters: <none>
[18:53:52] Passes: 1
[18:53:52] Color range: unknown
[18:53:52] Color space: unknown
[18:53:52] Color primaries: unknown
[18:53:52] Color transfer: unknown
[18:53:52] - Audio -------------------------------------
[18:53:52] Timebase: 1/48000
[18:53:52] Channels: 2
[18:53:52] Encoder: aac
[18:53:52] Options: _sampleFormat=fltp b=128000 profile=aac_low
[18:53:52] Side data: <none>
[18:53:52] Filters: <none>
[18:53:52] ---------------------------------------------
Alles anzeigen
Simply disabling all video side data options allows the render to proceed. I first noticed this issue with one of the Voukoder 9 release candidates, but I just installed 9.1 and it's still happening so I decided to report it.