Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (52)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (11182)

  • In ffprobe command, blackdetect cannot be set in duration (d) option ?

    31 décembre 2017, par Thm Lee

    I want to trim black frames from some video so I heard about blackdetect filter and found a example command in this forum. It is ..

    ffprobe -f lavfi -i "movie=input.mp4,blackdetect[out0]" -show_entries tags=lavfi.black_start,lavfi.black_end -of default=nw=1 -v quiet

    But I can’t configure any duration(d) of blackframes or threshold option in ffprobe command.
    Is there anynone who help me configure the duration and pix_th on ffprobe command ?
    thanks in advance.

  • ffmpg overlay command not working properly

    17 décembre 2015, par user3269550

    i am using ffmpegib.so version 1.2 for executing commands in android i am using standard command for overlaying gif on video my command is

    ffmpeg -y -i /sdcard/vid.mp4 -ignore_loop 0 -i /sdcard/gif2.gif -strict -2 -filter_complex '[0:v][1:v]overlay=10:10:shortest=1' -codec:a copy /sdcard/out.mp4

    this is standard command for overlaying gif on video but says ignore-loop option not found
    so i have tried another command

    ffmpeg -y -i /sdcard/vid.mp4 -i /sdcard/gif2.gif -strict -2 -filter_complex 'overlay=10:10' -codec:a copy /sdcard/out.mp4

    this command works but it loops gif only once i wand gif to loops untill video finishes please suggest me solution
    i hae only version of ffmpeg is 1.2 because i could not able to build its latest version after 5 days of hard work

  • Execute Run Command In Android Programmatically

    3 février 2014, par user3264433

    The way when i execute command in run window in window 7 like :-
    C :\Users\Nitin\Desktop\pradeet t\bin> ffmpeg -y -threads 4 -i input_file -map 0 -acodec copy -vcodec copy D :\ad.mp4

    Now i want to execute this in Android Programmatically. but i am unable to execute this command.

    Please give my any suggestion.