VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 43 of 43
Thread
  1. Member
    Join Date
    Aug 2008
    Location
    Greece
    Search PM
    Is there any newer program that do that?
    Convert all the sound types into simple ac3-stereo?
    Without change at all the quality of the video.


    If there is any program that it doesn't need to much powerful pc please tell me which is the program.


    Thanks
    Quote Quote  
  2. Member
    Join Date
    Aug 2008
    Location
    Greece
    Search PM
    Thanks for your suggestion but there two problems


    01. It can't do a full folder of video files.
    02. This program simply convert and extract the audio into the type you choose. Doesn't muxing it back to the mkv file
    Last edited by fits79; 19th Mar 2022 at 08:29.
    Quote Quote  
  3. Originally Posted by fits79 View Post
    Thanks for your suggestion but there two problems
    01. It can't do a full folder of video files.
    02. This program simply convert and extract the audio into the type you choose. Doesn't muxing it back to the mkv file
    01. No
    02. After the dts to ac3 conversion click multiplex, the converted new ac3 stream is shown in green, deselect the original dts stream, click multiplex.
    Done.
    Quote Quote  
  4. Member
    Join Date
    Aug 2008
    Location
    Greece
    Search PM
    I want a program that do all these automatically so i put one folder with video files and convert them all to mkv with ac3 sound.
    And this program importunately don't do that.
    Quote Quote  
  5. Batch file with ffmpeg:

    Code:
    for %%A in (*.mkv) DO (
        ffmpeg -i "%%~dpnxA" -c:v copy -c:a ac3 "%%~dpnA.ac3.mkv")
    )
    Quote Quote  
  6. Member
    Join Date
    Aug 2008
    Location
    Greece
    Search PM
    So now there is any easy to use program like makemkv to convert all audio files into ac3(multi channel or stereo)?
    If there is please tell me which one is?
    Quote Quote  
  7. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    Makemkv doesn't do any converting and there's no program that's easy to do what you want.
    I think,therefore i am a hamster.
    Quote Quote  
  8. You should be able to do it with MeGUI's OneClick encoder.

    When you open it, if you click on Config next to the One Click Profile dropdown box, you can configure it with your preferred settings and save that as a preset.
    The One Click encoder can open a single file, or a folder.

    Image
    [Attachment 79276 - Click to enlarge]


    Or if you want a more simple GUI, you can configure AnotherGUI to batch encode with ffmpeg.
    An ffmpeg preset for AnotherGUI would look like this:

    -i "<FullSourceFileName>" -c:v copy -c:a ac3 "<OutputPath><OutputFileName>.mkv

    Image
    [Attachment 79277 - Click to enlarge]
    Quote Quote  
  9. Member
    Join Date
    Aug 2008
    Location
    Greece
    Search PM
    Here is a picture with the logfile.
    I try megui doesn't work it bring me error.
    And the anothergui doesn't have profile to simply convert and multi channel audio like dts into ac3 multi channel
    Image Attached Thumbnails Click image for larger version

Name:	Χωρίς τίτλο.jpg
Views:	9
Size:	93.6 KB
ID:	79281  

    Quote Quote  
  10. Originally Posted by fits79 View Post
    I want a program that do all these automatically so i put one folder with video files and convert them all to mkv with ac3 sound.
    And this program importunately don't do that.
    And how is the program supposed to know which stream you want to convert to ac3?
    Quote Quote  
  11. Member
    Join Date
    Aug 2008
    Location
    Greece
    Search PM
    I choose which stream i want to convert.
    But even at mkv files with only one and only audio stream still doesn't work so......
    Quote Quote  
  12. Originally Posted by fits79 View Post
    Here is a picture with the logfile.
    I try megui doesn't work it bring me error.
    I don't know what that error means. Have you used MeGUI before or was this the first time?
    I rarely use the OneClick Encoder so I thought I'd check it's working properly. My test job finished successfully.
    I've attached my MeGUI log file below. It might help you find the cause of your error, if you can compare your log file to a log containing a OneClick job that completed successfully.

    Originally Posted by fits79 View Post
    And the anothergui doesn't have profile to simply convert and multi channel audio like dts into ac3 multi channel
    I included the text for a new AnotherGUI preset in my previous post. You'll have to create an ffmpeg preset for AnotherGUI yourself, and add the text as the command line. It must be added to the First Pass section of the preset (as the screenshot shows).
    Image Attached Files
    Last edited by hello_hello; 23rd May 2024 at 01:00.
    Quote Quote  



Similar Threads

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