Recherche avancée

Médias (91)

Autres articles (83)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (12435)

  • 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