high cpu usage when transcoding audio

Issue #407 wontfix
Former user created an issue

please add -re (Read input at native frame rate. http://ffmpeg.org/ffmpeg-doc.html#SEC12) option to ffmpeg to reduce cpu usage. like: ffmpeg.exe" -re -i movie.mkv -y -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\WINDOWS\TEMP\Serviio\transcoding-temp-4-MPEG2TS.stf

Comments (1)

  1. Petr Nejedly repo owner

    this is not a good idea, most of the renderers need the content flow at higher speeds and also this will disable any chance of ffwd operation.

    this attribute will only be used for online live streams post 0.6

  2. Log in to comment