Jellyfin Forum
How to transcode WAV to MP3 120k automatically on demand - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: How to transcode WAV to MP3 120k automatically on demand (/t-how-to-transcode-wav-to-mp3-120k-automatically-on-demand)



How to transcode WAV to MP3 120k automatically on demand - Sadistic Angela - 2023-07-02

I can't seem to get it to do this. I work at a place with very limited bandwidth, and I'd hate to have to duplicate the entire library in MP3 120k...


RE: How to transcode WAV to MP3 120k automatically on demand - TheDreadPirate - 2023-07-02

You set this on the client side.

Settings > Playback > Music Quality


RE: How to transcode WAV to MP3 120k automatically on demand - Sadistic Angela - 2023-07-03

(2023-07-02, 05:36 AM)TheDreadPirate Wrote: You set this on the client side.

Settings > Playback > Music Quality

Yeah, that setting doesn't do anything. It's still sending the full WAV file.


RE: How to transcode WAV to MP3 120k automatically on demand - TheDreadPirate - 2023-07-05

Can you attach your jellyfin server logs corresponding to your external music playback?

Also, what client and device are you using?


RE: How to transcode WAV to MP3 120k automatically on demand - TheDreadPirate - 2023-07-06

Here is what my server logs show when I have it set to 128Kbps for Internet Quality in Jellyfin on my Android phone.

Code:
[2023-07-06 03:32:20.731 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -ss 00:01:48.000  -i file:\"/media/library/Music/Florence & The Machine/Ceremonials/Disc 1/Track 03.flac\" -map_metadata -1 -map_chapters -1 -threads 0  -acodec libfdk_aac -ab 128000 -ac 2 -vn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 36 -hls_segment_filename \"/media/ramdisk/transcodes/78a82fc4e65a56af2b19e3771db7809c%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/media/ramdisk/transcodes/78a82fc4e65a56af2b19e3771db7809c.m3u8\""
[2023-07-06 03:32:26.723 +00:00] [INF] FFmpeg exited with code 0

If you are looking at the "Media Info" while you are playing back transcoded music, it will still show the original metadata.  Not the transcode metadata.

What are you seeing that makes you think you are receiving the raw WAV?