Recherche avancée

Médias (91)

Autres articles (75)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (9123)

  • Concat video and image with ffmpeg [closed]

    9 mai 2024, par Remi_la

    I encouter an issue when I try to concat image and video with FFMPEG. When I concat a video at the beginning it works well. However when the video is not at the beginning it throws an error : "ffmpeg exited with code 234"

    


    To illustrate this, here is a command that works :

    


    ffmpeg -loop 1 -t 7 -framerate 60 -i file2.jpg -loop 1 -t 7 -framerate 60 -i file2.jpg -loop 1 -t 7 -framerate 60 -i file3.jpg -i file4.mp4 -i file5.mp3 -y -filter_complex [3:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[v3];[0:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[vi0];[vi0]scale=8000:-1,zoompan=z='pzoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1008x1792:fps=60[v0];[1:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[vi1];[vi1]scale=8000:-1,zoompan=z='pzoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1008x1792:fps=60[v1];[2:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[vi2];[vi2]scale=8000:-1,zoompan=z='pzoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1008x1792:fps=60[v2];[v3][v1][v2][v0]concat=n=4:v=1:a=0[vout] -map [vout] -map 4:a -shortest output.mp4

    


    Here is a command that not works :

    


    ffmpeg -loop 1 -t 7 -framerate 60 -i file1.jpg -loop 1 -t 7 -framerate 60 -i file2.jpg -loop 1 -t 7 -framerate 60 -i file3.jpg -i file4.mp4 -i file5.mp3 -y -filter_complex [3:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[v3];[0:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[vi0];[vi0]scale=8000:-1,zoompan=z='pzoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1008x1792:fps=60[v0];[1:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[vi1];[vi1]scale=8000:-1,zoompan=z='pzoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1008x1792:fps=60[v1];[2:v]scale=1008:1792:force_original_aspect_ratio=increase,crop=1008:1792[vi2];[vi2]scale=8000:-1,zoompan=z='pzoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1008x1792:fps=60[v2];[v0][v1][v2][v3]concat=n=4:v=1:a=0[vout] -map [vout] -map 4:a -shortest output.mp4

    


    As you can see the only difference is with [v0][v1][v2][v3]concat=n=4:v=1:a=0[vout] (doesn't works) or [v3][v1][v2][v0]concat=n=4:v=1:a=0[vout] (work).

    


    How can I make sure to concat my image and video with a video at the end and not at the beginning.

    


    Thank you in advance for your help.

    


  • ffmpeg changes image aspect when zooming

    18 juin 2022, par NccWarp9

    Im trying to zoom on a large image. Image is portrait aspect but when executing command I get video where image is zoomed but squashed to landscape aspect. Im I missing a switch ?

    


    ffmpeg.exe -i 1.jpg -vf "zoompan=z='min(zoom+0.05,15)'" -t 5 -s "1280x720" out.mp4 -y


    


  • Revision 79003 : Pipeline "afficher_contenu_objet" : prendre en compte le cas où ...

    30 novembre 2013, par tcharlss@… — Log

    Pipeline "afficher_contenu_objet" : prendre en compte le cas où l’identifiant de l’objet n’est pas donné par $fluxargs ?id_objet ? mais par $fluxargs ?contexte ?id ?.
    Problème constaté sur la fiche d’une commande.
    ps : De plus, l’exemple du site http://programmer.spip.net/afficher_contenu_objet,434 récupère l’identifiant avec $fluxargs ?id ?