
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (57)
-
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
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 -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)
Sur d’autres sites (7346)
-
Changing alpha value of images using ffmpeg
6 décembre 2011, par RajatHow can i change aplha value of images using ffmpeg ??? If it is possible than please guide me how to do it...
If not than can i do it with php or javascript ? I want to make permanent changes to images by changing their alpha valves...
-
movenc : Remove an unnecessary condition when flushing fragments
18 décembre 2014, par Martin Storsjömovenc : Remove an unnecessary condition when flushing fragments
If fragments == 0 it means we haven’t written any moov atom yet.
If the empty_moov flag is set, we already have written an empty moov
atom at startup. Thus, the check for empty_moov is redundant.This is in preparation for allowing writing the moov atom later,
even when using the empty moov flag.Signed-off-by : Martin Storsjö <martin@martin.st>
-
ffmpeg not detecting corrupt video file
16 février 2018, par Nitishkumar SinghI have a video file with duration 2:06:43. The video can be played for 2 hours on vlc player, but as it reaches to 2:03:00 vlc player just skips to the end of duration. I assume reason for this behavior is corrupt video file.
I am trying to detect error in video file using ffmpeg using below command
ffmpeg -v error -sseof -60 -i source.mp4 -f null - 2>error.log
but no error log is generated for video file. is there any way I can detect these errors.
EDIT
tried running with warning and it produced below outputffmpeg -v warning -sseof -60 -i source.mp4 -f null - 2>error.log
Finishing stream 0:0 without any data written to it. Finishing stream
0:1 without any data written to it. Output file is empty, nothing was
encoded (check -ss / -t / -frames parameters if used)