Codec mp4a: Could not open the encoder
Posted: 20 May 2011 08:35
Hi everybody,
I always get a "Streaming / Transcoding failed:VLC could not open the encoder." (Win7 and Server 2003 R2) when trying to download and convert to iphone like this:
Looks like the mp4a codec is not available - googled for it but found nothing that helped. So there must be something different totally wrong - or misunderstood, as I have not much skills in video technology.
This is the sequence in the verbose=2 log:
Thanks!
Thomas
I always get a "Streaming / Transcoding failed:VLC could not open the encoder." (Win7 and Server 2003 R2) when trying to download and convert to iphone like this:
Code: Select all
./vlc.exe --verbose=2 'http://wm.globo.com/webmedia/windows.asx?usuario=gazetaes&tipo=ondemand&path=/tvgazeta/globoesporte_180511_01.wmv&ext.asx' :sout='#transcode{width=320,canvas-height=240,vcodec=mp4v, vb=768, acodec=mp4a, ab=96, channels=2}:std{access=file, mux=mp4, dst=myvideo.mp4}'
This is the sequence in the verbose=2 log:
Code: Select all
...
main debug: looking for encoder module: 13 candidates
avcodec debug: libavcodec already initialized
avcodec error: cannot open encoder
main debug: no encoder module matching "any" could be loaded
main debug: TIMER module_need() : 12.664 ms - Total 12.664 ms / 1 intvls (Avg 12.664 ms)
stream_out_transcode error: cannot find video encoder (module:any fourcc:mp4v)
main debug: removing module "avcodec"
avcodec debug: ffmpeg codec (Windows Media Video 9) stopped
...
Thomas