Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (18)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (5329)

  • FFMPEG not executing fully through python code but works from cmd

    3 mars 2020, par Shaun Micallef

    I am new to python and am trying to execute a cmd command using python like the following :

    os.system('cmd /c "ffmpeg -i {} -t 00:30 {}"'.format(videURLlink, video_name))

    when executing the above on my laptop it is working but on my pc it is not. the below is the result of the command execution but it doesn’t continue and stops there

    ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers
     built with gcc 9.1.1 (GCC) 20190807
     configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
     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
     libswscale      5.  5.100 /  5.  5.100
     libswresample   3.  5.100 /  3.  5.100
     libpostproc    55.  5.100 / 55.  5.100
    [hls @ 0000016fa1800fc0] Skip ('#EXT-X-VERSION:3')
    [hls @ 0000016fa1800fc0] Opening 'https://hddn01.skylinewebcams.com/02900101X8TS-1583232346899.ts' for reading
    [hls @ 0000016fa1800fc0] Opening 'https://hddn01.skylinewebcams.com/02900101X8TS-1583232354899.ts' for reading
    [hls @ 0000016fa1800fc0] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp): unspecified sample rate
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Input #0, hls, from 'https://hddn01.skylinewebcams.com/live.m3u8?a=bmnvut6ok8qfirptmtgu2j37c5':
     Duration: N/A, start: 18396.450000, bitrate: N/A
     Program 0
       Metadata:
         variant_bitrate : 0
       Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x1024, 12 fps, 12 tbr, 90k tbn, 180k tbc
       Metadata:
         variant_bitrate : 0
       Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp
       Metadata:
         variant_bitrate : 0

    I am using anaconda as the python interpreter and migrated the environment from my laptop to my pc.If I execute the cmd directly through cmd it works. Any idea why ?

  • Use audio stream overs ssh with ffmpeg on web page

    12 février 2020, par Mauricio

    I need to broadcast the audio stream (WiFi camera at my home) on the website hosted on a VPS.

    Here is the command executed from my home :

    ffmpeg -i "rtsp://172.16.0.201:554/user=admin&password=root&channel=1&stream=1.sdp" -bufsize 24k -vn -acodec copy -f mpegts - | ssh -p 22222 root@mydomain.org 'ffmpeg -i - -vn -acodec libvorbis -ac 1 -ar 8000 -ab 64k -f mpegts "rtsp://127.0.0.1:53350/live.sdp"'

    It seems to work because I get

    ffmpeg version n4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
     built with gcc 9.2.0 (GCC)
     configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared --enable-version3
     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
     libswscale      5.  5.100 /  5.  5.100
     libswresample   3.  5.100 /  3.  5.100
     libpostproc    55.  5.100 / 55.  5.100
    ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers
     built with gcc 8 (Debian 8.3.0-6)
     configuration: --prefix=/usr --extra-version='1~deb10u1' --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-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
     libavutil      56. 22.100 / 56. 22.100
     libavcodec     58. 35.100 / 58. 35.100
     libavformat    58. 20.100 / 58. 20.100
     libavdevice    58.  5.100 / 58.  5.100
     libavfilter     7. 40.101 /  7. 40.101
     libavresample   4.  0.  0 /  4.  0.  0
     libswscale      5.  3.100 /  5.  3.100
     libswresample   3.  3.100 /  3.  3.100
     libpostproc    55.  3.100 / 55.  3.100
    Guessed Channel Layout for Input Stream #0.1 : mono
    Input #0, rtsp, from 'rtsp://172.16.0.201:554/user=admin&password=root&channel=1&stream=1.sdp':
     Metadata:
       title           : RTSP Session
     Duration: N/A, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x360, 12 fps, 12 tbr, 90k tbn, 24 tbc
       Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
    [mpegts @ 0x5582b6b14c40] frame size not set
    Output #0, mpegts, to 'pipe:':
     Metadata:
       title           : RTSP Session
       encoder         : Lavf58.29.100
       Stream #0:0: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
    Stream mapping:
     Stream #0:1 -> #0:0 (copy)
    Press [q] to stop, [?] for help
    size=     146kB time=00:00:17.06 bitrate=  70.0kbits/s speed=1.16x

    But when I look on the VPS I don’t see the port open with netstat.

    Yet the process seems to be running

    root     21801  0.2  2.1 265916 42188 ?        SLs  15:03   0:00 ffmpeg -i - -vn -acodec libvorbis -ac 1 -ar 8000 -ab 64k -f mpegts rtsp://127.0.0.1:53350/live.sdp

    I thought I would access the feed with a simple html page with this kind of code

    <audio controls="controls">
    <source type="audio/ogg"></source>
    <em>Désolé, votre navigateur ne supporte pas l'audio HTML5</em>
    </audio>

    iptables

    Chain INPUT (policy DROP)
    ....
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:53350
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:53350
    ....
    Chain FORWARD (policy DROP)
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:53350
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:53350
    ....
    Chain OUTPUT (policy DROP)
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:53350
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:53350
    ....
  • FFMPEG profile-level-id size is invalid

    18 février 2020, par Mulham Aryan

    I’m trying to record a RTSP streaming from JVC KY-PZ 100.
    So for that i’m using ffmpeg with some parameters like segmentation, hls, ts, m3u8 etc ...
    i’m always getting an error The profile-level-id field size is invalid (41) and Error parsing AU headers

    This is the output of FFPROBE to debug the RTSP

    ffprobe -loglevel verbose  -i rtsp://jvc:0000@192.168.0.124:554/stream

    ffprobe version 4.2.2 Copyright (c) 2007-2019 the FFmpeg developers
     built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/4.2.2 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags='-I/Library/Java/JavaVirtualMachines/adoptopenjdk-13.0.1.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/adoptopenjdk-13.0.1.jdk/Contents/Home/include/darwin' --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librubberband --enable-libsnappy --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-videotoolbox --disable-libjack --disable-indev=jack
     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
    [tcp @ 0x7fa99ee001c0] Starting connection attempt to 192.168.0.124 port 554
    [tcp @ 0x7fa99ee001c0] Successfully connected to 192.168.0.124 port 554
    [rtsp @ 0x7fa99f807200] SDP:
    v=0
    o=- 1581949225269357 1 IN IP4 192.168.0.124
    s=KY-PZ100
    i=KY-PZ100
    t=0 0
    a=tool:LIVE555 Streaming Media v2013.10.03
    a=type:broadcast
    a=control:*
    a=range:npt=0-
    a=x-qt-text-nam:KY-PZ100
    a=x-qt-text-inf:KY-PZ100
    m=audio 0 RTP/AVP 96
    c=IN IP4 0.0.0.0
    b=AS:96
    a=rtpmap:96 mpeg4-generic/48000/2
    a=fmtp:96 streamtype=5;profile-level-id=41;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1190
    a=control:track1
    m=video 0 RTP/AVP 97
    c=IN IP4 0.0.0.0
    b=AS:1500
    a=rtpmap:97 H264/90000
    a=fmtp:97 packetization-mode=1;profile-level-id=4D401E;sprop-parameter-sets=Z01AHqtgUBf8uAqQEBAUAAAPpAADqYOlABksDcoUQDuLFIs=,aM48gA==
    a=control:track2

    [rtsp @ 0x7fa99f807200] The profile-level-id field size is invalid (41)
    [rtsp @ 0x7fa99f807200] setting jitter buffer size to 500
       Last message repeated 1 times
    [rtsp @ 0x7fa99f807200] Error parsing AU headers
       Last message repeated 4 times
    [h264 @ 0x7fa9a0806600] Reinit context to 640x368, pix_fmt: yuv420p
    [rtsp @ 0x7fa99f807200] Error parsing AU headers
       Last message repeated 235 times
    [rtsp @ 0x7fa99f807200] max_analyze_duration 5000000 reached at 5005000 microseconds st:1
    Input #0, rtsp, from 'rtsp://jvc:0000@192.168.0.124:554/stream':
     Metadata:
       title           : KY-PZ100
       comment         : KY-PZ100
     Duration: N/A, start: 0.066733, bitrate: N/A
       Stream #0:0: Audio: aac, 48000 Hz, stereo, fltp
       Stream #0:1: Video: h264 (Main), 1 reference frame, yuv420p(tv, bt709, progressive, left), 640x360 (640x368) [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc