
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (55)
-
Gestion générale des documents
13 mai 2011, parMé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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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. -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (7179)
-
movenc : Move sidx edit list timestamp adjustment into a block
16 mars 2015, par Martin Storsjö -
Nomenclature #2835 : Liste des travaux" ça fait penser à "todo-list
9 février 2021, par cedric -Quelqu’un pour le faire et changer les chaines de langue avant la release 3.3 ?
-
Heterogeneous list of files as input for ffmpeg
3 décembre 2018, par sargueThe short TL ;DR question is :
How can I use a list of files instead of multiple
-i FILE
arguments toffmpeg
?I am hitting the 8.196 command line limit on Windows. On linux I am not having this issue.
The arguments are images, video files and audio files, so I can’t use the
concat
demuxer, for example.I am working on a fork of this project to generate a slideshow of images with Ken Burns effects and background music. The reason I am forking the original one is because I want to be able to add video clips alongside the images.
The ruby script generates a long ffmpeg command line. This command line is too long for Windows. As an example I’m trying to process about 700+ inputs and the command line is 19.732 bytes long.
A short, example, command line generated by the ruby script :
ffmpeg -hide_banner -y -i "001.JPG" -i "please.mp4" -i "002.JPG" -i "002b.mp4" -i "003.JPG" -i "asfalto.mp3" -filter_complex_script script.txt -t 37.933 -map [out] -map [aout] -preset ultrafast -tune stillimage -c:v libx264 out.mp4