
Recherche avancée
Autres articles (73)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (13143)
-
Why is ffmpeg removing everything but the audio when cutting a video ? [closed]
12 juillet 2021, par CartClashI'm trying to cut a video into smaller parts using this ffmpeg command :


ffmpeg -i example.mp4 -ss 0:0:01.45 -to 0:0:04.48 -c copy trimmedVideo.mp4



However, when I run the command, only the audio remains. Here's a picture :



What could I be doing wrong to cause this ?


-
WorkManager returns result before completion of async method in it
27 mars 2019, par Usman RanaI want to apply some editing on the media file before uploading and I’ve used FFMPEG library for that. But as FFMPEG executes the command with a callback in it. So, the WorkManager returns success even before completion of ffmpeg command completion. How can i avoid it and keep WorkManager on hold until the work is completed. I’ve used CountLatch as well to add wait but then ffmpeg doesn’t work starts work and WorkManager remains stuck. Any ideas would be appreciable.
Thanks -
Revision 645c70f852 : Remove unnecessary backup token stream pointer When the tokenization is not tak
17 avril 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_tokenize.c
Remove unnecessary backup token stream pointerWhen the tokenization is not taking effect, the tokenization
pointer remains unchanged. No need to re-assign the backup pointer
value.Change-Id : I58fe1f6285aa3b4a88ceb864c11d5de8ac6235dd