gta5-extended-video-export icon indicating copy to clipboard operation
gta5-extended-video-export copied to clipboard

0.5.0 Completely Crashes when starting export

Open drewc5131 opened this issue 1 year ago • 2 comments

With the latest GTA update, EVE (0.5.0) no longer works at all. I've tried various different configs and removed any other mods that affect rockstar editor The export works fine without EVE, but the default quality is, of course, unusable.

{
    "audio": {
        "encoder": "aac",
        "filters": "",
        "options": "_sampleFormat=fltp|b=320000|profile=aac_low",
        "sidedata": ""
    },
    "format": {
        "container": "mp4",
        "faststart": true
    },
    "version": 1,
    "video": {
        "encoder": "h264_nvenc",
        "filters": "",
        "options": "_computeCapability=8.6|_pixelFormat=yuv420p|gpu=0|multipass=disabled|preset=p4|profile=main|qp=23|rc=constqp",
        "sidedata": ""
    }
}

Note: As of the latest comment i'm using the default config included in the mod zip

enable_mod = true
auto_reload_config = true
output_folder = S:\Editing\gta
log_level = trace

[EXPORT]
fps = 60
motion_blur_samples = 8
motion_blur_strength = 0.5
export_openexr = false

drewc5131 avatar Dec 24 '23 02:12 drewc5131

apparently i put quotation marks in my output folder which was "not the right thing to do" that resolved my issue

drewc5131 avatar Dec 24 '23 02:12 drewc5131

Disabling auto hdr in an attempt remedy an issue where my exports aren't including a video feed (kind of important), causes it to completely crash upon export start (after it tries to render a frame or 2) can't send the log because it generates multi-gigabyte large log files.

With auto HDR on, the export seems to work fine, but theres absolutely no video in the exported file, just audio

drewc5131 avatar Dec 25 '23 04:12 drewc5131