VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Sep 2006
    Location
    United States
    Search Comp PM
    I have a WMV file I'm trying to edit and convert to MP4 using Avidemux. When opening the file, I get:
    This video contains B-frames, but the presentation time stamps (PTS) are either missing or monotonically increasing. Avidemux can try to reconstruct correct PTS by decoding the entire video. This may take a lot of time. Proceed?

    When I try to convert it, Avidemux crashes and closes.
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Try deselecting the audio (from "audio" at the top) and just encoding the video.
    If this works you can save the audio to uncompressed WAV by opening the source in Audacity (with the FFmpeg supplement installed
    so it can access the file), then expoting it to a WAV file. Then use this as audio input to Avidemux after deselecting the original stream audio

    Another method is to create a new lossless intermediate, then open that in Avidemux, do your editing, then save to
    the format of your choice.

    You can use a simple FFmpeg command to create the new source. It wil be big, as it's lossless
    Code:
    ffmpeg.exe -i in.wmv -c:v libx264 -crf 0 -c:a pcm_s16le out.mkv
    Last edited by davexnet; 24th Apr 2022 at 00:14.
    Quote Quote  
  3. Member
    Join Date
    Sep 2006
    Location
    United States
    Search Comp PM
    Originally Posted by davexnet View Post
    Try deselecting the audio (from "audio" at the top) and just encoding the video.
    If this works you can save the audio to uncompressed WAV by opening the source in Audacity (with the FFmpeg supplement installed
    so it can access the file), then expoting it to a WAV file. Then use this as audio input to Avidemux after deselecting the original stream audio

    Another method is to create a new lossless intermediate, then open that in Avidemux, do your editing, then save to
    the format of your choice.
    This worked although the audio sounds a little different, almost like there's an eco to it.
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by johnr283 View Post
    Originally Posted by davexnet View Post
    Try deselecting the audio (from "audio" at the top) and just encoding the video.
    If this works you can save the audio to uncompressed WAV by opening the source in Audacity (with the FFmpeg supplement installed
    so it can access the file), then expoting it to a WAV file. Then use this as audio input to Avidemux after deselecting the original stream audio

    Another method is to create a new lossless intermediate, then open that in Avidemux, do your editing, then save to
    the format of your choice.
    This worked although the audio sounds a little different, almost like there's an eco to it.
    Which method did you use?
    For further analysis provide a clip of the source, upload to a hosting site and
    Put the URL here, or you can upload here directly, up to 500mb
    Quote Quote  
  5. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    If your audio source was 5.1 then it might be 2.0 with the wrong encoding missing the main audio tracks.
    I think,therefore i am a hamster.
    Quote Quote  
  6. Member
    Join Date
    Sep 2006
    Location
    United States
    Search Comp PM
    Never mind. I don't know what went wrong the first time, but it's fine now. I used the first method you recommended. Thanks!
    Quote Quote  
  7. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by johnr283 View Post
    Never mind. I don't know what went wrong the first time, but it's fine now. I used the first method you recommended. Thanks!
    Thanks for the update
    Quote Quote  



Similar Threads

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