Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (89)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8851)

  • libavformat/movenc : add dnxhr compatibility for apple players

    22 juillet 2016, par Mark Reid
    libavformat/movenc : add dnxhr compatibility for apple players
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • Why is ffmpeg choking on this particular PNG file ?

    13 novembre 2022, par kohloth

    I'm trying to make a video out of 4 still images with ffmpeg.

    &#xA;

    This is the command I am having trouble with getting working at the moment :

    &#xA;

    ffmpeg -y -loop 1 -framerate 24 -t 3 \&#xA;-i ./images/title-card.png -loop 1 -framerate 24 -t 4 \&#xA;-i ./images/001.png -loop 1 -framerate 24 -t 4 \&#xA;-i ./images/002.png -loop 1 -framerate 24 -t 3 \&#xA;-i ./images/003.png -loop 1 -framerate 24 -t 4 \&#xA;-filter_complex "[0][1][2][3]concat=n=4:v=1:a=0" \&#xA;/tmp/silentVideoTest.mp4&#xA;

    &#xA;

    Unfortunately, I get this error :

    &#xA;

    [Parsed_concat_0 @ 0x5603df1c4080] Input link in1:v0 parameters (size 1024x1024, SAR 0:1) do not match the corresponding output link in0:v0 parameters (1024x1024, SAR 3937:3937)&#xA;[Parsed_concat_0 @ 0x5603df1c4080] Failed to configure output pad on Parsed_concat_0&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Invalid argument&#xA;Error while processing the decoded data for stream #3:0&#xA;

    &#xA;

    I have no idea what this error means. But if I use a different png for the first image, it works fine. I understand that there is something about the first png that ffmpeg does not like ; the SAR, which I believe is some kind of png metadata bit or something ?

    &#xA;

    Problem is :

    &#xA;

      &#xA;
    • The error is confusing to me
    • &#xA;

    • I see no option to set the SAR when exporting images from Krita, Pinta, or Photopea.
    • &#xA;

    • I do not know how to view the SAR value of an image, so I can't verify that this is really the problem
    • &#xA;

    &#xA;

    Also, whats more is, I've used this command in the past to change an image's SAR (I think) but it seems to only work half the time ?

    &#xA;

    ffmpeg -i title-card.png -vf setsar=1 title-card-new-sar.png&#xA;

    &#xA;

    No idea what the value of setsar should be, so I am using 1.

    &#xA;

    Would love if someone could tell me how to get it to work. In particular, how do I view the SAR of a PNG file ?

    &#xA;

    Maybe I am naieve, but shouldn't ffmpeg just be able to accept png images that are the same dimensions, compression, and stitch em together without errors ? i.e. Is there an option just to say "Fix the SAR ?" or "Use the SAR of the first image for all images ?"

    &#xA;


    &#xA;

    Edit : Trying it on some different images, having set the SAR with ffmpeg -i ./card.png -vf setsar=1 ./card-new-sar.png, I get a similar error :

    &#xA;

    [Parsed_concat_0 @ 0x55e7b6b8b640] Input link in2:v0 parameters (size 1024x1024, SAR 2834:2834) do not match the corresponding output link in0:v0 parameters (1024x1024, SAR 1:1)&#xA;[Parsed_concat_0 @ 0x55e7b6b8b640] Failed to configure output pad on Parsed_concat_0&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Invalid argument&#xA;Error while processing the decoded data for stream #26:0&#xA;

    &#xA;

    ffmpeg still seems to complain that the SARs don't match...but surely, as its a ratio, a SAR of 2834:2834 does match a SAR of 1:1 ?

    &#xA;


    &#xA;

    Edit : Tried setting the SAR with ffmpeg -i ./card.png -vf setsar=2834:2834 ./card-new-sar.png, but now the error is (size 1024x1024, SAR 0:1) do not match the corresponding output link in0:v0 parameters (1024x1024, SAR 2834:2834).

    &#xA;

  • Troubleshooter needs preferFlash = true ;

    31 juillet 2011

    m doc/getstarted/index.html Troubleshooter needs preferFlash = true ;