Simple editor to view and boost audio level

Page 1 of 2 12 LastLast

  1. Posts : 7,933
    Windows 11 Pro 64 bit
       #1

    Simple editor to view and boost audio level


    I have Movie Maker to do simple video editing. I want to view the sound level on some video clips and modify the sound level on each to equalise the volume. Is there a simple free video editor to do this since Movie Maker has very limited cappability?
    Last edited by Steve C; 20 Aug 2020 at 11:30.
      My Computers


  2. Posts : 2,487
    Windows 10 Home, 64-bit
       #2

    I have used Audacity--the well known audio app---to manipulate the audio track of various video files.

    There might be a simpler video-only app to do the same thing--never investigated that.
      My Computer


  3. Posts : 31,996
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #3

    Steve C said:
    I have Movie Maker to do simple video editing. I want to view the sound level on some video clips and modify the sound level on each to equalise the volume. is there a simple free video editor to do this since Movie Maker has very limited cappability?
    Yes, Movie Maker is limited. I used to use it a lot, but these days I use the open source command line utility FFmpeg for all my editing. I still rely on Movie Maker though, it is by far the most convenient way I know of to step through a video frame by frame and locate my edit points. These I use to create a batch file containing a set of FFmpeg commands.

    From the command line you can copy the video unaltered while increasing the volume of the audio by 6dB with this command:
    ffmpeg -i input.mp4 -af volume=6dB -c:v copy output.mp4

    Normalisation is also available: AudioVolume – FFmpeg

    For more sophisticated audio manipulation I extract the audio track....
    ffmpeg -i input.mp4 audio.mp3
    ...edit it in Audacity, then recombine it with the original video.
    ffmpeg -i input.mp4 -i editied_audio.mp3 -map 0:0 -map 1:0 -c:v copy output.mp4
      My Computers


  4. Posts : 31,996
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #4

    ignatzatsonic said:
    I have used Audacity--the well known audio app---to manipulate the audio track of various video files...
    That too requires FFmpeg, not included by default though....

    Simple editor to view and boost audio level-image.png
      My Computers


  5. Posts : 2,487
    Windows 10 Home, 64-bit
       #5

    Bree said:
    That too requires FFmpeg, not included by default though....

    Simple editor to view and boost audio level-image.png
    Yeah, I've got that in Audacity to help me out.

    I did use FFMPEG from the command line a few months back to mass-convert hundreds of mp3s to WAV so I could run them through a click removal program that won't accept mp3s.

    Worked quite well, as clumsy as I can be at the command line.

    I'm not sure what video file types Audacity will refuse to open, but it's worked for everything I've got so far.
      My Computer


  6. Posts : 6,965
    22H2 64 Bit Pro
       #6

    Fond these. Tried BS FAG and it processed a video okay. The problem is that I don't have any videos with volume level issues to test.

    Volume Normalizer Master 1.2.2 Free Download - VideoHelp

    BS FAG 4.2 Free Download - VideoHelp
      My Computer


  7. Posts : 6,965
    22H2 64 Bit Pro
       #7

    Also if you just want to play video:

    Simple editor to view and boost audio level-potplayer.jpg

    One of the many settings available in PotPlayer.

    A thread with some set up guidance here:

    (Ignore Re-Clock as audio renderer though as mentioned in the thread)

    A problem with "Open" menu context - affects one particular program
      My Computer


  8. Posts : 7,933
    Windows 11 Pro 64 bit
    Thread Starter
       #8

    Thanks to all for your excellent advice above. I decided to use Audacity which I already have and installed the file ffmpeg-win-2.2.2.exe to enable it to read .mp4 files. I also grabbed a copy of ffmpeg to use the command line option in future. Audacity is quite useful for viewing the audio level and removing background noise. However, I hit a problem. Having modified the sound level in Audacity, there is no option to save the sound within the .mp4 file. How do I embed the modified sound track in the .mp4 file?
    Attachment 293724
    Last edited by Steve C; 21 Aug 2020 at 02:58.
      My Computers


  9. Posts : 31,996
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #9

    Steve C said:
    However, I hit a problem. Having modified the sound level in Audacity, there is no option to save the sound within the .mp4 file. How do I embed the modified sound track in the .mp4 file?

    As I said, I always edit the audio separately as an .mp3 then use ffmpeg from the command line to copy the original video and the edited audio into a new merged .mp4.
      My Computers


  10. Posts : 198
    Windows 10 Pro x64
       #10

    You can swap out audio on a video file using avidemux. Despite the name, it also accepts mp4, mkv etc.

    Avidemux - Main Page

    make sure you set the output container you want eg mp4
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:21.
Find Us




Windows 10 Forums