Recherche avancée

Médias (91)

Autres articles (75)

  • 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 (10104)

  • What should I do if the video is broken on a black screen when encoding with FFmpeg(h264) ?

    19 novembre 2018, par wowi77

    The MOV is broken when H.264 is encoded as below image. Can I encode it without breaking ?

    Encoding options :

    ffmpeg -y -i "background.mp4" -s "160x64" -c:v libx264 -vprofile baseline -level 3 -q:v 0 -mbtree 1 -r 30 -pix_fmt yuv420p -an -t "0:00:15.000000" "sample.mp4"

    Screen capture

  • Android ffmpeg white space in input path causing "no such file or directory"

    24 juin 2024, par Mehran

    I'm using the latest version of WritingMinds/ffmpeg-android-java library.

    



    I've tried single/double quoting the path with no success.

    



    I Logged my command after execution,
please look to the input path where a subDirectory contains whiteSpace, a comma has been added between the space :

    



    ffmpeg, -i, "storage/emulated/0/Telegram/Telegram, Video/4_5828137322067002802.mp4", -vf...


    



    I split and run my command like this :

    



    String crop = "-ss " + skipTimeForCrop + " -noautorotate -i " + newPath + " -vframes 10 -vf cropdetect=24:16:0 -f null -";
String[] cropCommand = crop.trim().split(" ");
execFFmpegForCrop(cropCommand);


    



    


    storage/emulated/0/Telegram/Telegram : No such file or directory

    


    



    Any idea on this ?

    


  • hevc : free sao buffers when receiving a new SPS

    5 février 2015, par Christophe Gisquet
    hevc : free sao buffers when receiving a new SPS
    

    The buffer pointers would be otherwise overwritten, causing a
    leak on e.g. PERSIST_RPARAM_A_RExt_Sony_1.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c