VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Oct 2014
    Location
    Georgia, Tbilisi
    Search PM
    Hello all, please someone help me

    i have a mpeg audio file with mpeg extension and i want to transcode it to mp3 without reencode

    any suggestions?

    file
    Quote Quote  
  2. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    No need to transcode, you already have an MP3 stream,
    just demux with ffmpeg:

    Code:
    ffmpeg -i file.mpeg -acodec copy file.mp3
    And oh BTW,

    https://forum.videohelp.com/threads/72386-Forum-rules-Acceptable-Use-Policy-(AUP)?
    Quote Quote  
  3. Member
    Join Date
    Oct 2014
    Location
    Georgia, Tbilisi
    Search PM
    El Heggunte

    Thanks for help
    Quote Quote  
  4. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by tweak3r
    i tried it doesn't work

    can you do this instead of me ? please
    Of course it does work. If you have no idea of how to use a command-line program,
    well, it's never too late to start learning...

    As a side note: 128kbps MP3 is too cräppy for classical music, next time try 256kbps CBR, minimum.

    Or just go the lossless route, problem solved.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!