MP3-to-OGG using BeSweet/GUI low volume problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mazdivx
    Junior Member
    Junior Member
    • Feb 2003
    • 11

    MP3-to-OGG using BeSweet/GUI low volume problem

    Hello everyone,
    I have successfully used the OGG/OGM guide in the past. But I'm having a problem this time.

    As explained in the guide, I used BeSweet/GUI to convert an .mp3 file to .ogg (90kbps) . I then multiplexed the .ogg with a DivX .avi (video only) file to create the final .ogm movie file (video + audio) using VirtualDubMod.
    My problem is: The audio in the final .ogm movie file is too low in volume; much lower than the original .mp3 file!

    I don't know if this problem was caused by BeSweet when creating the .ogg, or by VirtualDubMod when creating the .ogm since I have no way of listening to the .ogg file, although I strongly suspect BeSweet.
    (Anyone know of a stand-alone .ogg player???)

    How can I boost/amplify the audio? I used all the standard settings mentioned in the OGG/OGM guide (Hybrid gain) and don't know much about manipulating BeSweet/GUI's settings.

    Thank you very much,
    Maz
  • UncasMS
    Super Moderator
    • Nov 2001
    • 9047

    #2
    play the ogg file separetly to find out if the problem is the ogg file itself or the muxing process later on.

    in case the ogg needs boosting, switch from HYBRID to pregain and use some 5-10db.

    Comment

    • mazdivx
      Junior Member
      Junior Member
      • Feb 2003
      • 11

      #3
      OK, I used an audio player to play the .ogg file. Its volume was actually LOUDER than the .mp3 file, so I no longer suspect BeSweet.

      The problem must be caused by the multiplexing performed by VirtualDubMod.
      The settings I am using are:
      Video -> Direct Stream Copy
      AVI -> Audio1 and 2 -> AVI audio, Direct Stream Copy
      OGM -> Show Inputs -> Add .ogg file
      OGM -> Save OGM

      I don't know what could be causing the problem. Any ideas???
      Thank you,
      Maz

      Comment

      • UncasMS
        Super Moderator
        • Nov 2001
        • 9047

        #4
        could you please look up the stream COMMENTS and post everything that is listed

        Comment

        • mazdivx
          Junior Member
          Junior Member
          • Feb 2003
          • 11

          #5
          Sorry, but I am not sure how to do that.
          In Job Control, I set Debug -> LogLevel -> 9 (all).
          Then I ran the OGM creation job.

          In the application directory, the file 'jobs.log' said:
          09:27:54-PartSuccess, host 0, part 0, time=173s, speed=0 fps

          That's all it said.

          And the file 'VirtualDubMod.jobs' said:

          // VirtualDub job list (Sylia script format)
          // This is a program generated file -- edit at your own risk.
          //
          // $numjobs 1
          //

          // $job "Job 1"
          // $input "C:\GuildFTPd\ftproot\RobinVideo.avi"
          // $output "C:\GuildFTPd\ftproot\rhfinal.ogm"
          // $state 2
          // $start_time 01c31868 59c64fa0
          // $end_time 01c31868 c40f5370
          // $script

          VirtualDub.Open("C:\\GuildFTPd\\ftproot\\RobinVide o.avi",0,0);
          VirtualDub.RemoveInputStreams();
          VirtualDub.OpenOGMInput("C:\\GuildFTPd\\ftproot\\R obinAudioVorbis.ogg", 0, 0);
          VirtualDub.DeleteComments();
          VirtualDub.AddComment(0, 0, "ENCODED_USING", "Made with BeSweet v1.5b16");
          VirtualDub.AddComment(0, 0, "ENCODER_URL", "http://DSPguru.doom9.org");
          VirtualDub.AddComment(0, 0, "LWING_GAIN", "0.055");
          VirtualDub.audio.SetSource(1);
          VirtualDub.audio.SetMode(0);
          VirtualDub.audio.SetInterleave(1,500,1,0,0);
          VirtualDub.audio.SetClipMode(1,1);
          VirtualDub.audio.SetConversion(0,0,0,0,0);
          VirtualDub.audio.SetVolume();
          VirtualDub.audio.SetCompression();
          VirtualDub.audio2.SetSource(1);
          VirtualDub.audio2.SetMode(0);
          VirtualDub.audio2.SetInterleave(1,500,1,0,0);
          VirtualDub.audio2.SetClipMode(1,1);
          VirtualDub.audio2.SetConversion(0,0,0,0,0);
          VirtualDub.audio2.SetVolume();
          VirtualDub.audio2.SetCompression();
          VirtualDub.video.SetDepth(24,24);
          VirtualDub.video.SetMode(0);
          VirtualDub.video.SetFrameRate(0,1);
          VirtualDub.video.SetIVTC(0,0,-1,0);
          VirtualDub.video.SetRange(0,0);
          VirtualDub.video.SetCompression();
          VirtualDub.video.filters.Clear();
          VirtualDub.subset.Delete();
          VirtualDub.SaveOGM("C:\\GuildFTPd\\ftproot\\rhfina l.ogm");
          VirtualDub.Close();

          // $endjob
          //
          //--------------------------------------------------
          // $done


          Is this what you were looking for?
          Thanks,
          Maz

          Comment

          • UncasMS
            Super Moderator
            • Nov 2001
            • 9047

            #6
            Is this what you were looking for?
            nope it's not


            open your ogm file in vd_mod

            in former versions of vd_mod go to OGM => show inputs => there you'll find COMMENTS

            in latest versions: => streams => video comments

            Comment

            • mazdivx
              Junior Member
              Junior Member
              • Feb 2003
              • 11

              #7
              OK, I did what you said and this is what I found:

              ENCODED_USING=Made with BeSweet v1.5b16
              ENCODER_URL=http://DSPguru.doom9.org
              LWING_GAIN=0.055

              That's all it said.
              Thanks,
              Maz

              Comment

              • UncasMS
                Super Moderator
                • Nov 2001
                • 9047

                #8
                ok, that's what i expected

                could you please repeat the muxing process but this time WITHOUT the LWING GAIN line!
                Last edited by UncasMS; 13 May 2003, 03:06 AM.

                Comment

                • mazdivx
                  Junior Member
                  Junior Member
                  • Feb 2003
                  • 11

                  #9
                  HOORAY!!!
                  UNCASMS, YOU ARE A GENIUS !!!!!

                  It works perfectly now! The volume is nice and loud!

                  Thank you very very much

                  All the best,
                  Maz

                  Comment

                  Working...