You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Telegram support most audio formats nowadays such as opus, aac-m4a, ogg... transcoding everything to mp3 seems not necessary.
I would rather avoid a lossy to lossy conversion and get the best quality/size version of the file.
This is the default yt-dlp behavior.
However, i don't understand how should I write it down in the YTDL_OPTS config file.
If i replace FINAL_AUDIO_FORMAT by 'best' I get: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
What should I write instead?
Thank you!!
The text was updated successfully, but these errors were encountered:
Since Telegram support most audio formats nowadays such as opus, aac-m4a, ogg... transcoding everything to mp3 seems not necessary.
I would rather avoid a lossy to lossy conversion and get the best quality/size version of the file.
This is the default yt-dlp behavior.
However, i don't understand how should I write it down in the YTDL_OPTS config file.
If i replace
FINAL_AUDIO_FORMAT
by'best'
I get:join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
What should I write instead?
Thank you!!
The text was updated successfully, but these errors were encountered: