Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

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

  • How to get OMXPlayer to show the embedded SRT subtitles in a mp4 file ?

    28 janvier 2023, par Eddy Sorngard

    Is there a way to get OMXPlayer to display the embedded subtitles in foo.mp4 without extracting the subtitles with ffmpeg to foo.srt, and without hardcoding the subtitles into foo.mp4 ?

    


  • How to show reversed timer using ffmpeg drawtext

    22 janvier 2023, par luddite478

    I used the code below to generate timer of the track in normal order. But how can I make reversed timer (00:00:05, 00:00:04, 00:00:03, 00:00:02, 00:00:01) ? (without milliseconds)

    


    ffmpeg -i waves.mp4  -vf "drawtext=text='%{pts \: hms}': fontsize=70:fontcolor=yellow@0.9: box=1: boxcolor=black@0.6" -c:v libx264 -c:a copy -movflags +faststart waves_with_timer.mp4

    


  • FFMPEG rotate command show black color on edges

    11 décembre 2022, par Najih Zidan

    i am using command ffmpeg -i NoAudio.mp4 -i cat-face-emoji.png -filter_complex "[1]rotate=a=140[ov1];[0][ov1]overlay=480:270" -c:a copy output.mp4 -y to rotate image 140 degree but black background show on edges.

    


    Here output video : https://app.dadan.io/video/share/nmmU8uiyCl2YVYm4

    


    I am expecting to rotate image without any additional edges as the image in png.