Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (93)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10164)

  • lavc/vaapi_decode : add missing flag when picking best pixel format

    5 août 2022, par Philip Langdale
    lavc/vaapi_decode : add missing flag when picking best pixel format
    

    vaapi_decode_find_best_format currently does not set the
    VA_SURFACE_ATTRIB_SETTABLE flag on the pixel format attribute that it
    returns.

    Without this flag, the attribute will be ignored by vaCreateSurfaces,
    meaning that the driver's default logic for picking a pixel format will
    kick in.

    So far, this hasn't produced visible problems, but when trying to
    decode 4:4:4 content, at least on Intel, the driver will pick the
    444P planar format, even though the decoder can only return the AYUV
    packed format.

    The hwcontext_vaapi code that sets surface attributes when picking
    formats does not have this bug.

    Applications may use their own logic for finding the best format, and
    so may not hit this bug. eg : mpv is unaffected.

    • [DH] libavcodec/vaapi_decode.c
  • Watermarking in video using ffmpeg

    14 octobre 2017, par Monisha Vp

    Following is for video watermarking

    include "vendor/autoload.php";\n<br />
    $logger="";<br />
    $ffmpeg = \FFMpeg\FFMpeg::create([
           'ffmpeg.binaries'  => 'C:\ffmpeg\bin\ffmpeg.exe', // the path to the FFMpeg binary<br />
           'ffprobe.binaries' => 'C:\ffmpeg\bin\ffprobe.exe', // the path to the FFProbe binary<br />
       ]);<br />
       $video = $ffmpeg->open('sample.mp4');<br />
       $video<br />
       ->filters()<br />
       ->watermark('watermark.png', array(<br />
           'position' => 'absolute',<br />
           'x' => 1180,<br />
           'y' => 620,<br />
       ));<br />
       $video<br />
       ->save(new FFMpeg\Format\Video\X264(), 'export-x264.mp4');<br />
       print "ssddd";

    But it return error

    Fatal error : Uncaught exception
    ’Alchemy\BinaryDriver\Exception\ExecutionFailureException’ with
    message ’ffmpeg failed to execute command C :\ffmpeg\bin\ffmpeg.exe -y
    -i sample.mp4 -vcodec libx264 -acodec libfaac -b:v 1000k -refs 6 -coder 1 -sc_threshold 40 -flags +loop -me_range 16 -subq 7 -i_qfactor 0.71 -qcomp 0.6 -qdiff 4 -trellis 1 -b:a 128k -vf "movie=watermark.png [watermark] ;[in][watermark] overlay=1180:620 [out]" -pass 1
    -passlogfile "C :\Users\Lap215\AppData\Local\Temp\ffmpeg-passes59e25ad8c4dd5xwrpl/pass-59e25ad8c5327"
    export-x264.mp4’ in
    C :\xampp\htdocs\test_html\vendor\alchemy\binary-driver\src\Alchemy\BinaryDriver\ProcessRunner.php:100
    Stack trace : #0
    C :\xampp\htdocs\test_html\vendor\alchemy\binary-driver\src\Alchemy\BinaryDriver\ProcessRunner.php(72) :
    Alchemy\BinaryDriver\ProcessRunner->doExecutionFailure(’C :\ffmpeg\bin\f...’)

    1 C :\xampp\htdocs\test_html\vendor\alchemy\binary-driver\src\Alchemy\BinaryDriver\AbstractBinary.php(209) :

    Alchemy\BinaryDriver\ProcessRunner->run(Object(Symfony\Component\Process\P
    in
    C :\xampp\htdocs\test_html\vendor\php-ffmpeg\php-ffmpeg\src\FFMpeg\Media\Video.php
    on line 228.

    Please help me

  • Revision 7088 : Récupérer correctement les champs en cas d’erreur de formulaire Des ...

    5 novembre 2012, par kent1 — Log

    Récupérer correctement les champs en cas d’erreur de formulaire
    Des title qui n’étaient pas en phase