Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (86)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7372)

  • x86/hevcdsp : add ff_hevc_sao_edge_filter_8_{ssse3,avx2}

    5 février 2015, par James Almer
    x86/hevcdsp : add ff_hevc_sao_edge_filter_8_ssse3,avx2
    

    Original x86 intrinsics code and initial yasm port by Pierre-Edouard Lepere.
    Refactoring and optimizations by James Almer.

    Benchmarks of BQTerrace_1920x1080_60_qp22.bin with an Intel Core i5-4200U

    Width 32
    158583 decicycles in edge, sao_edge_filter_8 runs, 0 skips
    5205 decicycles in ff_hevc_sao_edge_filter_32_8_ssse3, 32767 runs, 1 skips
    2942 decicycles in ff_hevc_sao_edge_filter_32_8_avx2, 32767 runs, 1 skips

    Width 64
    705639 decicycles in sao_edge_filter_8, 262144 runs, 0 skips
    19224 decicycles in ff_hevc_sao_edge_filter_64_8_ssse3, 262111 runs, 33 skips
    10433 decicycles in ff_hevc_sao_edge_filter_64_8_avx2, 262115 runs, 29 skips

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevcdsp.c
    • [DH] libavcodec/hevcdsp.h
    • [DH] libavcodec/x86/hevc_sao.asm
    • [DH] libavcodec/x86/hevcdsp_init.c
  • 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.

    &#xA;

    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 :

    &#xA;

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

    &#xA;

    The keyfile.txt contents are : eyJwYXNzcGhyYXNlIjoiNjE0YjQ5NTYzYTdlYiIsImNpcGhlcnRleHQiOiJlamZOTWRSZjltY3Z4R1JRTFg2cVMralJJTmZaUGJyMXVyaFhhTVZ1QVptSUpXZVdYMkZLQ0t1Q0ZCYUQwY3FYIiwiaXYiOiIxZTNlNzg3ZjNjYmRlOGViZDdlZTBkNWVhZDA1NmEzNCIsInNhbHQiOiIwNjc3M2I1OWE1Y2IxZjA3ODdkYmEzZTAwYWZmNGIzNyJ9

    &#xA;

    This is what I get when I run ffmpeg :

    &#xA;

    C:\Test\download>ffmpeg -allowed_extensions ALL -i "play.m3u8" -c copy "test.ts"&#xA;ffmpeg version 2021-09-16-git-8f92a1862a-essentials_build-www.gyan.dev Copyright (c) 2000-2021 the FFmpeg developers&#xA;  built with gcc 10.3.0 (Rev5, Built by MSYS2 project)&#xA;  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&#xA;  libavutil      57.  5.100 / 57.  5.100&#xA;  libavcodec     59.  7.103 / 59.  7.103&#xA;  libavformat    59.  5.100 / 59.  5.100&#xA;  libavdevice    59.  0.101 / 59.  0.101&#xA;  libavfilter     8.  9.100 /  8.  9.100&#xA;  libswscale      6.  1.100 /  6.  1.100&#xA;  libswresample   4.  0.100 /  4.  0.100&#xA;  libpostproc    56.  0.100 / 56.  0.100&#xA;[hls @ 000001c67608d140] Skip (&#x27;#EXT-X-VERSION:3&#x27;)&#xA;[hls @ 000001c67608d140] Opening &#x27;keyfile.txt&#x27; for reading&#xA;[hls @ 000001c67608d140] Opening &#x27;crypto:seg-1-z.ts&#x27; for reading&#xA;[hls @ 000001c67608d140] Error when loading first segment &#x27;seg-1-z.ts&#x27;&#xA;play.m3u8: Invalid data found when processing input&#xA;

    &#xA;

    Can anyone help ? Thanks

    &#xA;

  • FFMPEG xstack not recognizing inputs

    12 août 2020, par Josh

    I'm trying to arrange three input videos into a single output video using ffmpeg's xstack. I currently have the operations working with a vstack followed by an hstack, but would like to combine them into an xstack for performance.

    &#xA;

    I've tried copying the syntax from multiple locations such as :

    &#xA;

    https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos%20using%20xstack

    &#xA;

    Vertically or horizontally stack (mosaic) several videos using ffmpeg ?

    &#xA;

    My command is as follows :

    &#xA;

    &#xA;

    C :\ffmpeg\bin\ffmpeg.exe -i states_full.mp4 -i title.mp4 -i graphs.mp4" -filter_complex "[0:v] setpts=PTS-STARTPTS, scale=qvga [a0] ; [1:v] setpts=PTS-STARTPTS, scale=qvga [a1] ; [2:v] setpts=PTS-STARTPTS, scale=qvga [a2] ; [a0][a1][a2]xstack=inputs=3:layout=0_0|w0_0|w0_h0[out] " -map "[out]" -c:v libx264 -t '30' -f matroska output.mp4

    &#xA;

    &#xA;

    The command always errors out at the same spot, with the same error message :

    &#xA;

    &#xA;

    'w0_0' is not recognized as an internal or external command,&#xA;operable program or batch file.

    &#xA;

    &#xA;

    Some odd behavior is that even when I change the layout section to :

    &#xA;

    layout=w0_0|0_0|w0_h0&#xA;

    &#xA;

    The error message is still on the middle '0_0' meaning it may be an error in formatting.

    &#xA;

    This issue is very strange, as the vstack and hstack still work, only the xstack fails.

    &#xA;