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 add black bars to a image if the video input is not 16:9

    31 décembre 2020, par iTeY

    So I'm playing with ffmpeg and I have the command currently :

    


    "ffmpeg_path -ss seek_time -i input_video_path -vframes 1 -f mjpeg output_image_path 2<&1"


    


    The issue that I'm facing is that for example I have a vertical video from a mobile phone the output image will be streched to 16:9, what I would like to do is to add black bars to the side of the image if the input is not in a 16:9 format.

    


    Any suggestions or ideas on how I could do that ?

    


    Thank you !

    


  • avfilter/vf_colorkey : fix formula for calculation of difference

    16 mai 2020, par Paul B Mahol
    avfilter/vf_colorkey : fix formula for calculation of difference
    

    Also fixes colorhold filtering.

    • [DH] libavfilter/vf_colorkey.c
    • [DH] tests/ref/fate/ffmpeg-filter_colorkey
  • Shortcut to open command prompt with preloaded command

    13 janvier 2019, par Lemons

    I use FFMPEG to convert MP4s to WEBMs. This involves me constantly copying over my preferred script into the command prompt every single time. Is there a way to open a commant prompt with a certain command already set up and ready to go without executing the commmand immediately so that it is still editable ? Many times I need to change parameters of the script to match the specific file I will be converting...so simply having a pre-loaded script that runs by itself doesn’t make sense.

    Tried making a CMD shortcut but couldn’t find a way to do this without automatically running the command. Tried making a batch file, got the script to copy in, but it wasn’t editable.

    Here is the FFMPEG script I use : ffmpeg -i "in.mp4" -b:v 3000k -b:a 128k -threads 6 out.webm