SenexCrenshaw / xTeVe

M3U Proxy and EPG aggregator for Plex DVR and Emby Live TV
MIT License
87 stars 10 forks source link

no issue but a question regarding ffmpeg commands #62

Open Soldize opened 1 year ago

Soldize commented 1 year ago

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