Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (53)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (10279)

  • merge two videos android

    4 juillet 2016, par Lukas

    I’m new to android, but not new to developing for mobile.

    My goal is to record two videos, and the mix it into one video using audio from both tracks. E.g two recorded videos are both 10 seconds. I want to take the first 5 seconds from the first video, and the last 5 seconds from the second video, combine them together with combined audio from both videos, and have it in an mp4 file.

    On iOS there is an AVFoundation framework, which lets you combine multiple videos and audio into one video file (h.264 codec in mp4 container). I want to achieve similar results on android, but fail miserably at finding frameworks or 3rd party libs for doing that. If anyone could help me by showing some links or any directions where to look for information it would be really helpful. Thanks in advance !

  • FFMpeg - move overlay from point a to b to c to d

    26 août 2017, par techr

    I used somebody else’s code posted by LordNeckbeard here : FFmpeg move overlay from one pixel coordinate to another

    I modified it a bit to this :

       ffmpeg -i 4632.mpg -i 4632.bmp -filter_complex "[0]scale=320:240[over];
       [1][over]overlay=enable='between=(t,0,50)':x=20+t*30:y=20+t*20" -s
       1280:720 -c:a copy -y output.mpg

    I’d like to be able to limit the movement so the overlay does not go off screen.
    How can I move a scaled clip overlay in four directions, X & Y starting from originating location and back ?

  • Revision 551f37d63d : Fix partition coding of corner block This commit fixed the allowable partition

    11 juin 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h



    Fix partition coding of corner block

    This commit fixed the allowable partition types for bottom-right
    corner blocks.

    When a block has over half of its pixels as valid content in both
    vertical and horizontal directions, allow all the four partition
    types in the bit-stream. Otherwise, apply partition type constraints.

    Change-Id : I2252e2de7125a8bfb1c824bf34299a13c81102e3