Recherche avancée

Médias (91)

Autres articles (83)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (10070)

  • Error when installing ffmpeg-php

    16 mars 2013, par user1461465

    I am trying to install ffmpeg and ffmpeg-php and am getting an error when I try to use make. I've tried to get to the bottom of it but it has me stumped. I tried finding which file has references to swscale.h but didn't have any luck. Has anyone encountered this error before ?

    root@vps [/usr/local/src/ffmpeg-php-0.6.0]# make
    /bin/sh /usr/local/src/ffmpeg-php-0.6.0/libtool --mode=compile gcc  -I. -
    I/usr/local/src/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/usr/local/src/ffmpeg-
    I/usr/local/src/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/usr/local/src/ffmpeg-
    php-0.6.0/include -I/usr/local/src/ffmpeg-php-0.6.0/main -
    I/usr/local/src/ffmpeg-php-0.6.0 -I/usr/local/include/php -
    I/usr/local/include/php/main -I/usr/local/include/php/TSRM -
    I/usr/local/include/php/Zend -I/usr/local/include/php/ext -
    I/usr/local/include/php/ext/date/lib -I/usr/local/include/libavcodec/ -
    I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -
    I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -
    I/usr/local/include/libavdevice/  -I/usr/local/include/php -DHAVE_CONFIG_H
    -g -O2 -Wall -fno-strict-aliasing   -c /usr/local/src/ffmpeg-php-
    0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
    gcc -I. -I/usr/local/src/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -
    I/usr/local/src/ffmpeg-php-0.6.0/include -I/usr/local/src/ffmpeg-php-
    0.6.0/main -I/usr/local/src/ffmpeg-php-0.6.0 -I/usr/local/include/php -
    I/usr/local/include/php/main -I/usr/local/include/php/TSRM -
    I/usr/local/include/php/Zend -I/usr/local/include/php/ext -
    I/usr/local/include/php/ext/date/lib -I/usr/local/include/libavcodec/ -
    I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -
    I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -
    I/usr/local/include/libavdevice/ -I/usr/local/include/php -DHAVE_CONFIG_H -g
    -O2 -Wall -fno-strict-aliasing -c /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-
    php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:46:21: error: swscale.h: No
    such file or directory
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c: In function 'zm_info_ffmpeg':
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:156: error: 'LIBSWSCALE_IDENT'
    undeclared (first use in this function)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:156: error: (Each undeclared
    identifier is reported only once
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:156: error: for each function
    it appears in.)
    make: *** [ffmpeg-php.lo] Error 1
  • FFMpeg-PHP Headers Not Found on CentOS / cpanel

    10 juin 2017, par Colter

    I have looked all over for directions on how to install. I have followed the guide at ffmpeg(dot)org/wiki/CompilationGuide/Centos FFMpeg works fine as I have been able to convert an mp3 and mp4. My issue is when I try to setup FFMpeg-PHP. When I run ./configure —prefix=/usr —enable-shared —with-php-config=/opt/cpanel/ea-php71/root/usr/bin/php-config ffmpeg-php I am getting two errors.

    • configure : WARNING : You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
    • checking for ffmpeg headers...
      configure : error : ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the —enable-shared option

    FFMpeg Info

    ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers
    built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)

    FFMpeg-PHP Output

    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for a sed that does not truncate output... /bin/sed
    checking for cc... cc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking how to run the C preprocessor... cc -E
    checking for icc... no
    checking for suncc... no
    checking whether cc understands -c and -o together... yes
    checking for system library directory... lib
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for PHP prefix... /opt/cpanel/ea-php71/root/usr
    checking for PHP includes... -I/opt/cpanel/ea-php71/root/usr/include/php -I/opt/cpanel/ea-php71/root/usr/include/php/main -I/opt/cpanel/ea-php71/root/usr/include/php/TSRM -I/opt/cpanel/ea-php71/root/usr/include/php/Zend -I/opt/cpanel/ea-php71/root/usr/include/php/ext -I/opt/cpanel/ea-php71/root/usr/include/php/ext/date/lib
    checking for PHP extension directory... /opt/cpanel/ea-php71/root/usr/lib64/php/modules
    checking for PHP installed headers prefix... /opt/cpanel/ea-php71/root/usr/include/php
    checking if debug is enabled... no
    checking if zts is enabled... no
    checking for re2c... no
    configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
    checking for gawk... gawk
    checking for ffmpeg support... yes, shared
    checking whether to force gd support in ffmpeg-php... no
    checking for ffmpeg headers...
    configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option

    I am not sure if this is related but I am also having an issue running yum update.

    root@cvp259 [/]# yum update
    Loaded plugins: fastestmirror, tsflags, universal-hooks
    Setting up Update Process
    Loading mirror speeds from cached hostfile
    * EA4: 67.222.0.10
    * cpanel-addons-production-feed: 67.222.0.10
    * base: centos.unixheads.org
    * epel: pubmirror2.math.uh.edu
    * extras: repos.dfw.quadranet.com
    * nux-dextop: mirror.li.nux.ro
    * updates: mirror.steadfast.net
    Resolving Dependencies
    --> Running transaction check
    ---> Package nasm.x86_64 0:2.07-7.el6 will be updated
    ---> Package nasm.x86_64 0:2.13.01-0.fc24 will be an update
    --> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: nasm-2.13.01-0.fc24.x86_64
    --> Finished Dependency Resolution
    Error: Package: nasm-2.13.01-0.fc24.x86_64 (nasm)
              Requires: libc.so.6(GLIBC_2.14)(64bit)
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

    Any help would be appreciated.

  • Fedora 19. Cant install ffmpeg via yum

    25 mars 2015, par Ricardo Rentería

    Im trying to install ffmpeg to encode videos to html5 playback (mp4, ogg, etc...)
    i already added the rpmfusion repos. Im using Fedora 19 in Rackspace Cloud Server.

    this is the output for repolist all

    yum repolist all
    Failed to set locale, defaulting to C
    http://mirror.rackspace.com/fedora/releases/19/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://mirror.rackspace.com/fedora/releases/19/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    repo id                                                                 repo name                                                                   status
    fedora/19/x86_64                                                        Fedora 19 - x86_64                                                          enabled :   0
    fedora-debuginfo/19/x86_64                                              Fedora 19 - x86_64 - Debug                                                  disabled
    fedora-source/19                                                        Fedora 19 - Source                                                          disabled
    livna                                                                   rpm.livna.org for 19 - x86_64                                               enabled :   8
    livna-debuginfo                                                         rpm.livna.org for 19 - x86_64 - Debug                                       disabled
    livna-source                                                            rpm.livna.org for 19 - x86_64 - Source                                      disabled
    mongodb                                                                 MongoDB Repository                                                          enabled : 257
    rpmfusion-free/19/x86_64                                                RPM Fusion for Fedora 19 - Free                                             enabled : 462
    rpmfusion-free-debuginfo/19/x86_64                                      RPM Fusion for Fedora 19 - Free - Debug                                     disabled
    rpmfusion-free-rawhide/x86_64                                           RPM Fusion for Fedora Rawhide - Free                                        disabled
    rpmfusion-free-rawhide-debuginfo/x86_64                                 RPM Fusion for Fedora Rawhide - Free - Debug                                disabled
    rpmfusion-free-rawhide-source/x86_64                                    RPM Fusion for Fedora Rawhide - Free - Source                               disabled
    rpmfusion-free-source/19/x86_64                                         RPM Fusion for Fedora 19 - Free - Source                                    disabled
    rpmfusion-free-updates/19/x86_64                                        RPM Fusion for Fedora 19 - Free - Updates                                   enabled : 726
    rpmfusion-free-updates-debuginfo/19/x86_64                              RPM Fusion for Fedora 19 - Free - Updates Debug                             disabled
    rpmfusion-free-updates-source/19/x86_64                                 RPM Fusion for Fedora 19 - Free - Updates Source                            disabled
    rpmfusion-free-updates-testing/19/x86_64                                RPM Fusion for Fedora 19 - Free - Test Updates                              disabled
    rpmfusion-free-updates-testing-debuginfo/19/x86_64                      RPM Fusion for Fedora 19 - Free - Test Updates Debug                        disabled
    rpmfusion-free-updates-testing-source/19/x86_64                         RPM Fusion for Fedora 19 - Free - Test Updates Source                       disabled
    rpmfusion-nonfree/19/x86_64                                             RPM Fusion for Fedora 19 - Nonfree                                          enabled : 219
    rpmfusion-nonfree-debuginfo/19/x86_64                                   RPM Fusion for Fedora 19 - Nonfree - Debug                                  disabled
    rpmfusion-nonfree-rawhide/x86_64                                        RPM Fusion for Fedora Rawhide - Nonfree                                     disabled
    rpmfusion-nonfree-rawhide-debuginfo/x86_64                              RPM Fusion for Fedora Rawhide - Nonfree - Debug                             disabled
    rpmfusion-nonfree-rawhide-source/x86_64                                 RPM Fusion for Fedora Rawhide - Nonfree - Source                            disabled
    rpmfusion-nonfree-source/19/x86_64                                      RPM Fusion for Fedora 19 - Nonfree - Source                                 disabled
    rpmfusion-nonfree-updates/19/x86_64                                     RPM Fusion for Fedora 19 - Nonfree - Updates                                enabled : 834
    rpmfusion-nonfree-updates-debuginfo/19/x86_64                           RPM Fusion for Fedora 19 - Nonfree - Updates Debug                          disabled
    rpmfusion-nonfree-updates-source/19/x86_64                              RPM Fusion for Fedora 19 - Nonfree - Updates Source                         disabled
    rpmfusion-nonfree-updates-testing/19/x86_64                             RPM Fusion for Fedora 19 - Nonfree - Test Updates                           disabled
    rpmfusion-nonfree-updates-testing-debuginfo/19/x86_64                   RPM Fusion for Fedora 19 - Nonfree - Test Updates Debug                     disabled
    rpmfusion-nonfree-updates-testing-source/19/x86_64                      RPM Fusion for Fedora 19 - Nonfree - Test Updates Source                    disabled
    updates/19/x86_64                                                       Fedora 19 - x86_64 - Updates                                                enabled :   0
    updates-debuginfo/19/x86_64                                             Fedora 19 - x86_64 - Updates - Debug                                        disabled
    updates-source/19                                                       Fedora 19 - Updates Source                                                  disabled
    updates-testing/19/x86_64                                               Fedora 19 - x86_64 - Test Updates                                           disabled
    updates-testing-debuginfo/19/x86_64                                     Fedora 19 - x86_64 - Test Updates Debug                                     disabled
    updates-testing-source/19                                               Fedora 19 - Test Updates Source                                             disabled
    repolist : 2506
    

    So i added the skip if unavailable option to fedora.repo and fedora-updates.repo
    After,
    This is the output for the failed yum install ffmpeg

    yum install ffmpeg
    Failed to set locale, defaulting to C
    http://mirror.rackspace.com/fedora/releases/19/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    livna                                                                                                                                         | 1.3 kB  00:00:00     
    mongodb                                                                                                                                       |  951 B  00:00:00     
    rpmfusion-free                                                                                                                                | 3.3 kB  00:00:00     
    rpmfusion-free-updates                                                                                                                        | 3.3 kB  00:00:00     
    rpmfusion-nonfree                                                                                                                             | 3.3 kB  00:00:00     
    rpmfusion-nonfree-updates                                                                                                                     | 3.3 kB  00:00:00     
    http://mirror.rackspace.com/fedora/updates/19/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    livna/primary                                                                                                                                 | 2.3 kB  00:00:00     
    (1/9) : rpmfusion-free/19/x86_64/group_gz                                                                                                      | 1.6 kB  00:00:00     
    (2/9) : mongodb/primary                                                                                                                        |  41 kB  00:00:00     
    (3/9) : rpmfusion-free-updates/19/x86_64/group_gz                                                                                              | 1.6 kB  00:00:00     
    (4/9) : rpmfusion-nonfree/19/x86_64/group_gz                                                                                                   |  993 B  00:00:00     
    (5/9) : rpmfusion-nonfree-updates/19/x86_64/group_gz                                                                                           |  990 B  00:00:00     
    (6/9) : rpmfusion-nonfree/19/x86_64/primary_db                                                                                                 | 149 kB  00:00:01     
    (7/9) : rpmfusion-free/19/x86_64/primary_db                                                                                                    | 440 kB  00:00:02     
    (8/9) : rpmfusion-nonfree-updates/19/x86_64/primary_db                                                                                         | 306 kB  00:00:02     
    (9/9) : rpmfusion-free-updates/19/x86_64/primary_db                                                                                            | 393 kB  00:00:08     
    livna                                                                                                                                                            8/8
    mongodb                                                                                                                                                      257/257
    Resolving Dependencies
    
    — > Running transaction check
    — -> Package ffmpeg.x86_64 0:1.2.11-1.fc19 will be installed
    — > Processing Dependency : ffmpeg-libs = 1.2.11-1.fc19 for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavcodec.so.54(LIBAVCODEC_54)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavformat.so.54(LIBAVFORMAT_54)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavresample.so.1(LIBAVRESAMPLE_1)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavdevice.so.54(LIBAVDEVICE_54)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libswresample.so.0(LIBSWRESAMPLE_0)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpostproc.so.52(LIBPOSTPROC_52)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavfilter.so.3(LIBAVFILTER_3)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libswscale.so.2(LIBSWSCALE_2)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavutil.so.52(LIBAVUTIL_52)(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavfilter.so.3()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavcodec.so.54()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libSDL-1.2.so.0()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavformat.so.54()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libswresample.so.0()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavutil.so.52()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavdevice.so.54()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpostproc.so.52()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libswscale.so.2()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libavresample.so.1()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — > Running transaction check
    — -> Package ffmpeg.x86_64 0:1.2.11-1.fc19 will be installed
    — > Processing Dependency : libSDL-1.2.so.0()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — -> Package ffmpeg-libs.x86_64 0:1.2.11-1.fc19 will be installed
    — > Processing Dependency : libasound.so.2(ALSA_0.9)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse-simple.so.0(PULSE_0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libasound.so.2(ALSA_0.9.0rc4)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoradec.so.1(libtheoradec_1.0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse.so.0(PULSE_0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libspeex.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libxvidcore.so.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopenal.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libdc1394.so.22()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libSDL-1.2.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopencv_core.so.2.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libasound.so.2()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoraenc.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libmp3lame.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopenjpeg.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libv4l2.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libass.so.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libcelt0.so.2()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libva.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoradec.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libvorbisenc.so.2()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopencv_imgproc.so.2.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopus.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libschroedinger-1.0.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libXfixes.so.3()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse-simple.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libvorbis.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libx264.so.130()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libgsm.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Running transaction check
    — -> Package ffmpeg.x86_64 0:1.2.11-1.fc19 will be installed
    — > Processing Dependency : libSDL-1.2.so.0()(64bit) for package : ffmpeg-1.2.11-1.fc19.x86_64
    — -> Package ffmpeg-libs.x86_64 0:1.2.11-1.fc19 will be installed
    — > Processing Dependency : libasound.so.2(ALSA_0.9)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse-simple.so.0(PULSE_0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libasound.so.2(ALSA_0.9.0rc4)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoradec.so.1(libtheoradec_1.0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse.so.0(PULSE_0)(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libspeex.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopenal.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libdc1394.so.22()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libSDL-1.2.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopencv_core.so.2.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libasound.so.2()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoraenc.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopenjpeg.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libv4l2.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libass.so.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libcelt0.so.2()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libva.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libtheoradec.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libvorbisenc.so.2()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopencv_imgproc.so.2.4()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libopus.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libschroedinger-1.0.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libXfixes.so.3()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libpulse-simple.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libvorbis.so.0()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — > Processing Dependency : libgsm.so.1()(64bit) for package : ffmpeg-libs-1.2.11-1.fc19.x86_64
    — -> Package lame-libs.x86_64 0:3.99.5-2.fc19 will be installed
    — -> Package x264-libs.x86_64 0:0.130-3.20130502git1db4621.fc19 will be installed
    — -> Package xvidcore.x86_64 0:1.3.2-5.fc19 will be installed
    — > Finished Dependency Resolution Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libopus.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libtheoraenc.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libva.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libvorbis.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libtheoradec.so.1(libtheoradec_1.0)(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libgsm.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libcelt0.so.2()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libpulse-simple.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libpulse.so.0(PULSE_0)(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libSDL-1.2.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libtheoradec.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libopenal.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libasound.so.2(ALSA_0.9)(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libdc1394.so.22()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libspeex.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libass.so.4()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libasound.so.2()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libv4l2.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libopenjpeg.so.1()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libpulse-simple.so.0(PULSE_0)(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libopencv_core.so.2.4()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libopencv_imgproc.so.2.4()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libschroedinger-1.0.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libXfixes.so.3()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libpulse.so.0()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libtheoraenc.so.1(libtheoraenc_1.0)(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libvorbisenc.so.2()(64bit) Error : Package : ffmpeg-libs-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libasound.so.2(ALSA_0.9.0rc4)(64bit) Error : Package : ffmpeg-1.2.11-1.fc19.x86_64 (rpmfusion-free-updates) Requires : libSDL-1.2.so.0()(64bit) You could try using —skip-broken to work around the problem You could try running : rpm -Va —nofiles —nodigest

    Can anyone help me ?
    Thanks in advance