Hello,
have anybody a working preset for a webM video ?
i try to convert a mp4 video in:
mp4 --> OK
ogv--> OK
webM--> no video only sound !!
i use libvpx and libvorbis to encode ...but i get a black video only with sound :(
Any tips ?
FFmpeg:
ffmpeg version N-43166-ge39f6a3 Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 3 2012 09:24:38 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
libavutil 51. 66.100 / 51. 66.100
libavcodec 54. 48.100 / 54. 48.100
libavformat 54. 22.100 / 54. 22.100
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 5.101 / 3. 5.101
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Hyper fast Audio and Video encoder
Comments
Comment #1
Jorrit commentedThat should work. Try updating your libraries or try disabling two pass encoding for your preset.
Comment #2
Hoglet commentedI have the same problem. Runing Vide0-7.x-2.x-dev from May 2(?) was working but upgrading to video-7.x-2.7 caused webm to be without video.
Disabling two pass solved the problem.
Comment #3
Jorrit commentedUntil somewhere between 7.x-2.6 and 7.x-2.7, two-pass encoding was never working for FFmpeg in the first place. I have disabled it for Ogg Video, but perhaps I should have disabled it for WebM too. I will look into it.
Comment #4
Jorrit commentedI have found the source of the problem, I will update the module soon.
Comment #5
Jorrit commentedThe fix has been committed to 7.x-2.x. Within 12 hours there will be a new 7.x-2.x-dev build that should allow WebM encoding with two-pass enabled.