VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. I have a bunch of streamed videos I have saved..
    The videos play fine on all media players, but the audio is always screwed up because its encoded with 'speex' - VLC, gom player, wm player all cannot play speex audio properly
    How can I simply convert the audio from speex to, say, mp3 on the clip?
    I want to keep the video exactly as is..
    Any ideas?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You can try avidemux, open video, under video choose copy, under audio choose mp3. Save/Convert to a mp4/mkv/avi etc.


    Or use ffmpeg
    Code:
    ffmpeg -i video.mp4 -vcodec copy  -acodec libmp3lame -ab 128k new.mp4
    Quote Quote  
  3. no luck.. this is the error i get
    https://forum.videohelp.com/images/imgfiles/AIXXKys.png

    Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 30.33 fps, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3 (libmp3lame) ([2][0][0][0] / 0x0002), 16000 Hz, mono , s16p, 128 kb/s
    Stream mapping:
    Stream #0:0 -> #0:0 (copy)
    Stream #0:1 -> #0:1 (libspeex -> libmp3lame)
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input

    any ideas?
    Quote Quote  
  4. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    ...
    Last edited by bat999; 13th Feb 2014 at 08:31.
    Quote Quote  
  5. Member dragonkeeper's Avatar
    Join Date
    Jul 2003
    Location
    United States
    Search Comp PM
    Give Audacity a try
    Murphy's law taught me everything I know.
    Quote Quote  
  6. avidemux don't support speex audio ?
    Quote Quote  
  7. Stream #0:1: Audio: mp3 (libmp3lame) ([2][0][0][0] / 0x0002), 16000 Hz, mono , s16p, 128 kb/s
    Stream mapping:
    Stream #0:0 -> #0:0 (copy)
    Stream #0:1 -> #0:1 (libspeex -> libmp3lame)
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input

    any ideas?
    resample audio and/or use another datarate
    Quote Quote  



Similar Threads

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