Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (68)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (11091)

  • Does anyone know of any discord bot hosting that can use FFmpeg ? [closed]

    16 juillet 2024, par Nchxz

    I am developing a discord bot that streams radio, and that is why it uses FFmpeg. The bot works well because it uses the FFmpeg installed on my PC, but as is obvious on a host it will not be able to transmit the music due to the lack of software. This is why I am looking for a host that allows me to install it (recommend a free host if there is one)

    


    I tried to use Discloud because it is free but I don't know if there is a way to install FFmpeg

    


  • Anomalie #2676 (Nouveau) : IE8 : les onchange et tests checked ont des comportements bizarres

    26 avril 2012, par Johan .

    Sur IE8, les "onchange" et test de checked semblent buggués sur les boutons radio et checkbox... D’autres reproduisent ces problèmes ? De mon coté sur scolaspip, j’ai remplacé les onchange par des onclick (meme si c’est moins propre) : http://zone.spip.org/trac/spip-zone/changeset/60670 Voici (...)

  • General ffmpeg command for encoding all formats to FLV [migrated]

    12 septembre 2011, par Adam

    I am creating a video sharing/tube site and I'm in need of a single good general purpose ffmpeg command to use to transcode any video that's uploaded by my users.

    I'm surprised more people haven't published good examples of a good general ffmpeg command for converting to flv format. By general, I mean being able to specify an input file in any format (wmv, avi, webm, etc.) and produce an FLV file that has great quality.

    I am looking for a single ffmpeg command that can :

    • Produce great looking video for the web (no artifacts, maintain original quality etc.)
    • But also reduce file size to make it web friendly

    I realize these are competing requirements and I would consider video quality to be the priority when it comes to a tradeoff but at the same time, I know you can have great quality and still reduce the file size of the original file dramatically.

    I would have used MP4 with H264 but the patent stuff scares me and I don't want to pay for that so I'm stuck with FLV.