
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (18)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (4208)
-
How to prevent my users from installing ffmpeg themselves
7 février 2018, par keys kingI would like to develop a program for converting video formats based on the ffmpeg command line on mac. I should use c ++ or python. But now there is a problem that bothers me. I do not want my users to have to install the ffmpeg command themselves , before I use my program, so what should I do ? My question may be naive, I’m just a sophomore in college and I would be very grateful if you could help me.
I should check whether there is ffmpeg in the program, and then use the command line to install it ? I hope my program can bring ffmpeg, rather than to install
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Sorry, I did not say clearly. I hope my program can be the same as the normal mac program can be placed directly into the Application folder. And then you can open directly. I will use qt to draw the interface
-
from unix ffmpeg bash pipe to windows ''universe"
25 septembre 2017, par Macheneso R.I am trying to "translate" some script from bash to windows powershell
I tried to pass the simplest
ffmpeg -i video.mp4 -vn -sn -map 0:a:0 -f flac - | ffmpeg -i - -c:a aac oiji.m4a
the result is a failure
using
-f wav -
another failurethere is a way to make it work ?
thank you
-
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.