Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

How to enable in_parallel option? #88

@zhanglingran

Description

@zhanglingran

image

when I use the in_parallel parameter, the above error occurred during encoding.

the encoding command is as follows.

numactl -N 0,1,2,3 ./ffmpeg -stream_loop -1 \
        -i $1 -input_type 1 -rc 1 \
        -c:v:0 distributed_encoder \
        -in_parallel 1 \
        -s:0 7680x3840 \
        -tile_row:0 6 -tile_column:0 12 \
        -config_file:0 config_high.xml \
        -la_depth:0 0 -r:0 25 -g:0 25 \
        -b:0 50M -map 0:v \
        -c:v:1 distributed_encoder \
        -in_parallel 1 \
        -s:1 1280x1280 -sws_flags neighbor \
        -tile_row:1 2 -tile_column:1 2 \
        -config_file:1 config_low.xml \
        -la_depth:1 0 -r:1 25 -g:1 25 \
        -b:1 2M -map 0:v -vframes 5400 \
        -f omaf_packing \
        -is_live 0 -split_tile 1 -seg_duration 1 \
        -base_url ${URLBASE}/VOD8K/ \
        -out_name Test /usr/local/nginx/html/VOD8K/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions