
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (88)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (13615)
-
Handling spaces in filenames of ffmpeg command when i don't know the exact path
3 août 2015, par Bhuvnesh VarmaI am using below ffmpeg command to cut videos.It works fine for video file names which doesn’t have spaces but didn’t worked for filenames having spaces..
execFFmpegBinary("-i " + path + " -ss " + startMs / 1000 + " -to " + endMs / 1000 + " -strict -2 -async 1 " + dest.getAbsolutePath());
where
path
is the path of original video.startMs
is the initial time of video form where you want to cut(start time of cropped video)endMs
is the time of video upto which you want to cut(end time of cropped video)dest
is the path where you want to save the cut/cropped videoThe problem is with source path(path).I have seen this answer.But here i don’t know the complete path since I am fetching paths of all the videos from storage. I need to handle spaces in filenames.
For resolving that i tried using string formatter as shown in below code .But with that it didn’t worked in both cases.Where am i going wrong and how can i resolve the issue ?String command = String.format("-i \"%s\" -ss %d -to %d -strict -2 -async 1 \"%s\" ",path,startMs / 1000 , endMs / 1000, dest.getAbsolutePath());
execFFmpegBinary(command); -
libavformat/movenc : add dnxhr compatibility for apple players
22 juillet 2016, par Mark Reid -
avutil/aarch64 : Skip define AV_READ_TIME for apple
7 juin 2024, par Zhao Zhili