Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (61)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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 : (...)

Sur d’autres sites (6873)

  • How can I extract images from an MPTS video(which has 4 videos in it) from each and every video using a single command ?

    21 octobre 2019, par geo-freak

    I have an MPTS video file, which has 4 videos in it. I want to extract images from each video and store them in a directory separately. I am using ffmpeg, I have seen references from previous solved questions.

    I used below command to extract frames.

    ffmpeg -threads 8 -i input.ts -s 400x222 -qscale:v 4 -start_number 0 -vf fps=1 /storage/frames/input_1//%d.jpg /storage/frames/input_2//%d.jpg /storage/frames/input_3//%d.jpg /storage/frames/input_4//%d.jpg

    But frames extracted only for first video in MPTS stream. How can I achieve using this using a single ffmpeg command ?

  • IE9+ not playing portait video in HTML5 video tag

    12 avril 2013, par ptrn

    For some reason I can't get IE9/10 to play video that is taller than wide, when using HTML5 video tags.

    Demo :
    http://s.l6.no/demo/video+html5/

    The demo shows one video scaled down from 1280x720, which plays perfectly fine in all tested browsers, and one video scaled down from 720x1280 which plays for all browsers but IE9/10.

    Tested and works for :

    • Chrome 26, Windows 7 64-bit
    • Chromium 24, Ubuntu 64-bit
    • Firefox 14, Windows 7 64-bit

    Tested and does not work for :

    • Internet Explorer 9, Windows 7 64-bit
    • Internet Explorer 10, Windows 7 64-bit

    I'm using FFmpeg to code the videos to MP4(x264) and WebM(VP8), with the current command dummed down to this :

    ffmpeg -i in.mp4 -vcodec libx264 -pix_fmt yuv420p -y -b:v 4000k out.mp4

    The lack of profile settings would be my first point, but since the other video is playing just fine, I can't see why it should matter.

    Any ideas ?

    Edit : soft rotating the video isn't really an option, as the user is to be able to download the video to play offline. I could transcode an extra version just for IE, but come on, there's gotta be another way, no ?

  • IE9+ not playing portrait video in HTML5 video tag

    12 avril 2017, par ptrn

    For some reason I can’t get IE9/10 to play video that is taller than wide, when using HTML5 video tags.

    Demo :
    http://s.l6.no/demo/video+html5/

    The demo shows one video scaled down from 1280x720, which plays perfectly fine in all tested browsers, and one video scaled down from 720x1280 which plays for all browsers but IE9/10.

    Tested and works for :

    • Chrome 26, Windows 7 64-bit
    • Chromium 24, Ubuntu 64-bit
    • Firefox 14, Windows 7 64-bit

    Tested and does not work for :

    • Internet Explorer 9, Windows 7 64-bit
    • Internet Explorer 10, Windows 7 64-bit

    I’m using FFmpeg to code the videos to MP4(x264) and WebM(VP8), with the current command dummed down to this :

    ffmpeg -i in.mp4 -vcodec libx264 -pix_fmt yuv420p -y -b:v 4000k out.mp4

    The lack of profile settings would be my first point, but since the other video is playing just fine, I can’t see why it should matter.

    Any ideas ?

    Edit : soft rotating the video isn’t really an option, as the user is to be able to download the video to play offline. I could transcode an extra version just for IE, but come on, there’s gotta be another way, no ?