Recherche avancée

Médias (91)

Autres articles (71)

  • 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 ;

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (11066)

  • Rotation Video Overlay Over Image producing some weird output with the FFMPEG KIT for android by arthenica / ffmpeg-kit

    25 octobre 2023, par Yash Kalariya

    I want to overlay some video on the image frame and rotate it and output it as the resultant video. However the command is running successfully but it is producing some weird output video with both the top and bottom portion with black layer, but however the rotation of the video over the image is successful but the top and bottom portion are getting black.

    


    Here is my command that i have used with the ffmpeg kit for android by arthenica/ffmpeg-kit.

    


    "-i " +inputImage+" -i "+inputVideo+" -filter_complex [1:v]format=rgba,rotate="+(float) Math.toDegrees(Double.parseDouble("-1.1073"))+"*(PI/180)[a] ;[0:v][a]overlay=252:103 "+ "-threads 5 -preset veryslow -q:v 3 "+resultVideo

    


    "-i /data/user/0/com.codemenschen.lmsapp/files/images/1698225617748.jpeg -i /data/user/0/com.codemenschen.lmsapp/files/videos/Lmwy1698225601507.mp4 -filter_complex [1:v]format=rgba,rotate=-63.443615*(PI/180)[a] ;[0:v][a]overlay=252:103 -threads 5 -preset veryslow -q:v 3 /data/user/0/com.codemenschen.lmsapp/files/videos/Lmwy1698225618149.mp4"

    


    Here is the link to the Image frame :
https://drive.google.com/file/d/1G6R7_E5prAE6QBRipKIgA7G6Imjy_KM3/view?usp=sharing

    


    Here is the link to the Overlay Video : https://drive.google.com/file/d/1sYWt1Whu5TqaxSMHc6zpgGedEBaWuRqP/view?usp=sharing

    


    Here is the link to the Output Video : https://drive.google.com/file/d/1cQ2G77bVqFc6e1vZJBXo0MHw7TyBiiVN/view?usp=sharing

    


    Can someone help me with this ?

    


    Here is the command that i have tried and its working but producing weird outputs with black portion :

    


    "-i /data/user/0/com.codemenschen.lmsapp/files/images/1698225617748.jpeg -i /data/user/0/com.codemenschen.lmsapp/files/videos/Lmwy1698225601507.mp4 -filter_complex [1:v]format=rgba,rotate=-63.443615*(PI/180)[a] ;[0:v][a]overlay=252:103 -threads 5 -preset veryslow -q:v 3 /data/user/0/com.codemenschen.lmsapp/files/videos/Lmwy1698225618149.mp4"

    


  • avcodec/huffyuvdec : Fix fill value for truncated bitstreams

    16 juin 2014, par Michael Niedermayer
    avcodec/huffyuvdec : Fix fill value for truncated bitstreams
    

    Found-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/huffyuvdec.c
  • doc/APIchanges : fill in more missing hash values and dates

    23 janvier 2015, par Michael Niedermayer
    doc/APIchanges : fill in more missing hash values and dates
    

    all values before 2.5 seem to be filled in now

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/APIchanges