
Recherche avancée
Autres articles (81)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
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 (...)
Sur d’autres sites (11374)
-
ffmpeg - extract multi-line subtitles
31 juillet 2021, par Schalk BurgerI'm extracting a subtitle using :


ffmpeg -i input.mkv -map 0:4 outsub.ass


It works fine at first glance :


Dialogue: 0,0:02:46.24,0:02:47.88,Default,,0,0,0,,y que eliminamos por la orina.
Dialogue: 0,0:02:48.20,0:02:50.24,Default,,0,0,0,,ツソQuテゥ le has estado preguntando
Dialogue: 0,0:02:50.28,0:02:52.88,Default,,0,0,0,,Como tenemos aquテュ
Dialogue: 0,0:02:52.92,0:02:55.76,Default,,0,0,0,,que es una enciclopedia,
Dialogue: 0,0:02:55.80,0:02:58.56,Default,,0,0,0,,cuando comemos espテ。rrago



The problem is that the actual subtitle is this :


screenshot showing two lines of subtitle


It seems there are two lines of subtitle and only one gets extracted. There is a missing line after :


Dialogue: 0,0:02:48.20,0:02:50.24,Default,,0,0,0,,ツソQuテゥ le has estado preguntando


Can anyone help me ? Besides a solution, maybe educate me in why the two lines of sub are so high above each other ? Almost like a couple of new lines in between.


Kind regards and thanks in advance.


-
using ffmpeg to display video on iPhone
28 août 2013, par user1968711anyone can help me on this ?
I have this API
ret = avRecvFrameData(avIndex, buf, VIDEO_BUF_SIZE, (char *)&frameInfo, sizeof(FRAMEINFO_t), &frmNo);
the buffer will fill with the content from the video thread the codec is H264 frameInfo contains the related information. If I want to display on iPhone, how to do it with ffmpeg ?
much appreciated with your help .
-
using ffmpeg to display video on iPhone
30 juin 2017, par JosephTanyone can help me on this ?
I have this API
ret = avRecvFrameData(avIndex, buf, VIDEO_BUF_SIZE, (char *)&frameInfo, sizeof(FRAMEINFO_t), &frmNo);
the buffer will fill with the content from the video thread the codec is H264 frameInfo contains the related information. If I want to display on iPhone, how to do it with ffmpeg ?
much appreciated with your help .