Recherche avancée

Médias (91)

Autres articles (71)

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

  • How can we convert pdf to images in same resolution ?

    17 juillet 2012, par Preet Sandhu

    I have two pdf of different formats, I need to convert those into video both are working with different script, I want any common script for all. any suggestion will be appreciated.

    one pdf converting with below script

    exec("convert -density 150 -quality 100 -resize 800x $pdf_path $temp_images ");
    exec("ffmpeg -loop 1 -f image2 -r 0.5 -b 1800 -i $temp_images_wildcard -c:v libx264 -preset slow -tune stillimage -r 5 -t 22 -y $frame_target 2>&1",$output);

    another converting working with this script

    exec("convert -geometry 1600x1600 -density 200x200 -quality 100 $pdf_path $temp_images ");
    exec("ffmpeg -loop 1 -f image2 -r 0.5 -b 1800 -i $temp_images_wildcard -c:v libx264 -preset slow -tune stillimage -r 5 -t 22 -y $frame_target 2>&1",$output);

    Thanks
    Preet

  • disable ffmpeg resolution enlargement

    6 avril 2014, par Ivailo Penchev Iliev

    I'm trying to encode video in two resolutions with :

    ffmpeg -threads 16 -i input.avi
    -s 1280x720 -vcodec libx264 -vpre veryslow -b 3000k -acodec ac3 -ab 128k -r 65535/2733 hd.mp4
    -s 640x360 -vcodec libx264 -vpre veryslow -b 600k -acodec ac3 -ab 128k -r 65535/2733 vga.mp4

    Is there an option to disable resolution enlargement ?

    Example, how it has to be :
    input - 480p - 1st output - 480p , 2nd output - 360p
    input - 1080p - 1st output 720p, 2nd -360p

    Example, how it is now :
    input - 480p - 1st output - 720p , 2nd output - 360p
    input - 1080p - 1st output 720p, 2nd -360p

  • sgi : check maximum supported resolution

    31 mai 2012, par Piotr Bandurski
    sgi : check maximum supported resolution
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavcodec/sgienc.c