Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (26)

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

  • Batch ffmpeg change

    5 avril 2018, par AniEncoder

    I tried to change the font but it says .ass .text not found
    Its destination is set to another folder
    Files used horrible sub anime 1080p video
    for %%A in (*.mkv) do ffmpeg -i "%%A" -map 0:s:0 "%%A.ass"

    ren *.ass *.txt

    setlocal

    @echo off
    call :FindReplace "Open Sans Semibold" "CronosPro-Bold" "*.txt"
    call :FindReplace "&H00020713" "&H0000003B" "*.txt"
    call :FindReplace ",1.7," ",2," "*.txt"
    @echo on

    ren *.txt *.ass

    for %%A in (*.mkv) do ffmpeg -i "%%A" -i "%%A".ass -c copy -map 0:0 -map 0:1 -map 1:0 -metadata:s:s:0 language=eng -disposition:s:0 default -attach CronosPro-Bold.ttf -metadata:s:3 mimetype=application/x-truetype-font "..\720p\%%A"

    del *.ass

    :FindReplace <findstr> <replstr> <file>
    set tmp="%temp%\tmp.txt"
    If not exist %temp%\_.vbs call :MakeReplace
    for /f "tokens=*" %%a in ('dir "%3" /s /b /a-d /on') do (
     for /f "usebackq" %%b in (`Findstr /mic:"%~1" "%%a"`) do (
       echo(&amp;Echo Replacing "%~1" with "%~2" in file %%~nxa
       &lt;%%a cscript //nologo %temp%\_.vbs "%~1" "%~2">%tmp%
       if exist %tmp% move /Y %tmp% "%%~dpnxa">nul
     )
    )

    del %temp%\_.vbs

    :MakeReplace
    >%temp%\_.vbs echo with Wscript
    >>%temp%\_.vbs echo set args=.arguments
    >>%temp%\_.vbs echo .StdOut.Write _
    >>%temp%\_.vbs echo Replace(.StdIn.ReadAll,args(0),args(1),1,-1,1)
    >>%temp%\_.vbs echo end with
    </file></replstr></findstr>
  • Imagick and Gmagick builds available for Windows

    19 septembre 2009, par Mikko Koppanen — Imagick, PHP stuff

    The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.

    ImageMagick builds are QuantumDepth 16 (default).
    GraphicsMagick builds are QuantumDepth 8 (default).

    Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.

    Edit : Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/

  • Imagick and Gmagick builds available for Windows

    19 septembre 2009, par Mikko Koppanen — Imagick, PHP stuff

    The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.

    ImageMagick builds are QuantumDepth 16 (default).
    GraphicsMagick builds are QuantumDepth 8 (default).

    Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.

    Edit : Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/