Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (105)

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

  • ffmpeg mov to mp4 plays fine on linux no video on windows

    26 février 2018, par scopa

    I am using the cmd ffmpeg -i MAG.mov -c:a aac -strict -2 MAG.mp4

    On my linux box playback video & audio is fine. On Windows there is audio only. Any idea how to fix ?

  • Create a bat file to exit FFMPEG (Windows)

    18 décembre 2024, par user3812737

    Hello everyone I am using this bat file in order to capture my screen.

    



    ffmpeg -f dshow -i video=screen-capture-recorder -r 240001001 -q 1 lma_recording.avi


    



    When I press the q button the video capture stops.

    



    However I would like to stop the screen capturing with another bat file.

    



    I have tried this :

    



    taskkill /im ffmpeg.exe

    



    without luck

    



    Any suggestions ?

    


  • lavf : Don’t try to update files atomically with renames on windows

    18 novembre 2014, par Martin Storsjö
    lavf : Don’t try to update files atomically with renames on windows
    

    On windows, rename(2) will fail if the target file exists. On
    unix this trick is used to make sure that people reading the file
    either will get the full previous file, or the full new version
    of the file, but no intermediate version.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/dashenc.c
    • [DBH] libavformat/hdsenc.c
    • [DBH] libavformat/internal.h
    • [DBH] libavformat/smoothstreamingenc.c