Recherche avancée

Médias (91)

Autres articles (37)

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

  • ffmpeg : size stretched no matter what i put in "-s WxH"

    18 mai 2012, par Crazy_Bash

    I want to convert videos from .avi to .flv but i have problem the video image being stretched regardless of different size !

    this is the code i'm using
    ffmpeg -i "$avi" -y -acodec libfaac -ab 128k -vcodec libx264 -b 300K -bt 600k -s 704x400 -threads 0 -f flv "$flv"

    I can put -s 704x100 or leave the same size
    and it's still stretched. the original video comes with black bars on top,left and right, after i convert the video i don't see them

    here's before after pics
    http://fastpic.ru/view/38/2012/0517/9bf86409d23a3c008050ab1cf70af916.png.html
    http://fastpic.ru/view/38/2012/0517/55b7fd5dee90942a724bd4febd33f586.png.html

  • Is it possible to extract pngs with transparency from flv files using ffmpeg ?

    1er octobre 2012, par Aakash Goyal

    I am building a video editor capable of creating composite videos. I need to convert videos to frames during exporting and need to maintain the transparency while doing so. ffmpeg does a pretty good job if I give an avi file as input ie it outputs frames with transparency. But in case of a flv file it give out frames with black color instead of transparent. Is there any way to get frames from flv with transparency ?

    I am using "ffmpeg -i video.avi -r 25 %d.png" command.

  • How to use FFMpeg -timestamp syntax

    6 janvier 2015, par reinhard.lee

    enter image description here

    Hi, All !

        ffMpeg -timstamp

    option works likes upper image ?
    07:21:54 07/07/05 white text in black box container.

    in ubuntu 12.04
    typed the excute like this.

        ffmpeg -y -f video4linux2 -s vga -r 30 -fs 1M -i /dev/video0 -timestamp now -copyts ./USB1_Test_vga.mp4

    but it doesn’t work.

    is there any other option for display video recorded time ?