Skip to content

no issue but a question regarding ffmpeg commands #62

Description

@Soldize

Unfortunately there is no discussion area here so I am writing here. Sorry about that.

I use xteve for transcoding with hardware support. It works so far so good.

Can someone help me to limit the bitrate? For example maximum 5mbps

This is my current commandline in xteve for ffmepg:

-hide_banner -loglevel fatal -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i [URL] -c:v h264_vaapi -c:a copy -f mpegts pipe:1

I have already tried something like: -b:v 5M

unfortunately the command did nothing. There is no error but also the bitrate is not changed.

Does anyone know how to solve this problem?

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions