Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (72)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5903)

  • ffmpeg output speed writing to udp vs fifo on ec2 linux

    20 janvier 2017, par art vanderlay

    I would like to find an approach to measure the speed of ffmpeg writing output to udp vs fifo.

    For this case it would be video + audio.

    Is there a internal timing method available to do such a measurement ?

    Is there a prevailing agreement that one approach is known to be faster than the other.

    Thx
    Art

  • avfilter/af_sofalizer : speed and clean up fast convolution a little

    9 janvier 2017, par Paul B Mahol
    avfilter/af_sofalizer : speed and clean up fast convolution a little
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_sofalizer.c
  • FFMPEG HLS video speed is too fast

    22 mars 2016, par MM PP

    I am trying to make a .m3u8 hls playlist locally on my computer. I am using Windows 7, 32 bit.

    I am a begginner of FFMPEG, and finally I combined some commands into this :

    ffmpeg -re -rtbufsize 999999k -y -f dshow -video_size 640x360 -r 15 -i video="ManyCam Virtual Webcam" -c:v libx264 -crf 18 -profile:v main -maxrate 999999k -bufsize 99999k -pix_fmt yuv420p -flags -global_header -hls_time 10 -g 3 -hls_list_size 2 -hls_wrap 0 -start_number 1 D:\\stream\stream.m3u8 -tune zerolatency

    The problem is that while playing the m3u8 playlist with VLC or a HLS player, the video speed is faster than normal.

    If you need more info, please comment.

    EDIT

    If I play one of the .ts files, the problem is the same.

    Thank you so much !