Recherche avancée

Médias (91)

Autres articles (96)

  • À propos des documents

    21 juin 2013, par

    Que faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
    Document bloqué en file d’attente ?
    Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8642)

  • ffmpeg how to remove black background overlay image on video [duplicate]

    5 mai 2021, par Abhi Panchal

    'ffmpeg -y -i video.mp4 -i bells_sticker.png -filter_complex "[1:v]rotate='90*PI/180:c=black@0'[rotate] ;[rotate]scale=238:238[b] ;[0][b] overlay=100:50:enable='between(t,0,20)'" -codec:a copy StickerWithVideo.mp4'

    


    I get black background behind the input image

    


    try also this for remove background

    


    c=0x00000000
c=none

    


    Outout

    


    Original Sticker Image

    


    i'm say thanks in advance

    


  • Append black frames to video when audio is longer in ffmpeg

    8 avril 2018, par Edward

    I’m trying to utilize ffmpeg as a video editor and this is mostly due to that the regular video editor dropped more frames than I was comfortable with.

    ffmpeg -i "videoplayback1" -t 00:09:51 -i "audioplayback1" -t 00:09:54.38 -vcodec libx264 -crf 20 -acodec copy "playback1.mp4"

    As you can see, I’m trimming the video shorter than the audio, but what I want is something that is the opposite of the -shortest command switch, to have the file continue for the duration of the audio -t, and adding physical black frames for the remainder of that time.

    As it is now, the video is still clipped as if I was using the -shortest switch. I tried some -vf and filter_complex but either I get errors, or that the audio is still chopped, the video frozen, but the duration is that of the longest -t.

    How would I go about adding black frames for as long as the audio is playing ?

  • FFmpeg fill black box with video phone to computer [closed]

    8 décembre 2020, par Lê Quốc Trung

    I have a question. Please help me.
I record video with my phone with vertical frame and I want to transfer to computer 16 : 9 with my original video in the middle and fill my 2 black boxes with my original video I use ffmpeg code Thank you everyone for reading[enter image description here][1]
[1] : https://i.stack.imgur.com/Kj2TD.png