
Recherche avancée
Autres articles (73)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (13002)
-
(FFMPEG) How do I extract every frame from a .MKV file WITH the subtitles burned to the images ?
19 septembre 2018, par DropTheChairI need to know how to extract EVERY FRAME from an .MKV files with the subtitles burned into the image.
Please explain how to in the simplest way possible, I’ve never used this program before.
-
EXTRACT SUBTITLES POSITION ONLY ON SRT FILE OR SIMILAR
20 septembre 2019, par user3449922I have some mkv files with subtitles inside in PGS format.
So I need to extract a text file like :
//
1
00:00:05,569 —> 00:00:07,5692
00:00:07,820 —> 00:00:11,940
//or another format that include when start and finish a dialogue (subtitle).
I don’t need the words but only the exact positions.
Is not possbile save it in srt file becouse PGS is a image file.
There is some command line utility (ffmpeg or other) that can do it ?
Best Regards
-
How to fix ffmpeg & mencoder pushing Persian (RTL) subtitles reversed ?
21 novembre 2014, par AliGHI’m trying to build an application to burn subtitles on videos. The specific task to do is burning Persian (Right-to-left language) subtitles. But I have a problem with it. When I got several words simuntaneously without any "Enter" between them, the ffmpeg or mencoder push the lines to up. for example if I have three lines, the third lines comes on first line, then the second line, and then the first line prints on the screen.
I’ve attached two screenshot to be clear about it. As you may see in the second one, there are 9 lines of persian subtitle which should be aligned from 1 on top to 9 on the bottom, but the 9th line appears on the first line on top.I’m using this code at the moment to burn the subtitles on mp4 videos :
mencoder video.mp4 -sub subtitle.srt -utf8 -o output.mp4 -oac pcm -ovc lavc