Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (31)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (4518)

  • avcodec/magicyuvenc : Use immediate when known

    28 septembre 2021, par Andreas Rheinhardt
    avcodec/magicyuvenc : Use immediate when known
    

    It allows the compiler to optimize the bytestream2 checks away.

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

    • [DH] libavcodec/magicyuvenc.c
  • ffmpeg have unmet dependencies (Ubuntu20) [closed]

    10 août 2024, par mojiang

    when installing ffmpeg with ubuntu20(fosal), it have conflict dependencies :

    &#xA;

    # sudo apt-get install ffmpeg&#xA;Reading package lists... Done&#xA;Building dependency tree       &#xA;Reading state information... Done&#xA;Some packages could not be installed. This may mean that you have&#xA;requested an impossible situation or if you are using the unstable&#xA;distribution that some required packages have not yet been created&#xA;or been moved out of Incoming.&#xA;The following information may help to resolve the situation:&#xA;&#xA;The following packages have unmet dependencies:&#xA; ffmpeg : Depends: libavdevice58 (= 7:4.2.7-0ubuntu0.1) but it is not going to be installed&#xA;          Depends: libavfilter7 (= 7:4.2.7-0ubuntu0.1)&#xA;          Depends: libavformat58 (= 7:4.2.7-0ubuntu0.1) but it is not going to be installed&#xA;E: Unable to correct problems, you have held broken packages.&#xA;

    &#xA;

    I solved it by install the reason of conflit library with a specific version, may be someone will need the solution.

    &#xA;

    step 1. fix-broken

    &#xA;

    sudo apt --fix-broken install&#xA;Reading package lists... Done&#xA;Building dependency tree       &#xA;Reading state information... Done&#xA;

    &#xA;

    step2. find the reason of unmet dependencies :

    &#xA;

    # sudo apt install libavdevice58=7:4.2.7-0ubuntu0.1 libavfilter7=7:4.2.7-0ubuntu0.1 libavformat58=7:4.2.7-0ubuntu0.1&#xA;Reading package lists... Done&#xA;Building dependency tree       &#xA;Reading state information... Done&#xA;Some packages could not be installed. This may mean that you have&#xA;requested an impossible situation or if you are using the unstable&#xA;distribution that some required packages have not yet been created&#xA;or been moved out of Incoming.&#xA;The following information may help to resolve the situation:&#xA;&#xA;The following packages have unmet dependencies:&#xA; libavformat58 : Depends: libchromaprint1 (>= 1.3.2) but it is not going to be installed&#xA;E: Unable to correct problems, you have held broken packages.&#xA;

    &#xA;

    Here the problem is from libchromaprint1

    &#xA;

    step3. find candidate versions of libchromaprint1(conflict reason)

    &#xA;

    # apt-cache policy libchromaprint1&#xA;libchromaprint1:&#xA;  Installed: (none)&#xA;  Candidate: 1.5.1-1~20.04.sav0&#xA;  Version table:&#xA;     1.5.1-1~20.04.sav0 500&#xA;        500 http://ppa.launchpad.net/savoury1/multimedia/ubuntu focal/main amd64 Packages&#xA;     1.4.3-3build1 500&#xA;        500 http://mirrors.cloud.aliyuncs.com/ubuntu focal/universe amd64 Packages&#xA;        500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages&#xA;

    &#xA;

    step4. install the old version of libchromaprint1 to solve the conflicts

    &#xA;

    # sudo apt install libchromaprint1=1.4.3-3build1&#xA;Reading package lists... Done&#xA;Building dependency tree       &#xA;Reading state information... Done&#xA;The following NEW packages will be installed:&#xA;  libchromaprint1&#xA;0 upgraded, 1 newly installed, 0 to remove and 223 not upgraded.&#xA;Need to get 37.6 kB of archives.&#xA;

    &#xA;

    step5. reinstall ffmpeg

    &#xA;

    # sudo apt install ffmpeg&#xA;Reading package lists... Done&#xA;Building dependency tree       &#xA;Reading state information... Done&#xA;

    &#xA;

    Done. the reason of conflict is that the latest version of libraries have conflict, by install old version of the conflicted ones to solve it.

    &#xA;

  • Révision 101151 : Mise à jour de librairie getid3 en 1.9.13

    17 décembre 2016, par kent1@arscenic.info

    https://github.com/JamesHeinrich/getID3/releases/tag/v1.9.13

    bugfix #89 : ID3v2.4 custom genres with slashes
    bugfix #88 : large QuickTime files exceed PHP memory limit
    bugfix #87 : ID3v2 write GRID data not working properly
    bugfix #86 : Increase autoloading definitions
    bugfix #84 : ID3v2 available writable frames list
    bugfix #82 : ID3v2 datetime logic
    bugfix #80 : attempt to autodetect ID3v1 encoding
    bugfix #77 : add partial support of DSSv6
    bugfix #76 : add mysqli version of caching extension
    bugfix #75 : mysql cache max key length
    bugfix #71 : custom error handler to catch exif_read_data() errors
    bugfix #71 : add support for mb_convert_encoding
    bugfix #70 : ID3v2 POPM / UFID
    bugfix #68 : workaround broken iTunes ID3v2
    bugfix #48 : Quicktime set MIME to video/mp4 where applicable
    bugfix #1930 fread on pipes
    bugfix #1926 relax ID3v2.IsValidURL check