Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (57)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

  • Can't play m3u8 file in VLC or decrypt it with ffmpeg

    22 septembre 2021, par Novice At Everything

    I have found and downloaded the m3u8 file using the developer tools in Edge. However, it won't play directly in VLC.

    


    I then downloaded all the segments referred to in the m3u8 file as well as the key and put them in the same folder as ffmpeg. The partial contents of the m3u8 file are :

    


    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:13
#EXT-X-MEDIA-SEQUENCE:1
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-KEY:METHOD=AES-128,URI="keyfile.txt",IV=0x00000000000000000000000000000001
#EXTINF:12,
seg-1-z.ts
#EXT-X-KEY:METHOD=AES-128,URI="keyfile.txt",IV=0x00000000000000000000000000000002
#EXTINF:12,
seg-2-z.ts
...
#EXT-X-KEY:METHOD=AES-128,URI="keyfile.txt",IV=0x0000000000000000000000000000013E
#EXTINF:8,
seg-318-z.ts
#EXT-X-ENDLIST


    


    The keyfile.txt contents are : eyJwYXNzcGhyYXNlIjoiNjE0YjQ5NTYzYTdlYiIsImNpcGhlcnRleHQiOiJlamZOTWRSZjltY3Z4R1JRTFg2cVMralJJTmZaUGJyMXVyaFhhTVZ1QVptSUpXZVdYMkZLQ0t1Q0ZCYUQwY3FYIiwiaXYiOiIxZTNlNzg3ZjNjYmRlOGViZDdlZTBkNWVhZDA1NmEzNCIsInNhbHQiOiIwNjc3M2I1OWE1Y2IxZjA3ODdkYmEzZTAwYWZmNGIzNyJ9

    


    This is what I get when I run ffmpeg :

    


    C:\Test\download>ffmpeg -allowed_extensions ALL -i "play.m3u8" -c copy "test.ts"
ffmpeg version 2021-09-16-git-8f92a1862a-essentials_build-www.gyan.dev Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 10.3.0 (Rev5, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband
  libavutil      57.  5.100 / 57.  5.100
  libavcodec     59.  7.103 / 59.  7.103
  libavformat    59.  5.100 / 59.  5.100
  libavdevice    59.  0.101 / 59.  0.101
  libavfilter     8.  9.100 /  8.  9.100
  libswscale      6.  1.100 /  6.  1.100
  libswresample   4.  0.100 /  4.  0.100
  libpostproc    56.  0.100 / 56.  0.100
[hls @ 000001c67608d140] Skip ('#EXT-X-VERSION:3')
[hls @ 000001c67608d140] Opening 'keyfile.txt' for reading
[hls @ 000001c67608d140] Opening 'crypto:seg-1-z.ts' for reading
[hls @ 000001c67608d140] Error when loading first segment 'seg-1-z.ts'
play.m3u8: Invalid data found when processing input


    


    Can anyone help ? Thanks

    


  • lavu/aes : add x86 AESNI optimizations

    28 octobre 2015, par Rodger Combs
    lavu/aes : add x86 AESNI optimizations
    

    crypto_bench comparison for AES-128-ECB :

    lavu_aesni AES-128-ECB size : 1048576 runs : 1024 time : 0.596 +- 0.081
    lavu_c AES-128-ECB size : 1048576 runs : 1024 time : 17.007 +- 2.131
    crypto AES-128-ECB size : 1048576 runs : 1024 time : 0.612 +- 1.857
    gcrypt AES-128-ECB size : 1048576 runs : 1024 time : 1.123 +- 0.224
    tomcrypt AES-128-ECB size : 1048576 runs : 1024 time : 9.038 +- 0.790

    Improved-By : Henrik Gramner <henrik@gramner.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/aes.c
    • [DH] libavutil/aes_internal.h
    • [DH] libavutil/x86/Makefile
    • [DH] libavutil/x86/aes.asm
    • [DH] libavutil/x86/aes_init.c
  • Unrecognized option 'txt_format' in ffmpeg latest version

    26 novembre 2020, par RecklessSergio

    I am trying to convert subtitles from scenarist closed captions(scc) to webvtt(vtt)

    &#xA;&#xA;

    But I am getting some special characters, so going through ffmpeg documentation https://trac.ffmpeg.org/wiki/ExtractSubtitles&#xA;I got to know about the option -txt_format. But when I am using it, ffmpeg is throwing an error saying

    &#xA;&#xA;

    "Unrecognized option 'txt_format'.&#xA;Error splitting the argument list : Option not found"

    &#xA;&#xA;

    FFMPEG VERSION : &#xA;ffmpeg version 4.1.4 Copyright (c) 2000-2019 the FFmpeg developers&#xA; built with gcc 9.1.1 (GCC) 20190716

    &#xA;&#xA;

    Below is the trace level log :

    &#xA;&#xA;

    &#xD;&#xA;
    &#xD;&#xA;
    ffmpeg version 4.1.4 Copyright (c) 2000-2019 the FFmpeg developers&#xD;&#xA;  built with gcc 9.1.1 (GCC) 20190716&#xD;&#xA;  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --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&#xD;&#xA;  libavutil      56. 22.100 / 56. 22.100&#xD;&#xA;  libavcodec     58. 35.100 / 58. 35.100&#xD;&#xA;  libavformat    58. 20.100 / 58. 20.100&#xD;&#xA;  libavdevice    58.  5.100 / 58.  5.100&#xD;&#xA;  libavfilter     7. 40.101 /  7. 40.101&#xD;&#xA;  libswscale      5.  3.100 /  5.  3.100&#xD;&#xA;  libswresample   3.  3.100 /  3.  3.100&#xD;&#xA;  libpostproc    55.  3.100 / 55.  3.100&#xD;&#xA;Splitting the commandline.&#xD;&#xA;Reading option &#x27;-loglevel&#x27; ... matched as option &#x27;loglevel&#x27; (set logging level) with argument &#x27;trace&#x27;.&#xD;&#xA;Reading option &#x27;-i&#x27; ... matched as input url with argument &#x27;223163.scc&#x27;.&#xD;&#xA;Reading option &#x27;test.vtt&#x27; ... matched as output url.&#xD;&#xA;Finished splitting the commandline.&#xD;&#xA;Parsing a group of options: global .&#xD;&#xA;Applying option loglevel (set logging level) with argument trace.&#xD;&#xA;Successfully parsed a group of options.&#xD;&#xA;Parsing a group of options: input url 223163.scc.&#xD;&#xA;Successfully parsed a group of options.&#xD;&#xA;Opening an input file: 223163.scc.&#xD;&#xA;[NULL @ 0000025d22799500] Opening &#x27;223163.scc&#x27; for reading&#xD;&#xA;[file @ 0000025d2279a600] Setting default whitelist &#x27;file,crypto&#x27;&#xD;&#xA;Probing scc score:100 size:2048&#xD;&#xA;[scc @ 0000025d22799500] Format scc probed with size=2048 and score=100&#xD;&#xA;[scc @ 0000025d22799500] Before avformat_find_stream_info() pos: 38022 bytes read:38022 seeks:0 nb_streams:1&#xD;&#xA;[scc @ 0000025d22799500] All info found&#xD;&#xA;[scc @ 0000025d22799500] stream 0: start_time: -9223372036854776.000 duration: -9223372036854776.000&#xD;&#xA;[scc @ 0000025d22799500] format: start_time: -9223372036854.775 duration: -9223372036854.775 bitrate=0 kb/s&#xD;&#xA;[scc @ 0000025d22799500] After avformat_find_stream_info() pos: 38022 bytes read:38022 seeks:0 frames:0&#xD;&#xA;Input #0, scc, from &#x27;223163.scc&#x27;:&#xD;&#xA;  Duration: N/A, bitrate: N/A&#xD;&#xA;    Stream #0:0, 0, 1/1000: Subtitle: eia_608&#xD;&#xA;Successfully opened the file.&#xD;&#xA;Parsing a group of options: output url test.vtt.&#xD;&#xA;Successfully parsed a group of options.&#xD;&#xA;Opening an output file: test.vtt.&#xD;&#xA;File &#x27;test.vtt&#x27; already exists. Overwrite ? [y/N] y&#xD;&#xA;[file @ 0000025d227d1c40] Setting default whitelist &#x27;file,crypto&#x27;&#xD;&#xA;Successfully opened the file.&#xD;&#xA;Output #0, webvtt, to &#x27;test.vtt&#x27;:&#xD;&#xA;  Metadata:&#xD;&#xA;    encoder         : Lavf58.20.100&#xD;&#xA;    Stream #0:0, 0, 1/1000: Subtitle: webvtt&#xD;&#xA;    Metadata:&#xD;&#xA;      encoder         : Lavc58.35.100 webvtt&#xD;&#xA;Stream mapping:&#xD;&#xA;  Stream #0:0 -> #0:0 (eia_608 (cc_dec) -> webvtt (native))&#xD;&#xA;Press [q] to stop, [?] for help&#xD;&#xA;cur_dts is invalid (this is harmless if it occurs once at the start per stream)&#xD;&#xA;    Last message repeated 1 times&#xD;&#xA;No more output streams to write to, finishing.&#xD;&#xA;size=      19kB time=00:18:28.36 bitrate=   0.1kbits/s speed=2.26e&#x2B;04x&#xD;&#xA;video:0kB audio:0kB subtitle:10kB other streams:0kB global headers:0kB muxing overhead: 88.647011%&#xD;&#xA;Input file #0 (223163.scc):&#xD;&#xA;  Input stream #0:0 (subtitle): 411 packets read (19101 bytes); 349 frames decoded;&#xD;&#xA;  Total: 411 packets (19101 bytes) demuxed&#xD;&#xA;Output file #0 (test.vtt):&#xD;&#xA;  Output stream #0:0 (subtitle): 349 frames encoded; 349 packets muxed (10244 bytes);&#xD;&#xA;  Total: 349 packets (10244 bytes) muxed&#xD;&#xA;349 frames successfully decoded, 0 decoding errors&#xD;&#xA;[AVIOContext @ 0000025d22799c80] Statistics: 0 seeks, 2 writeouts&#xD;&#xA;[AVIOContext @ 0000025d227a2880] Statistics: 38022 bytes read, 0 seeks

    &#xD;&#xA;

    &#xD;&#xA;

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