Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6704)

  • doc/ffmpeg : slightly rework introductory examples

    27 mars 2023, par Stefano Sabatini
    doc/ffmpeg : slightly rework introductory examples
    

    In particular, add a sentence to introduce the example, and add a
    simpler starting example with no options.

    Also use different format for input.avi and output.mp4, to convey
    that the conversion also works on the container format.

    Address issue :
    http://trac.ffmpeg.org/ticket/8730

    • [DH] doc/ffmpeg.texi
  • FFmpeg - operation not permitted

    28 octobre 2020, par Gio Nadiradze

    I have problem only this HLS url :
    
http://178.134.47.138:8089/hls/live.m3u8
    
Other url works fine

    


    Here is my issue :

    


    ffprobe http://178.134.47.138:8089/hls/live.m3u8 -loglevel debug

ffprobe version 4.2.4-1ubuntu0.1 Copyright (c) 2007-2020 the FFmpeg developers
  built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
  configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
[NULL @ 0x55705e11ef00] Opening 'http://178.134.47.138:8089/hls/live.m3u8' for reading
[http @ 0x55705e11f980] Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy'
[tcp @ 0x55705e121780] Original list of addresses:
[tcp @ 0x55705e121780] Address 178.134.47.138 port 8089
[tcp @ 0x55705e121780] Interleaved list of addresses:
[tcp @ 0x55705e121780] Address 178.134.47.138 port 8089
[tcp @ 0x55705e121780] Starting connection attempt to 178.134.47.138 port 8089
[tcp @ 0x55705e121780] Successfully connected to 178.134.47.138 port 8089
[http @ 0x55705e11f980] request: GET /hls/live.m3u8 HTTP/1.1
User-Agent: Lavf/58.29.100
Accept: */*
Range: bytes=0-
Connection: close
Host: 178.134.47.138:8089
Icy-MetaData: 1


http://178.134.47.138:8089/hls/live.m3u8: Operation not permitted


    


    I tried different FFmpeg versions but no luck
    
I'm out of ideas, how can i continue debugging ?

    


  • Merge commit ’6b58e11a8331690ec32e9869db89ae10c54614e9’

    14 août 2013, par Michael Niedermayer
    Merge commit ’6b58e11a8331690ec32e9869db89ae10c54614e9’
    

    * commit ’6b58e11a8331690ec32e9869db89ae10c54614e9’ :
    rtpproto : Add an option for writing return packets to the address of the last received packets

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpproto.c