
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (92)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications 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 (...) -
Ecrire une actualité
21 juin 2013, parPré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 ) (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (12308)
-
Fast gnuplot terminal compatible with ffmpeg
16 mai 2013, par DarioPI am using gnuplot to make some thousands of frames from raw data, I then make a video with ffmpeg (the easiest way I know to use advanced codecs like x264). The frames are not complicated : just few lines and some dots.
Up to now I have been using the pngcairo terminal to produce the frames, but I noticed that postscript is way faster than pngcairo. Unfortunately ffmpeg doesn't recognize postscript, so I was wondering if you know a fast (but still a good quality -at least antialiased) gnuplot terminal which output can be readed by ffmpeg.
-
How To Run Multiple Code ffmpeg in Macbook Terminal Using bat file ?
26 juillet 2021, par ChhengRavyI have a problem to run bat file in Macboook Terminal. I created file bat that has code below.


ffmpeg -i input1.mp4 -vf hflip -c:a copy output1.mp4
ffmpeg -i input2.mp4 -vf hflip -c:a copy output2.mp4
ffmpeg -i input3.mp4 -vf hflip -c:a copy output3.mp4



If I run that bat file in window Command Promt I will get three outputs(output1,output2,output3). It work fine.


But If I run it in terminal Mackbook by drag that file to terminal I get only output3. I don't know why in Macbook It works only the last code.


Please Anyone knows about this help me. I was stuck a few days already.


Thank you so much for your help.


-
Creating App from Terminal code
11 août 2014, par user3084141Good evening,
I want to create an app that demuxes Audio from a Videofile with ffmpeg,that uses the following Terminal-code"ffmpeg location" -i "Source.file (Video.mp4)" -vn -ss "time" -t "sec" -acodec copy "Destination.file ("Audio.m4a")"
I couldn’t find a ffmpeg gui for OSX that would let me do that.
The Programm should ask for a Source file, a destination, start time and length.
ffmpeg could be integrated or specified.Maybe it’s easier to Automate a Service.
I’m sorry the I don’t have any experience on mac and automating Terminal commands.
I have to start from 0 only a little bit visual basic experience.