Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (110)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (14216)

  • Ubuntu ffmpeg can't use libx264

    27 mai 2021, par user1315621

    Command

    


    ffprobe rtsp://localhost/myvideo -codec:v libx264 -show_frames -of csv


    


    Output

    


    Failed to set value 'libx264' for option 'codec:v': Option not found


    


    But libx264 seems to be installed -
sudo apt install libx264-dev :

    


    Reading package lists... Done
Building dependency tree       
Reading state information... Done
libx264-dev is already the newest version (2:0.152.2854+gite9a5903-2).


    


  • Installing ffmpeg in ubuntu [closed]

    9 octobre 2023, par Sovan Bhakta

    Recently I tried to install ffmpeg in my ubuntu and I received an error saying broken packages.

    


    I already tried

    


    Sudo apt update && sudo apt install ffmpeg

    


    Sudo apt update && sudo apt upgrade

    


    

-hp:~$ sudo apt update && sudo apt install ffmpeg

Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease

Hit:2 https://esm.ubuntu.com/infra/ubuntu jammy-infra-security InRelease

Hit:3 https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates InRelease

Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease

Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease

Hit:6 http://archive.ubuntu.com/ubuntu jammy-security InRelease

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

All packages are up to date.

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

 ffmpeg : Depends: libavcodec58 (= 7:4.4.2-0ubuntu0.22.04.1)

          Depends: libavdevice58 (= 7:4.4.2-0ubuntu0.22.04.1) but it is not going to be installed

          Depends: libavfilter7 (= 7:4.4.2-0ubuntu0.22.04.1)

          Depends: libavformat58 (= 7:4.4.2-0ubuntu0.22.04.1)

          Depends: libavutil56 (= 7:4.4.2-0ubuntu0.22.04.1) but 7:4.4.2-0ubuntu0.22.04.1+esm1 is to be installed

          Depends: libpostproc55 (= 7:4.4.2-0ubuntu0.22.04.1) but 7:4.4.2-0ubuntu0.22.04.1+esm1 is to be installed

          Depends: libswresample3 (= 7:4.4.2-0ubuntu0.22.04.1) but 7:4.4.2-0ubuntu0.22.04.1+esm1 is to be installed

          Depends: libswscale5 (= 7:4.4.2-0ubuntu0.22.04.1) but 7:4.4.2-0ubuntu0.22.04.1+esm1 is to be installed

E: Unable to correct problems, you have held broken package
s.


    


    I am unable to find the cause so please help me get it right

    


  • Remove obsolete version.h inclusions

    11 juin 2021, par Andreas Rheinhardt
    Remove obsolete version.h inclusions
    

    These have mostly been added because of FF_API_* ; yet when these were
    removed, removing the header has been forgotten.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/blockdsp.c
    • [DH] libavcodec/blockdsp.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/error_resilience.c
    • [DH] libavcodec/mpegutils.h
    • [DH] libavcodec/utils.c
    • [DH] libavfilter/formats.h
    • [DH] libavformat/hlsproto.c
    • [DH] libavutil/aes.h
    • [DH] libavutil/aes_ctr.h
    • [DH] libavutil/buffer.h
    • [DH] libavutil/crc.h
    • [DH] libavutil/dict.h
    • [DH] libavutil/hash.h
    • [DH] libavutil/hmac.c
    • [DH] libavutil/hmac.h
    • [DH] libavutil/lls.c
    • [DH] libavutil/lls.h
    • [DH] libavutil/log.h
    • [DH] libavutil/mathematics.c
    • [DH] libavutil/md5.h
    • [DH] libavutil/murmur3.h
    • [DH] libavutil/opt.h
    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixdesc.h
    • [DH] libavutil/ripemd.h
    • [DH] libavutil/sha.h
    • [DH] libavutil/sha512.h
    • [DH] libavutil/tree.h