tellytv / telly

An IPTV proxy
MIT License
750 stars 105 forks source link

remove unused ffmpeg option #248

Closed tmm1 closed 5 years ago

tmm1 commented 5 years ago

-tune is an encoding option. when passing -codec copy, no encoding is happening so that option is not used.

since there is no encoding or decoding happening, it is incorrect to state that ffmpeg is transcoding.