Recherche avancée

Médias (91)

Autres articles (24)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (3341)

  • html5 video tag m3u8 file not working

    9 décembre 2014, par Mr.Park

    Step 1. ffmpeg work : .mp4 -> .m3u8 and .tp Files create

    ffmpeg options :

    ffmpeg -y -i Internet.mp4 -pix_fmt yuv420p -vcodec libx264 -acodec ac3 -r 30 -profile:v baseline -b:v 1500k -maxrate 2000k -s 480x300 -map 0 -flags -global_header -f segment -segment_list index_1500.m3u8 -segment_time 10 -segment_format mpeg_ts -segment_list_type m3u8 segment%05d.ts

    Like this

    Step 2. HTML5 programing

    < !DOCTYPE html>

    < html>

    < head>

    < title > Storage.html < /title >

    < /head >

    < body >

    < video width="352" height="198" src="index_1500.m3u8"/>

    < /body>

    < /html>

    html file create

    but video play not working...

    but, vlc media player [index_1500.m3u8] file play very well

    Please Help..

  • Pulseaudio record multiple xfbv screens with python

    10 octobre 2020, par Eric Lagarda

    I’m trying to do something complicated and I need some help.

    


    I’m able to record a session (video and audio) with python using xvfb and ffmpeg.

    


    I just want to visit a page using selenium and record the video and audio. It’s working but when I try to run multiple instances, the audio is mixing between records.

    


    How can achieve that ? I’m using pulseaudio. I know that with alsa you can set like a interface per instance, but I don’t know how to do it.

    


    Thanks for you support and comments.

    


  • ffmpeg yuvj422p color movie conversion avi2ogv

    28 juillet 2017, par 7Tonin

    While converting avi video to ogv, there is a color problem in output file.
    How can I solve this issue ?
    normal colors altered colors

    Actually a part of the problem is from the player - so weak question

    Command using ffmpeg-3.3.2-1.mga6.tainted :

    ffmpeg -i dscn0146.avi -pix_fmt yuv422p -s 640x480 dscn0146_hq.ogv -y

    And input metadata :

    Guessed Channel Layout for Input Stream #0.1 : mono
    Input #0, avi, from 'dscn0146.avi':
     Metadata:
       encoder         :
       maker           : NIKON
       model           : COOLPIX S3500
       creation_time   : 2017-07-22 12:09:06
     Duration: 00:00:07.33, start: 0.000000, bitrate: 11091 kb/s
       Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p(pc, bt470bg/unknown/unknown), 640x480, 10770 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc
       Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 22050 Hz, mono, s16, 352 kb/s
    Stream mapping:
     Stream #0:0 -> #0:0 (mjpeg (native) -> theora (libtheora))
     Stream #0:1 -> #0:1 (pcm_s16le (native) -> vorbis (libvorbis))

    Processes normaly, but fires a warning :

    [swscaler @ 0xd3c3a0] deprecated pixel format used, make sure you did set range correctly

    Output metadata :

    Output #0, ogv, to 'dscn0146_hq.ogv':
     Metadata:
       model           : COOLPIX S3500
       maker           : NIKON
       encoder         : Lavf57.71.100
       Stream #0:0: Video: theora (libtheora), yuv422p(progressive), 640x480, q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc
       Metadata:
         encoder         : Lavc57.89.100 libtheora
         model           : COOLPIX S3500
         maker           : NIKON
       Stream #0:1: Audio: vorbis (libvorbis), 22050 Hz, mono, fltp
       Metadata:
         encoder         : Lavc57.89.100 libvorbis
         model           : COOLPIX S3500
         maker           : NIKON