Beiträge von Vouk

    Release Notes 4.1

    Just a small bugfix release fixing the small issues below.

    Fixes

    • Fixed encoder filtering based on selected stream types
    • Removed double file extension from some encoders

    Notes

    For using NVENC encoders driver version 436.15 or newer is required.

    Credits

    Thanks to my all supporters - especially the platinum tier patrons ValnirÆsirsson and Gronkh!

    Download

    https://github.com/Vouk/voukoder/releases/tag/4.1

    • So the audio data (float32) from premiere is pretty much okay.
    • float32 -> s16le (pcm) is okay too
    • float32 will be directly send to the aac encoder as "fltp" (no conversion)
    • it has to do with the aac encoder

    Maybe it has to do with the options?

    -aac_coder <int> E...A.... Coding algorithm (from 0 to 2) (default fast)

    anmr E...A.... ANMR method

    twoloop E...A.... Two loop searching method

    fast E...A.... Default fast search

    -aac_ms <boolean> E...A.... Force M/S stereo coding (default auto)

    -aac_is <boolean> E...A.... Intensity stereo coding (default true)

    -aac_pns <boolean> E...A.... Perceptual noise substitution (default true)

    -aac_tns <boolean> E...A.... Temporal noise shaping (default true)

    -aac_ltp <boolean> E...A.... Long term prediction (default false)

    -aac_pred <boolean> E...A.... AAC-Main prediction (default false)

    -aac_pce <boolean> E...A.... Forces the use of PCEs (default false)

    Zitat

    [23:45:36] FFmpeg: InitializeEncoder failed: invalid param (8): Invalid Level.

    It is rather the NVIDIA driver that complains about the issue. I remember we've had this issue since the first days of Voukoder. Strange that you report other version don't have this issue ...

    Unfortunately I can't do anything about it. I am always using the latest FFmpeg version.

    As Voukoder is using FFmpeg internally it uses the encoders/muxers FFmpeg provides. As far as i know FFmpeg does not offer any further advanced compression functionality.

    Release Notes

    If you like Voukoder and especially if it helps saving time and money in your business - please consider supporting the project by paypal or on patreon. Thank you.

    I am also looking for sponsors and partners. Please contact me if you are interested.

    Important

    Make sure you are using the latest connector for your application(s)!

    Changes

    • Increased floating point values precision to 3 decimal places
    • Added animated GIF support
    • Added still image support (BMP and TIFF)
    • Added "atrim" filter to correct the audio track offset

    Fixes

    • Fixed loading the correct order of filters
    • Added low-level logfile for debugging
    • Fixed sequential exports with different frame sizes are failing
    • Showing video and audio pages only if they are selected in the NLE

    Notes

    For using NVENC encoders driver version 436.15 or newer is required.

    Credits

    Thanks to my all supporters - especially the platinum tier patrons ValnirÆsirsson and Gronkh!

    Download

    https://github.com/Vouk/voukoder/releases/tag/4

    You need to disable the audio track in the exportas an animated GIF can not contain any audio tracks. I noticed this does not work with VEGAS currently. I have to fix the in the VEGAS connector.

    Unfortunately not.