Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (100)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (5727)

  • libavcodec/qsvenc.c : Set mjpeg height and width alignment

    21 janvier 2020, par JonCookCubic
    libavcodec/qsvenc.c : Set mjpeg height and width alignment
    

    Currently width_align and height_align are zero when encoding with mjpeg_qsv,
    which causes "Error submitting the frame for encoding". This patch sets the alignments.

    There is a little bit more about the problem here http://ffmpeg.org/pipermail/ffmpeg-user/2019-November/046143.html

    Signed-off-by : JonCookCubic <jon.cook@cubicmotion.com>
    Signed-off-by : Zhong Li <zhongli_dev@126.com>

    • [DH] libavcodec/qsvenc.c
  • Getting video dimension / resolution / width x height from ffmpeg

    17 octobre 2023, par David542

    How would I get the height and width of a video from ffmpeg's information output. For example, with the following output :

    &#xA;&#xA;

    $ ffmpeg -i video.mp4&#xA;...&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;video.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 1&#xA;    compatible_brands: isomavc1&#xA;    creation_time   : 2010-01-24 00:55:16&#xA;  Duration: 00:00:35.08, start: 0.000000, bitrate: 354 kb/s&#xA;    Stream #0.0(und): Video: h264 (High), yuv420p, 640x360 [PAR 1:1 DAR 16:9], 597 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc&#xA;    Metadata:&#xA;      creation_time   : 2010-01-24 00:55:16&#xA;    Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 109 kb/s&#xA;    Metadata:&#xA;      creation_time   : 2010-01-24 00:55:17&#xA;At least one output file must be specified&#xA;

    &#xA;&#xA;

    How would I get height = 640, width= 360 ?

    &#xA;

  • lavc/movtextenc : add option to scale fontsize with height

    5 avril 2020, par John Stebbins
    lavc/movtextenc : add option to scale fontsize with height
    

    If the video dimensions are different than the ASS play_res then the
    font sizes need to be adjusted to get the same apparent render size.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] libavcodec/movtextenc.c