Advanced search

Medias (91)

Other articles (89)

  • Mise à jour de la version 0.1 vers 0.2

    24 June 2013, by

    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 profit de (...)

  • Ecrire une actualité

    21 June 2013, by

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

  • Gestion générale des documents

    13 May 2011, by

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet; la récupération des métadonnées du document original pour illustrer textuellement le fichier;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP sur (...)

On other websites (11616)

  • ffmpeg how to remove black borders when resizing an image

    3 June 2021, by Mapg

    I am creating some thumbnails using FFmpeg and I see that some black borders are created when I resize them.

    


    I guess this is happening because the video source dimension doesn't match exactly the target dimension, so FFmpeg fills out the blank space with this black color.

    


    My question is ...

    


    Can I change this "black color" used by FFmpeg by default so I can match these extra borders added with the background of my application?

    


    If this is not possible ...

    


    Can I convert these black borders to a transparent area so I can create a PNG to match my background which has a different color (a kind of light green)

    


    I have attached an example where you will see two black pixels height in the bottom zone of the picture.

    


    This is what I want to convert to transparent or being able to choose my own color.

    


    Any idea to solve this issue will be very helpful for me?

    


    Thank you very much in advance!

    


    Mapg

    


    enter image description here

    


  • avcodec: add decoder for argonaut games' adpcm codec

    26 January 2020, by Zane van Iperen
    avcodec: add decoder for argonaut games' adpcm codec
    

    Adds support for the ADPCM variant used by some Argonaut Games' games,
    such as 'Croc! Legend of the Gobbos', and 'Croc 2'.

    Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcm.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
  • 3 times concat, 3 times the same video, with 1 command running the entire folder

    20 April 2020, by Amazon

    I have assumed the example below and my code I want to keep it short. Thank you for taking time for me&#xA;3 times concat, 3 times the same video, with 1 command running the entire folder

    &#xA;&#xA;

      ffmpeg -y -f concat -i "a\1.txt" -c copy b/1.mp4&#xA;  ffmpeg -y -f concat -i "a\2.txt" -c copy b/2.mp4&#xA;  ffmpeg -y -f concat -i "a\3.txt" -c copy b/3.mp4&#xA;  ffmpeg -y -f concat -i "a\4.txt" -c copy b/4.mp4&#xA;  ffmpeg -y -f concat -i "a\5.txt" -c copy b/5.mp4&#xA;  ffmpeg -y -f concat -i "a\6.txt" -c copy b/6.mp4&#xA;  ffmpeg -y -f concat -i "a\7.txt" -c copy b/7.mp4&#xA;  ffmpeg -y -f concat -i "a\8.txt" -c copy b/8.mp4&#xA;  ffmpeg -y -f concat -i "a\9.txt" -c copy b/9.mp4&#xA;  ffmpeg -y -f concat -i "a\10.txt" -c copy b/10.mp4&#xA;  ffmpeg -y -f concat -i "a\11.txt" -c copy b/11.mp4&#xA;  ffmpeg -y -f concat -i "a\12.txt" -c copy b/12.mp4&#xA;  ffmpeg -y -f concat -i "a\13.txt" -c copy b/13.mp4&#xA;  ffmpeg -y -f concat -i "a\14.txt" -c copy b/14.mp4&#xA;  ffmpeg -y -f concat -i "a\15.txt" -c copy b/15.mp4&#xA;  ffmpeg -y -f concat -i "a\16.txt" -c copy b/16.mp4&#xA;  ffmpeg -y -f concat -i "a\17.txt" -c copy b/17.mp4&#xA;  ffmpeg -y -f concat -i "a\18.txt" -c copy b/18.mp4&#xA;  ffmpeg -y -f concat -i "a\19.txt" -c copy b/19.mp4&#xA;  ffmpeg -y -f concat -i "a\20.txt" -c copy b/20.mp4&#xA;  ffmpeg -y -f concat -i "a\21.txt" -c copy b/21.mp4&#xA;  ffmpeg -y -f concat -i "a\22.txt" -c copy b/22.mp4&#xA;  ffmpeg -y -f concat -i "a\23.txt" -c copy b/23.mp4&#xA;  ffmpeg -y -f concat -i "a\24.txt" -c copy b/24.mp4&#xA;  ffmpeg -y -f concat -i "a\25.txt" -c copy b/25.mp4&#xA;  ffmpeg -y -f concat -i "a\26.txt" -c copy b/26.mp4&#xA;  ffmpeg -y -f concat -i "a\27.txt" -c copy b/27.mp4&#xA;  ffmpeg -y -f concat -i "a\28.txt" -c copy b/28.mp4&#xA;  ffmpeg -y -f concat -i "a\29.txt" -c copy b/29.mp4&#xA;  ffmpeg -y -f concat -i "a\30.txt" -c copy b/30.mp4&#xA;

    &#xA;&#xA;

    File txt 1..... 30

    &#xA;&#xA;

    file 1.mp4&#xA;file 1.mp4&#xA;file 1.mp4&#xA;

    &#xA;&#xA;

    file txt 2 &#xA; file 2.mp4&#xA; file 2.mp4&#xA; file 2.mp4&#xA;........ 30

    &#xA;