• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Client Development How do I fetch the WAV version of an item?

     
    • 0 Vote(s) - 0 Average

    How do I fetch the WAV version of an item?

    antonlyap
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2023 Nov
    Reputation: 0
    #1
    2023-11-25, 10:17 AM
    I have a music library, and I would like to get a stream of an audio track in WAV format. Is it possible in Jellyfin? What parameters do I need to specify for that?

    Simply setting
    Code:
    containerType=wav
    seems to be insufficient. Jellyfin runs the following command:

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M  -i file:"/media/path/to/file.m4a" -threads 0 -vn -ab 256000 -ac 2 -acodec copy -ar 48000 -id3v2_version 3 -write_id3v1 1 -y "/config/transcodes/03fc9fa635e92c205619ec637c295946.mp3"

    This command fails, the API request returns error 500. However, changing the output file extension to .wav seems to fix it. How do I get Jellyfin to do that?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    How do I fetch the WAV version of an item? - by antonlyap - 2023-11-25, 10:17 AM
    RE: How do I fetch the WAV version of an item? - by TheDreadPirate - 2023-11-25, 05:47 PM
    RE: How do I fetch the WAV version of an item? - by antonlyap - 2023-11-25, 08:58 PM
    RE: How do I fetch the WAV version of an item? - by TheDreadPirate - 2023-11-26, 12:12 AM
    RE: How do I fetch the WAV version of an item? - by antonlyap - 2023-11-26, 07:14 AM
    RE: How do I fetch the WAV version of an item? - by TheDreadPirate - 2023-11-26, 05:19 PM
    RE: How do I fetch the WAV version of an item? - by antonlyap - 2023-12-01, 08:38 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode