Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (93)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11567)

  • avcodec/proresenc_anatoliy : support for more color matrix for proresenc

    5 novembre 2019, par Limin Wang
    avcodec/proresenc_anatoliy : support for more color matrix for proresenc
    

    Please tested with below command :
    ./ffmpeg -i ../fate-suite/mpeg2/t.mpg -c:v prores_aw -color_primaries bt2020 -colorspace bt2020_ncl -color_trc smpte2084 -an output.mov

    mediainfo outout.mov
    ...
    Color primaries : BT.2020
    Transfer characteristics : PQ
    Matrix coefficients : BT.2020 non-constant

    ./ffmpeg -i ../fate-suite/mpeg2/t.mpg -c:v prores_aw -color_primaries bt2020 -colorspace bt2020_ncl -color_trc arib-std-b67 -an output.mov
    mediainfo outout.mov
    ...
    Color primaries : BT.2020
    Transfer characteristics : HLG
    Matrix coefficients : BT.2020 non-constant

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/proresenc_anatoliy.c
  • CDN Stream Play Video + Audio With Referer ?

    30 avril 2020, par lavara123

    This is orginal site play script :

    &#xA;&#xA;

    &#xD;&#xA;
    &#xD;&#xA;
    const player = jwplayer("player").setup({&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;title: "Extraction",&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;description: "2020",&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;file: "https://cdn.rapidvideocdn.xyz/videoplayback/1598e8ae991e78c6d87cf31b5e5db280be1012101221e017b1b20f8331f820fbh",&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;tracks: [{"file":"https:\/\/sinefy.com\/subtitles\/tt8936646.tr.vtt","label":"T\u00fcrk\u00e7e","kind":"captions","default":true}],&#x9;&#x9;&#x9;&#x9;&#x9;image: "https://sinefy.com/uploads/series/cover/extraction-2020.jpg",&#x9;&#x9;&#x9;&#x9;&#x9;type: "application/vnd.apple.mpegurl",&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;playbackRateControls: true,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;preload: "auto",&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;autostart: autopl,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;hlshtml: true,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;androidhls: true,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;stagevideo: false,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"primary": "html5"&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;})

    &#xD;&#xA;

    &#xD;&#xA;

    &#xD;&#xA;&#xA;&#xA;

    this is HLS (Fragmented MP4) url open with referer :

    &#xA;&#xA;

    https://cdn.rapidvideocdn.xyz/videoplayback/1598e8ae991e78c6d87cf31b5e5db280be1012101221e017b1b20f8331f820fbh&#xA;

    &#xA;&#xA;

    referer :

    &#xA;&#xA;

    https://sinefy.com/api/runner/80d4d32765c4d9466bf646958663f902&#xA;

    &#xA;&#xA;

    i'm play code :

    &#xA;&#xA;

    ffmpeg -referer "https://sinefy.com/api/runner/80d4d32765c4d9466bf646958663f902" -i "https://e1-ad930d.rapidvideocdn.xyz/videoplayback/6d3d454e9fd30ac1a7ed678ff1d77e325" -f hls -vcodec libx264 -crf 27 -preset veryfast  -c:a copy - | ffplay -&#xA;

    &#xA;&#xA;

    but no sound ?

    &#xA;

  • ffmpeg stops reading rtsp livestream after some seconds

    26 décembre 2020, par user3019668

    I'm trying to save locally a rtsp livestream with ffmpeg but it stops after a few seconds. It works smooth, but suddently it just stops, more or less always after 10-15 seconds.

    &#xA;&#xA;

    This is the command :

    &#xA;&#xA;

    ffmpeg -rtsp_transport tcp -i rtsp://xxx.xxx.xxx.xxx:554/test.sdp -c copy test.ts&#xA;

    &#xA;&#xA;

    And this is the log. I tried with previous ffmpeg versions with the same result :

    &#xA;&#xA;

    ffmpeg version git-2020-04-26-1128aa8 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 9.3.1 (GCC) 20200328&#xA;  configuration: --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-libsrt --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-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf&#xA;  libavutil      56. 43.100 / 56. 43.100&#xA;  libavcodec     58. 82.100 / 58. 82.100&#xA;  libavformat    58. 42.101 / 58. 42.101&#xA;  libavdevice    58.  9.103 / 58.  9.103&#xA;  libavfilter     7. 79.100 /  7. 79.100&#xA;  libswscale      5.  6.101 /  5.  6.101&#xA;  libswresample   3.  6.100 /  3.  6.100&#xA;  libpostproc    55.  6.100 / 55.  6.100&#xA;Input #0, rtsp, from &#x27;rtsp://xxx.xxx.xxx.xxx:554/test.sdp&#x27;:&#xA;  Duration: N/A, start: 0.000000, bitrate: N/A&#xA;    Stream #0:0: Video: h264 (Main), yuv420p(top first), 1920x1080, 25 fps, 50 tbr, 90k tbn, 50 tbc&#xA;    Stream #0:1: Audio: aac (LC), 48000 Hz, 4.0, fltp&#xA;Output #0, mpegts, to &#x27;test.ts&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf58.42.101&#xA;    Stream #0:0: Video: h264 (Main), yuv420p(top first), 1920x1080, q=2-31, 25 fps, 50 tbr, 90k tbn, 90k tbc&#xA;    Stream #0:1: Audio: aac (LC), 48000 Hz, 4.0, fltp&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (copy)&#xA;  Stream #0:1 -> #0:1 (copy)&#xA;Press [q] to stop, [?] for help&#xA;frame=  387 fps= 21 q=-1.0 Lsize=   18405kB time=00:00:16.91 bitrate=8912.2kbits/s speed=0.923x&#xA;video:17295kB audio:575kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.993069%&#xA;

    &#xA;&#xA;

    Debug shows also "No more output streams to write to, finishing" when it stops.

    &#xA;&#xA;

    Could you help me, please ? I don't know what else to try... Thank you.

    &#xA;