Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (63)

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

  • ffmpeg desktop stream to m3u8

    19 juin 2019, par 5inch

    banging my head against the wall !
    What I want, stream my Desktop with FFmpeg to web site.

    My setup is windows 10 Pro + apache + ffmpeg

    C :\Program Files\ffmpeg-3.4.1-win64-static\bin\ffmpeg.exe" -f gdigrab -framerate 10 -offset_x 10 -offset_y 20 -video_size 800x600 -show_region 1 -i desktop -s 800x600 -c:v libx264 -b:v 800000 -segment_time 3 -start_number 1 "mystream.m3u8"

    what is not working the multisection ".ts" file are not limited by the -segment_time 3 and I tried : -hls_time 2 -hls_list_size 2
    Don´t know if this is Apple related or so.
    Looking at the FFmpeg docs and help file does not work for me.
    Please, do you have any advice what command syntax to limit the .ts file amount.

    Many thanks, 5inch

  • ffmpeg splitting video into hls slice, why hls_time option is not working ?

    6 juillet 2019, par workplaylifecycle
    macbook:output developer$ ffmpeg -i ../output.mp4 -f hls -hls_time 1 -hls_list_size 1000000 index.m3u8
    macbook:output developer$
    macbook:output developer$ head index.m3u8
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:8
    #EXT-X-MEDIA-SEQUENCE:0
    #EXTINF:3.136467,
    index0.ts
    #EXTINF:8.341667,
    index1.ts
    #EXTINF:8.341667,
    index2.ts
    macbook:output developer$

    I want video slice with length around 1 second, but all I got TARGETDURATION: 8 have you noticed that, where does it come from ? I have not set anything like 8, confusing... thanks

  • The file upload on server side using multipart file upload

    6 février 2014, par user3217695

    I am trying to upload a file using file upload in java and writing the file to directory in the server side, so the file upload is completed once it's completed the uploaded file is converted to mp4 format so that file can be played in video tag of html5.

    Issue is with the svn file, the new ffmpeg support file are in server side and conversion code is executed it gives me following error.
    What does this error mean ??

    Please help me thanks in advance.

    FFmpeg version SVN-r15137, Copyright (c) 2000-2008 Fabrice Bellard, et al.
     configuration:
     libavutil     49.10. 0 / 49.10. 0
     libavcodec    51.70. 0 / 51.70. 0
     libavformat   52.21. 0 / 52.21. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     built on Aug 31 2008 21:44:56, gcc: 4.1.2 20070626 (Red Hat 4.1.2-14)
    Input #0, avi, from ' from//170_lesson.avi':
     Duration: 00:02:15.68, start: 0.000000, bitrate: 1353 kb/s
       Stream #0.0: Video: mpeg4, yuv420p, 788x480 [PAR 1:1 DAR 197:120], 24.00 tb(r)
       Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 192 kb/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
    Output #0, mp4, to '170_lesson1.mp4':
       Stream #0.0: Video: mpeg4, yuv420p, 514x362 [PAR 37:32 DAR 9509:5792], q=2-31, 200 kb/s, 24.00 tb(c)
       Stream #0.1: Audio: 0x0000, 22050 Hz, stereo, s16, 0 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.1 -> #0.1
    Unsupported codec for output stream #0.1