VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I've been experimenting with ATRAC3 audio and have found that RealProducer 8 allows me to encode ATRAC3 but sticks it in a .rm container.

    I would like to extract the ATRAC3 from the .rm container and place it into .. almost any other container. .OMA or raw audio data would probably work best.

    GUI preferred but if if none exists ill much about with a CLI.
    Quote Quote  
  2. Try
    Code:
    ffmpeg -i your_atrac_file -c copy output.wma
    Tested with wma, avi, oma, wav extention.
    Last edited by ProWo; 7th May 2022 at 05:54.
    Quote Quote  
  3. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    ffmpeg -i input.rm -acodec copy output.WAV is what I use,

    so that I can mux the atrac3 stream to a .AVI video with VirtualDub.

    EDIT:

    MKVmerge imports atrac3 from .RM, but not from .WAV;
    however the DirectShow Matroska Muxer from the MPC-BE standalone-filters package can remux atrac3 .WAVs and .AVIs to Matroska.
    Last edited by El Heggunte; 7th May 2022 at 06:46. Reason: add more info.
    "Programmers are human-shaped machines that transform alcohol into bugs."
    Quote Quote  
  4. You can use clever FFmpeg-GUI to extract atrac3 audio streams. (added in the newest beta v2.0.7.08)
    https://files.videohelp.com/u/292773/clever_ffmpeg_gui_newest_beta.7z
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!