Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (66)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Les images

    15 mai 2013

Sur d’autres sites (6844)

  • Anomalie #2485 (Nouveau) : Ratio des images

    11 janvier 2012, par nfriedli Nicolas Friedli

    Le ratio des images n’est pas respecté lorsqie l’on passe sur les petits écrans. max-width : 100% fixe bien une largeur maximale, mais la hauteur reste fixe car elle est donnée par spip : . Il faut donc ajouter un height : auto pour régler (...)

  • ffmpeg uses all images in a folder even with a -start_number argument

    13 décembre 2013, par kingds

    I'm having trouble compiling a set of jpeg files in a directory into an mp4 file. The command I'm using is :

    ./ffmpeg -y -r 20 -i %03d-capture.jpg -pix_fmt yuv420p -c:v libx264 -start_number 10000 video.mp4

    The folder contains around 20,000 images, and I want a video that starts on the 10,000th image. However, with this command ffmpeg creates a video using all the images in the directory. Is there any reason it would be ignoring the start_number argument ?

    edit : Figured it out. The -start_number argument needs to come before the -i argument for the input file. Seems a little silly.

  • exist any fast way of join images to video faster ?

    19 juillet 2018, par newquest

    Im using ffmpeg but takes more than 10minutes to convert 2000 images to mp4

    ffmpeg -y -r 1/5 -f concat -safe 0 -i ffmcommand.txt -c:v libx264 -vf  fps=25,format=yuv420p out22.mp4

    how I could do faster please help me