Page 1 of 1

Batch-converting ADPCM WAV produced 0 byte file

Posted: 12 Apr 2012 19:16
by NXCProduction
I use VLC v1.0.3. I have ADPCM WAV files that can only play in VLC. I want to batch-convert it to MP3 so I can play it in all player and also in games.
When I converted it using this command:

Code: Select all

for %%a in (*.wav) do "C:\Program Files\VideoLAN\VLC\vlc" -I dummy -vvv "%%a" --sout=#transcode{acodec=mp3,ab=128}:standard{access=file,mux=raw,dst="%%a".mp3} vlc://quit
It results in 0 byte files.

What's wrong with my command and what's the solution?
Thanks a lot before. :D

Re: Batch-converting ADPCM WAV produced 0 byte file

Posted: 12 Apr 2012 20:53
by RĂ©mi Denis-Courmont
VLC probably records "vlc://quit"... Try --play-and-exit instead.

Re: Batch-converting ADPCM WAV produced 0 byte file

Posted: 14 Apr 2012 16:03
by NXCProduction
it still results in 0 byte file. :(

Re: Batch-converting ADPCM WAV produced 0 byte file

Posted: 14 Apr 2012 20:25
by bat999
what's the solution?
Use a program with a GUI. :lol:
WinFF uses FFmpeg which can handle these types of ADPCM files:-
adpcm_4xm ADPCM 4X Movie
adpcm_adx SEGA CRI ADX ADPCM
adpcm_ct ADPCM Creative Technology
adpcm_ea ADPCM Electronic Arts
adpcm_ea_maxis_xa ADPCM Electronic Arts Maxis CDROM XA
adpcm_ea_r1 ADPCM Electronic Arts R1
adpcm_ea_r2 ADPCM Electronic Arts R2
adpcm_ea_r3 ADPCM Electronic Arts R3
adpcm_ea_xas ADPCM Electronic Arts XAS
adpcm_ima_amv ADPCM IMA AMV
adpcm_ima_dk3 ADPCM IMA Duck DK3
adpcm_ima_dk4 ADPCM IMA Duck DK4
adpcm_ima_ea_eacs ADPCM IMA Electronic Arts EACS
adpcm_ima_ea_sead ADPCM IMA Electronic Arts SEAD
adpcm_ima_iss ADPCM IMA Funcom ISS
adpcm_ima_qt ADPCM IMA QuickTime
adpcm_ima_smjpeg ADPCM IMA Loki SDL MJPEG
adpcm_ima_wav ADPCM IMA WAV
adpcm_ima_ws ADPCM IMA Westwood
adpcm_ms ADPCM Microsoft
adpcm_sbpro_2 ADPCM Sound Blaster Pro 2-bit
adpcm_sbpro_3 ADPCM Sound Blaster Pro 2.6-bit
adpcm_sbpro_4 ADPCM Sound Blaster Pro 4-bit
adpcm_swf ADPCM Shockwave Flash
adpcm_thp ADPCM Nintendo Gamecube THP
adpcm_xa ADPCM CDROM XA
adpcm_yamaha ADPCM Yamaha
WinFF is from here ---> http://winff.org/html_new/