Page 1 of 1

VLC 2.1.2 /FFmpeg

Posted: 23 Dec 2013 12:33
by mysticJay
Hi,
the last two weeks since I upgraded to 2.1.2 I have been fighting with this
"It seems your Libav/FFmpeg (libavcodec) installation lacks the following encoder: H264 - MPEG-4 AVC (part 10)."

The message also says: "This is not a VLC Error. Ask FFmpeg people or your distribution vendor."
(while I could ask FFmpeg, who would be my distribution vendor?)

I tried not to ask but something is wrong as VLC 2.0.6 works perfectly!

Is there any way to confirm that FFmpeg is
My system is a W7-x64 running on a Q9660/4GB-RAM
Maybe something went wrong detecting hardware-support.
Or a problem with x32/x64?

I am willing to debug here and help but please just don't stick to "Ask FFmpeg"

Thanks
M.

Re: VLC 2.1.2 /FFmpeg

Posted: 24 Dec 2013 18:20
by Jean-Baptiste Kempf
You need to share all your logs, pelase.

Re: VLC 2.1.2 /FFmpeg

Posted: 26 Dec 2013 15:38
by mysticJay
Hi,
this is weird. I uninstalled 2.0.6 with clear chache/settings. I installed 2.1.2 (clear cache/settings as well).
I converted an AVI to MP4 using the user interface -> no problems.
I tried using the command-line (that worked with 2.06)-> Error... but no logfiles??!
I tried again for UI -> OK

This is the commandline I use:

Code: Select all

"c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv --logfile=c:\temp\videograbber\vlc.log --log-verbose=2 "c:\temp\videograbber\produce.avi" :sout=#transcode{vcodec=h264,vb=1000,vfilter=croppadd{croptop=60,cropbottom=60,cropleft=15,cropright=15},acodec=mpga,ab=128,channels=2,samplerate=44100}:file{mux=mp4,dst="c:\temp\videograbber\vlc212.mp4"}
M.