VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Ok so i had encoded a video using megui with xvid codec

    here is the video file

    Code:
    General
    
    Format                                   : AVI
    Format/Info                              : Audio Video Interleave
    File size                                : 164 MiB
    Duration                                 : 23mn 9s
    Overall bit rate                         : 988 Kbps
    
    Video
    
    ID                                       : 0
    Format                                   : MPEG-4 Visual
    Format profile                           : Advanced Simple@L5
    Format settings, BVOP                    : 2
    Format settings, QPel                    : No
    Format settings, GMC                     : No warppoints
    Format settings, Matrix                  : Default (H.263)
    Codec ID                                 : XVID
    Codec ID/Hint                            : XviD
    Duration                                 : 23mn 9s
    Bit rate                                 : 983 Kbps
    Width                                    : 1 280 pixels
    Height                                   : 720 pixels
    Display aspect ratio                     : 16:9
    Frame rate                               : 23.976 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Compression mode                         : Lossy
    Bits/(Pixel*Frame)                       : 0.044
    Stream size                              : 163 MiB (100%)
    Writing library                          : XviD 1.2.1 (UTC 2008-12-04)
    Audio File

    Code:
    General
    Complete name                            : C:\Users\Administrator\Desktop\[HorribleSubs] Naruto Shippuuden - 396 [720p].mp3
    Format                                   : MPEG Audio
    File size                                : 21.2 MiB
    Duration                                 : 23mn 9s
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 128 Kbps
    Writing library                          : LAME3.99r
    
    Audio
    Format                                   : MPEG Audio
    Format version                           : Version 1
    Format profile                           : Layer 3
    Mode                                     : Joint stereo
    Mode extension                           : MS Stereo
    Duration                                 : 23mn 13s
    Bit rate mode                            : Constant
    Bit rate                                 : 128 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 44.1 KHz
    Compression mode                         : Lossy
    Stream size                              : 21.2 MiB (100%)
    Writing library                          : LAME3.99r
    Encoding settings                        : -m j -V 4 -q 2 -lowpass 17 -b 128
    So i downloaded Avi Mux Gui to Mux These Two Files

    when i add both of them and press start its says to save the file but With Extension .mka Format and there is no option with .avi
    Quote Quote  
  2. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Try with ffmpeg:

    Code:
    ffmpeg -i "video.avi" -i "audio.mp3" -map 0:0 -map 1:0 -c:v copy -c:a copy "muxed.avi"
    I'm the developer behind FFQueue. My posts might reflect this! ;-)
    Quote Quote  
  3. Originally Posted by TorBru View Post
    Try with ffmpeg:

    Code:
    ffmpeg -i "video.avi" -i "audio.mp3" -map 0:0 -map 1:0 -c:v copy -c:a copy "muxed.avi"
    is there any gui for this or any other method SIR??
    Quote Quote  
  4. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    FFQueue.. Select video and audio as input files, tick the streams to remux, select a destination file with *.avi extension and a remux preset. You must create the remux preset with copy-codecs your self og copy the preset below and paste it into the preset manager.

    //9gAAAAeNqLLihKLU4tieXlykyxzfHLNArOTnZydHQMSg50dP
    Q2igQybW15ufISc1Ntg1JzSysUNJLzCyoVEnNyNHm5yjJTUvPj
    k/NTUpNtQcK8XImlKZnIIgDdfiAP
    I'm the developer behind FFQueue. My posts might reflect this! ;-)
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Megui has a built in muxer, under Tools->Muxer->AVI Muxer. Add your avi and mp3 and queue it.

    Click image for larger version

Name:	megui.png
Views:	238
Size:	34.3 KB
ID:	29912
    Quote Quote  
  6. Thankx u everyone for all Your answers actually i just downloaded avi demux and it works like a charm
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!