Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (69)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (11812)

  • How to install specific version of ffmpeg (4.2) in colab ?

    2 mai 2022, par kelp_sk

    I need a specific version of ffmpeg to be able to read video with torchvision (0.12.0+cu113), which currently supports ffmpeg 4.2. I have already tried to upgrade ffmpeg with the next command :

    


    add-apt-repository -y ppa:jonathonf/ffmpeg-4


    


    But it gives me a version 4.3.2. How to install exactly 4.2 ?

    


  • doc : fix css file install for out-of-tree builds

    19 avril 2022, par Timo Rothenpieler
    doc : fix css file install for out-of-tree builds
    
    • [DH] doc/Makefile
  • How to install avconv for youtube-dl

    23 janvier 2016, par Hashim

    Up till now, I’ve been using youtube-dl with ffmpeg. I’ve had a few problems doing so, which I posted about in another question, but for the most part, I managed to get ffmpeg set up without a hitch. After having problems converting certain file formats with ffmpeg, I was advised in that question to try and switch to avconv to see whether ffmpeg was indeed the problem, and basically help me troubleshoot, but despite trying for the last 3 hours, I’ve been unable to even get avconv set up.

    So far, I’ve downloaded several of the releases for my Windows 7 x64 operating system from the libav website, each time copying the exact folder structure into the folder where my youtube-dl.exe is, and then making sure that location and the bin folder is in the PATH environment variable. The folder structure looks like this : C:\Program Files (x86)\youtube-dl\usr\bin, where bin contains avconv.exe and the rest of the files that it needs. Does anyone have any clue as to why this isn’t working for me ? It’s beyond me how something so critical to a program as popular as youtube-dl could be so hard and/or badly-documented to get set up.

    Thanks for any help in advance, it’s much appreciated.

    EDIT : Something peculiar that I’ve noticed. When getting rid of all traces of avconv and ffmpeg, youtube-dl throws up the usual error of needing them to convert. But when just the avconv folders are in the necessary places, youtube-dl recognises it as ffmpeg and starts processing the files as such.