VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I'm working on a project in Sony Vegas and have rendered my files in MXF format (1 video stream MPEG 35.0 Mb/s, 2 audio streams 48.0kHz, 24 bits, PCM/PCM, according to MediaInfo).
    The rendered files look and sound great in VLC.

    When these files are added to a DVDStyler project, that section has no sound.
    I added an mp3 to the menu screen as a background track and that sounds just fine.
    That loops and works great.

    It's only the mxf files that have no audio.

    Any help would be greatly appreciated.

    -thanks
    Quote Quote  
  2. Can DVD Styler import separate video and audio streams? I think it should. So that one without audio can be demuxed.
    Code:
    @echo off
    SET ffmpeg="C:\your_path_to_ffmpeg\ffmpeg.exe"
    echo demuxing video ...
    %ffmpeg% -y -i "%~d1%~p1%~n1.mxf" -c:v copy -an -sn "video.m2v"
    
    rem this would merge two audio channels into one stereo if you needed
    rem echo demuxing audio ...
    rem %ffmpeg% -y -i "%~d1%~p1%~n1.mxf" -map 0:1 -map 0:2 -c:a:0 pcm_s16le -c:a:1 pcm_s16le -filter_complex amerge -f wav "audio.wav"
    pause
    drop your MXF onto this *.bat file
    Quote Quote  
  3. Thanks much.
    That worked perfectly.
    Quote Quote  



Similar Threads

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