Windows 8 and running VLC 2.0.8 (Aug 16 build)
Thoughts?
Thanks in advance!
Chad
P.S. It seems like the source is already in mp4 format so in this case, is it possible to tell it to use the audio stream as-is with out transcoding it to the same format?
Code: Select all
vlc -I dummy -vvv --logfile="C:\VLC_Log.txt" --extraintf logger --stop-time=30 "%srcfilepath%" --sout=#transcode{vcodec=h264,vb=1024,acodec=mp4a,ab=128,scale=1,channels=2,deinterlace,audio-sync}:std{access=file,mux=ts,dst=%dstfilepath%} vlc://quit
Code: Select all
stream_out_transcode debug: creating audio transcoding from fcc=`mp4a' to fcc=`mp4a'
main debug: looking for decoder module: 32 candidates
main debug: using decoder module "faad"
main debug: TIMER module_need() : 5.066 ms - Total 5.066 ms / 1 intvls (Avg 5.066 ms)
main debug: looking for encoder module: 13 candidates
avcodec debug: libavcodec initialized (interface 0x362901)
avcodec error: cannot open encoder
main error: Streaming / Transcoding failed
main error: VLC could not open the encoder.
main debug: no encoder module matching "any" could be loaded
main debug: TIMER module_need() : 16.033 ms - Total 16.033 ms / 1 intvls (Avg 16.033 ms)
stream_out_transcode error: cannot find audio encoder (module:any fourcc:mp4a). Take a look few lines earlier to see possible reason.
main debug: removing module "faad"
stream_out_transcode error: cannot create audio chain
main error: cannot create packetizer output (mp4a)