Batch-converting ADPCM WAV produced 0 byte file

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
NXCProduction
New Cone
New Cone
Posts: 2
Joined: 12 Apr 2012 19:10

Batch-converting ADPCM WAV produced 0 byte file

Postby NXCProduction » 12 Apr 2012 19:16

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

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Batch-converting ADPCM WAV produced 0 byte file

Postby Rémi Denis-Courmont » 12 Apr 2012 20:53

VLC probably records "vlc://quit"... Try --play-and-exit instead.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

NXCProduction
New Cone
New Cone
Posts: 2
Joined: 12 Apr 2012 19:10

Re: Batch-converting ADPCM WAV produced 0 byte file

Postby NXCProduction » 14 Apr 2012 16:03

it still results in 0 byte file. :(

bat999
Cone that earned his stripes
Cone that earned his stripes
Posts: 200
Joined: 19 Dec 2007 02:35

Re: Batch-converting ADPCM WAV produced 0 byte file

Postby bat999 » 14 Apr 2012 20:25

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/


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 36 guests