Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (17)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (4013)

  • doc/examples : Always open files as "binary", not "text".

    25 juin 2020, par Carl Eugen Hoyos
    doc/examples : Always open files as "binary", not "text".
    

    Fixes ticket #8638.

    • [DH] doc/examples/decode_video.c
    • [DH] doc/examples/hw_decode.c
  • Ffmpeg : Move a slider "image" over a "background" from 0% to 100% in sync with the audio

    7 février 2014, par Znuff

    I'm trying to create a video using the follwing code :

    `$`ffmpeg -loop 1 -r 5 -i video.png -r 5 -i progress.png -filter_complex "overlay=x='if(gte(t,0), -W+(t)*5, NAN)':y=H-h" -i video.mp3 -acodec copy video.mp4

    I have the following files

    • video.png http://i.imgur.com/pmwnaLV.png
      • this is a 1280x720 px still frame that is simply a background with a waveform of the video.mp3 file
    • progress.png http://i.imgur.com/qXltKR2.png
      • this is simply a 1280x100 px semi-transparent image that should simulate an animation (from from 0 to 100% of the width of the video.png file, in order to simulate "fill up" animation.

    My issues are as following :

    • The video is not in sync with the audio. The progress bar is way off, instead of finishing at the end of the song, it just keeps going on and on and on and on...
    • Also... it just keeps going on and on ! I left it create a 1 hour video and it never stopped.

    I know I'm missing something in the filter, but I have no idea how I could fix it.

    Could someone lend me some help ?

  • FFMPEG - Difference between "-ab" and "-b:a"

    5 juin 2018, par Playa

    As far as i know both Commandline Args change the Audio Bitrate, but ime not exactly sure because i have also seen them in combination.
    Basically i couldn’t find any Documentation that explains both of these Commands. It could also be that -ab got replaced with -b:a but ime not exactly sure.

    TY