Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (70)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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 (...)

Sur d’autres sites (8437)

  • FFMPEG : how to include a splash screen ?

    4 juin 2017, par porton

    Having a video file, I want to add at its beginning and end a JPEG file to be shown a few (say 10) seconds.

    The time the image is shown should not be subtracted from the "main" video time. Instead the length of the video should be increased for the period the images are shown.

    How to do this with FFMPEG ?

    The suggestions how to make it fade in/out or to do other graphical effects are appreciated.

  • Software for intelligent video overlaying and tranformation [on hold]

    29 juin 2017, par raccounts

    I am looking for some software that will enable me to intelligently overlay video.

    Basically, I have 12 or so clips that all capture the same movement (a 360 orbit), but they all have minute differences as the videos were captured over the period of a year.

    Due to their differences, cutting between them is jarring. In order to align them, I have to scale, rotate, and warp the image so that the transition is decent.

    What’s some software that can automate this ?

    Would a 3D tracker be able to accomplish this ? I tried looking into AviSynth and Fusion, an accompanying plugin. Is FFMpeg the ticket ?

    Thank you in advance.

  • How to generate a variable framerate MPEG-4 from a bunch of images and an audio file ?

    11 avril 2014, par Michael Kohout

    I've got a series of images captured by a motion sensor camera-right now, I'm doing a bit of processing on them and each image is stored as a bunch of PNM/PBM files (but I do have a unix timestamp of when they were first created). I've also got an audio file (where I know the starting time), recorded over the same period.

    Is there any way I can construct a MPEG-4 from these images and have them display at the appropriate time so they'll be sync'd with the audio ?

    Is this something ffmpeg should be able to do ?