I have a .wmv file from the internet that plays fine in VLC 0.8.6a Windows. When it plays, the message contains the following about the detected file format
Code: Select all
asf debug: - codec[0] audio name:"Windows Media Audio 9.1" description:" 16 kbps, 16 kHz, mono 1-pass CBR" information_length:2
asf debug: - codec[1] video name:"Windows Media Video 9" description:"" information_length:4
Also, it kinda sucks waiting for the transcoding to finish only to discover it didn't work correctly. As a feature request, would it be possible for a message box to pop up after you click 'ok' but before transcoding starts that warns of any problems the transcoded file will have? It seems the message console knows and highlights major problems in red. Couldn't this just be redirected to a message box and ask if you want to cancel or continue? I ran into several problems choosing an invalid encapsulation method that didn't work at all, like .mov having no audio or video and .wav having no video and only static for audio.
Thanks.
Here is one sample of the command line the open file save stream dialog is creating
Code: Select all
:sout=#transcode{vcodec=h264,vb=256,scale=1,acodec=mp4a,ab=96,channels=1}:duplicate{dst=std{access=file,mux=mp4,dst="C:\Colin\video.mp4"}}
Code: Select all
ffmpeg debug: found encoder MPEG AAC Audio
main debug: using encoder module "ffmpeg"
stream_out_duplicate debug: duplicated a new stream codec=mp4a (es=0 group=0)
main error: cannot add a new stream (unsupported while muxing to this format)
stream_out_duplicate debug: - failed for output 0
ffmpeg debug: ffmpeg codec (Windows Media Audio 2) stopped
main debug: removing module "ffmpeg"
main debug: removing module "ffmpeg"
main error: cannot create packetizer output (wma2)