EKD and ffmpeg

Richieste di programmi e di intervento del MIB
Post Reply
User avatar
andre
Utente junior
Utente junior
Posts: 39
Joined: 5 November 2011, 15:49
OpenMandriva: 2010.2 (2010.3)
Kernel: 3.2.20-nrj-desktop-1
Desktop: kde4.8.4
country: France

EKD and ffmpeg

Post by andre »

Hello ,

Ekd is a conversion and postproduction video and image software
http://ekd.tuxfamily.org/

Just some question about ekd wich version in mandriva is
urpmq --list -f | grep ^ekd

ekd-2.0-1.20100530.2-plf2011.0.noarch

and on the newer from is :
ekd-3.0.0-2.noarch

But not sure it is compiling with the rpm 5


Ekd in Mandriva still gets some conversion problems with ffmpeg version du to the lack of some codecs for xvid and webm, for example . In Ubuntu it seems to be resolved by installation of a special version of ffmpeg wich contains those codecs.

Can someone look at this ?

Andre
Ne lâchez rien.

André

User avatar
Dago68
Collaboratore
Collaboratore
Posts: 526
Joined: 7 December 2007, 0:40

Re: EKD and ffmpeg

Post by Dago68 »

Hi andre

have you add restricted repository for ffmpeg problem?

http://urpmi.mandriva.ru/en/index.html

les dépôts plf ne sont plus mises à jour, je te conseil d'installer ce dépôt "restricted" situé en Russie ou tu trouves souvent les logiciels avec les codecs activés par défaut.

Si tu as problème pour le paquet pas en rpm5 j’essayerai de le créer en ce format.

Joyeuses fêtes

Dago68

User avatar
andre
Utente junior
Utente junior
Posts: 39
Joined: 5 November 2011, 15:49
OpenMandriva: 2010.2 (2010.3)
Kernel: 3.2.20-nrj-desktop-1
Desktop: kde4.8.4
country: France

Re: EKD and ffmpeg

Post by andre »

Bon on continue le forum Anglais en Français (ils vont crier...)

Hors un plantage en divx (peut-être le logiciel lui-même) il me dit que webm n'est dans ma version de ffmpeg , cependant :

ffmpeg -codecs | grep -i vp8
ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 22 2011 21:30:51 with gcc 4.6.1 20110627 (Mandriva)
configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --disable-decoder=aac --disable-encoder=aac
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
DEV libvpx libvpx VP8
D V D vp8 On2 VP8

C'est bien le codec vp8 emballé Matroska le Webm ou je m'égare.

(pour les media j'ai tout)

Joyeuses fêtes !
Ne lâchez rien.

André

User avatar
Dago68
Collaboratore
Collaboratore
Posts: 526
Joined: 7 December 2007, 0:40

Re: EKD and ffmpeg

Post by Dago68 »

Hi andre,

the "--enable-libvpx" configuration able the webm codec in ffmpeg, so

can you test the codec whit the example you can find here?

http://blog.dahanne.net/2010/06/19/enco ... ous-ubuntu

Code: Select all

ffmpeg -i input.avi -threads 2 output.webm
have a nice day

Dago68

ps. t’inquiète je ne te crie pas :-)

User avatar
andre
Utente junior
Utente junior
Posts: 39
Joined: 5 November 2011, 15:49
OpenMandriva: 2010.2 (2010.3)
Kernel: 3.2.20-nrj-desktop-1
Desktop: kde4.8.4
country: France

Re: EKD and ffmpeg

Post by andre »

For the moment svn version needs to upgrade libfaad... libfaad... and so on to configure it.

I wil test with 0.9 version.
Ne lâchez rien.

André

User avatar
andre
Utente junior
Utente junior
Posts: 39
Joined: 5 November 2011, 15:49
OpenMandriva: 2010.2 (2010.3)
Kernel: 3.2.20-nrj-desktop-1
Desktop: kde4.8.4
country: France

Re: EKD and ffmpeg

Post by andre »

ffmpeg 0.9 doesn't compile (wihout errors) and i don't want to compile all libs and codecs.

But the problem seems to be with ekd : I can transcode an *.avi to a *.webm using directly ffmpeg (I said ffmpeg have the vp8 codec - and the x264 too - ) but ekd doesn't find it. Curious.

An example with a short *.avi video :
*******************************

$ ffmpeg -i noel.avi -threads 2 noel.webm
ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 22 2011 21:30:51 with gcc 4.6.1 20110627 (Mandriva)
configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --disable-decoder=aac --disable-encoder=aac
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, avi, from 'noel.avi':
Metadata:
encoder : MEncoder SVN-1.rc4.0.r32713.10plf-4.6.1
Duration: 00:01:38.00, start: 0.000000, bitrate: 2088 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 384x288 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
Stream #0.1: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
[buffer @ 0xfc9e60] w:384 h:288 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
[libvpx @ 0xfc7500] v0.9.6
Output #0, webm, to 'noel.webm':
Metadata:
encoder : Lavf52.111.0
Stream #0.0: Video: libvpx, yuv420p, 384x288 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 1k tbn, 25 tbc
Stream #0.1: Audio: libvorbis, 44100 Hz, 2 channels, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop, [?] for help
frame= 2450 fps= 25 q=0.0 Lsize= 4754kB time=00:01:38.00 bitrate= 397.4kbits/s
video:3991kB audio:706kB global headers:4kB muxing overhead 1.127723%
*******************************
I mail to EKD developpers...

Thank you.
Ne lâchez rien.

André

User avatar
Dago68
Collaboratore
Collaboratore
Posts: 526
Joined: 7 December 2007, 0:40

Re: EKD and ffmpeg

Post by Dago68 »

Hi andre,

It seems the edk developper finded the solution that we can see in the next release :-)

http://ekd.tuxfamily.org/forum/showthre ... 89#pid2689

Bonne année 2012

Dago68

Post Reply