How to fix incompatibly joined mp3 file (mono - stereo tracks were merged together)?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
0
down vote

favorite












I have joined a couple of audio books, which were originally splitted in several parts, and were recorded from different radio stations. Earlier I made an mp3 joiner script, which uses ffmpeg and applies 3.5 seconds silence tracks between the joined parts. I used two kind of silence tracks in the past: "mono, 96kbps, 32000 Hz" and "joint stereo, 128kbps, 44100 Hz", both exactly 3.5 secs. generated by Audacity. Unfortunately I forget to change the silence track file path in the script, so I joined 44100 Hz joint stereo audio book tracks with mono-32000 Hz silence tracks inbetween, which are fairly incompatible: when I open the big joined mp3 files in MP3 DirectCut software, it says, this is a so called "Frankenstein track", which incompatibly mixes different channel layout and sampling frequencies. Audio plays as a slow recording. When I open the file in VLC, it plays properly. Main problem is, that these "mixed layout" mp3 files won't play in HTML5 web audio players, it simply refuses it, and I would like to use them on a webpage.



Of course I deleted the original separated tracks, so I have only one option: somehow fix the joined "mixed layout" files. Full recoding is also an option, however it would be very slow on my machine, would take several hours, at least 10-12 hours, I think, on my P4 2.4 gHz computer, for the dozen audio books. So I would prefer some kind of fixing instead, or maybe re-splitting, according to the "mixed layout" track boundaries.







share|improve this question

























    up vote
    0
    down vote

    favorite












    I have joined a couple of audio books, which were originally splitted in several parts, and were recorded from different radio stations. Earlier I made an mp3 joiner script, which uses ffmpeg and applies 3.5 seconds silence tracks between the joined parts. I used two kind of silence tracks in the past: "mono, 96kbps, 32000 Hz" and "joint stereo, 128kbps, 44100 Hz", both exactly 3.5 secs. generated by Audacity. Unfortunately I forget to change the silence track file path in the script, so I joined 44100 Hz joint stereo audio book tracks with mono-32000 Hz silence tracks inbetween, which are fairly incompatible: when I open the big joined mp3 files in MP3 DirectCut software, it says, this is a so called "Frankenstein track", which incompatibly mixes different channel layout and sampling frequencies. Audio plays as a slow recording. When I open the file in VLC, it plays properly. Main problem is, that these "mixed layout" mp3 files won't play in HTML5 web audio players, it simply refuses it, and I would like to use them on a webpage.



    Of course I deleted the original separated tracks, so I have only one option: somehow fix the joined "mixed layout" files. Full recoding is also an option, however it would be very slow on my machine, would take several hours, at least 10-12 hours, I think, on my P4 2.4 gHz computer, for the dozen audio books. So I would prefer some kind of fixing instead, or maybe re-splitting, according to the "mixed layout" track boundaries.







    share|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have joined a couple of audio books, which were originally splitted in several parts, and were recorded from different radio stations. Earlier I made an mp3 joiner script, which uses ffmpeg and applies 3.5 seconds silence tracks between the joined parts. I used two kind of silence tracks in the past: "mono, 96kbps, 32000 Hz" and "joint stereo, 128kbps, 44100 Hz", both exactly 3.5 secs. generated by Audacity. Unfortunately I forget to change the silence track file path in the script, so I joined 44100 Hz joint stereo audio book tracks with mono-32000 Hz silence tracks inbetween, which are fairly incompatible: when I open the big joined mp3 files in MP3 DirectCut software, it says, this is a so called "Frankenstein track", which incompatibly mixes different channel layout and sampling frequencies. Audio plays as a slow recording. When I open the file in VLC, it plays properly. Main problem is, that these "mixed layout" mp3 files won't play in HTML5 web audio players, it simply refuses it, and I would like to use them on a webpage.



      Of course I deleted the original separated tracks, so I have only one option: somehow fix the joined "mixed layout" files. Full recoding is also an option, however it would be very slow on my machine, would take several hours, at least 10-12 hours, I think, on my P4 2.4 gHz computer, for the dozen audio books. So I would prefer some kind of fixing instead, or maybe re-splitting, according to the "mixed layout" track boundaries.







      share|improve this question











      I have joined a couple of audio books, which were originally splitted in several parts, and were recorded from different radio stations. Earlier I made an mp3 joiner script, which uses ffmpeg and applies 3.5 seconds silence tracks between the joined parts. I used two kind of silence tracks in the past: "mono, 96kbps, 32000 Hz" and "joint stereo, 128kbps, 44100 Hz", both exactly 3.5 secs. generated by Audacity. Unfortunately I forget to change the silence track file path in the script, so I joined 44100 Hz joint stereo audio book tracks with mono-32000 Hz silence tracks inbetween, which are fairly incompatible: when I open the big joined mp3 files in MP3 DirectCut software, it says, this is a so called "Frankenstein track", which incompatibly mixes different channel layout and sampling frequencies. Audio plays as a slow recording. When I open the file in VLC, it plays properly. Main problem is, that these "mixed layout" mp3 files won't play in HTML5 web audio players, it simply refuses it, and I would like to use them on a webpage.



      Of course I deleted the original separated tracks, so I have only one option: somehow fix the joined "mixed layout" files. Full recoding is also an option, however it would be very slow on my machine, would take several hours, at least 10-12 hours, I think, on my P4 2.4 gHz computer, for the dozen audio books. So I would prefer some kind of fixing instead, or maybe re-splitting, according to the "mixed layout" track boundaries.









      share|improve this question










      share|improve this question




      share|improve this question









      asked Jul 19 at 14:56









      Konstantin

      1215




      1215

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457238%2fhow-to-fix-incompatibly-joined-mp3-file-mono-stereo-tracks-were-merged-togeth%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457238%2fhow-to-fix-incompatibly-joined-mp3-file-mono-stereo-tracks-were-merged-togeth%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Christian Cage

          How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?