
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (75)
-
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. -
Keeping control of your media in your hands
13 avril 2011, parThe 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 (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (10547)
-
Add Subtitles to a video using ffmpeg
27 décembre 2014, par dinesh707how to add subtitles into a video using ffmpeg. Please give me a working cmmand line.
I have .mov or .avi video file. And I have an .srt subtitles file.
-
FFMPEG Always Show On New Window
11 avril 2022, par Teguh.SaintYesterday I tried to run an old version of ffmpeg, with new windows. everything works fine, and ffmpeg wants to run in the same command line window. but after i try the new version of ffmpeg, ffmpeg doesn't run in the same window. and that was not long, after appearing he immediately disappeared.
After that I decided to use the old version of ffmpeg, but it had the same effect and the result was the same.
Can anyone here give me a solution ? I only want ffmpeg to run on one command prompt window.




-
ffplay Find where it loads an image file
26 février 2013, par user1898902I'm trying to figure out where ffplay loads an image file and how it deals with it. Mostly how it figures out which files its dealing with and the function that are called to deal with it. The entire process from start to end of an image file given at the command line would be alot of help, though I know there are thousands and thousands of lines of code.
Thanks.My question : Where do the files you give to ffmpeg go from main() ? What functions take them and decide what file type they are so it knows how to handle them ?