Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (88)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Pré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 2013

    Puis-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 Varma

    I 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 video

    The 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
    libavformat/movenc : add dnxhr compatibility for apple players
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • avutil/aarch64 : Skip define AV_READ_TIME for apple

    7 juin 2024, par Zhao Zhili
    avutil/aarch64 : Skip define AV_READ_TIME for apple
    

    It will fallback to mach_absolute_time inside libavutil/timer.h

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavutil/aarch64/timer.h