Page 1 of 1
VLC always creates corrupt MP3 file when converting
Posted: 09 Aug 2018 13:35
by rovf
I would like to use VLC media player to convert MP4 files with video information into MP3 audio files. I have configured the conversion like this:
The original MP4 file plays well (using, for instance, foobar2000 or the Windows Media Player). The converted MP3 file can't be played (foobar2000 says "Unable to open item for playback (Unsupported format or corrupted file)", and Media Player simply says that the output is corrupt.
Any idea why this is not working?
Ronald
Re: VLC always creates corrupt MP3 file when converting
Posted: 10 Aug 2018 14:31
by rovf
Found the problem! I have set the AUDIO Codec to MP4 instead of MP3.
Re: VLC always creates corrupt MP3 file when converting
Posted: 06 Jan 2023 16:06
by cjlan01
"c:\program files\videolan\vlc\vlc" C:\Users\Andrew\Videos\GottaGo.mp4 --audio-filter equalizer --equalizer-preamp=7 --equalizer-band "-4.8 0 4 5.6 5.6 5.6 4 2.4 2.4 2.4" --no-equalizer-2pass --sout=#transcode{afilter=equalizer,vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:standard{access=file,mux=ts,dst="C:\Users\Andrew\Videos\gotest.mp4"}
I can get this to work and play the output mp4 file without any problem in "Movies & TV" media player and video clip is fine. However, something inherent is wrong inside the file. Foobar2000 and Window media player can not play it beause it is regarded corrupted. Any idea? Anything wrong with the command line files above? Thx.
Re: VLC always creates corrupt MP3 file when converting
Posted: 06 Jan 2023 17:43
by Lotesdelere
Anything wrong with the command line files above?
mux=mp4
Not ts.
Re: VLC always creates corrupt MP3 file when converting
Posted: 06 Jan 2023 18:49
by Rémi Denis-Courmont
Rather set mux=raw and use .mp3 extension.
Re: VLC always creates corrupt MP3 file when converting
Posted: 07 Jan 2023 12:53
by Lotesdelere
cjlan01 wants to mux H.264+MPGA into an MP4 container
Re: VLC always creates corrupt MP3 file when converting
Posted: 07 Jan 2023 14:09
by Rémi Denis-Courmont
This topic is about conversion to MP3 audio