Re: ffmpeg does NOT understand "-maxrate 999000k"
Posted: Fri Apr 11, 2025 4:59 am
Disabling "Remux videos with tsmuxer" made some progress, the video played but slow AF (100% CPU USAGE) but still no audio
A short text to describe your forum
https://www.universalmediaserver.com/forum/
https://www.universalmediaserver.com/forum/viewtopic.php?t=16541
Code: Select all
Renderer [LG] webOS TV OLED55B7P has an estimated network speed of 15.660118049117953 Mb/s
Code: Select all
ffmpeg.exe -y -loglevel info -i "video.mkv" -filter_complex "subtitles=video.mkv:si=1" -bufsize 500000k -maxrate 499000k -crf 19 -ab 448k -c:a copy -c:v h264_nvenc -preset llhp -pix_fmt yuv420p -f mpegts \\.\pipe\...
Code: Select all
ffmpeg.exe -y -loglevel info -i "video.mkv" -filter_complex "subtitles=video.mkv:si=1" -bufsize 45000k -maxrate 44000k -crf 19 -ab 448k -c:a copy -c:v h264_nvenc -preset llhp -pix_fmt yuv420p -f mpegts \\.\pipe\...
Code: Select all
Not muxing the video stream with FFmpeg because we need to burn subtitles.
Code: Select all
Renderer LG OLED 2016 has an estimated network speed of 11.16587559840114 Mb/s
Code: Select all
# Use LPCM for audio
# ------------------
# Choose whether or not the Pulse Code Modulation (PCM) audio format should be
# used instead of AC-3 with the MEncoder transcoding engine. Offers lossless
# transcoding quality but higher bitrate. Bandwidth requirements are around 1.5
# Mbit/s for 2.0 and 4.6 Mbit/s for 5.1 audio. Not suitable for Wi-Fi
# streaming.
# Default: false
audio_use_pcm =