Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (97)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7334)

  • Special invisible frames in the beginning of the avi-files. How to recognize/handle them correctly ?

    20 avril 2018, par bukkojot

    I wrote simple video editing software, it just splits video by keyframes and nothing more. It works fine, until I found 1 strange file.

    Here exists 1 "invisible frame" with 2 NALs : SPS and PPS. If I remove this single frame, whole other file is unreadable. Other frames marked as keyframes, but not have this SPS and PPS headers.

    strange file

    If you look at a normal file encoded with the same codec, then you see these special headers are included in each keyframe :

    good file

    Since my program just took and cut the frames from the beginning of the file, then such a file just stopped working ! I try to do the same with ffmpeg :

         ffmpeg -ss 10:00 -i file.avi -c copy -t 10 out.avi

    And also got broken file !

    I checked reference for AVI files and don’t see here any notes about special handling of such invisible frames. What I should read/do to handle such files properly ?

  • opus : Add Special Hybrid Folding (per RFC8251)

    2 décembre 2017, par Andrew D'Addesio
    opus : Add Special Hybrid Folding (per RFC8251)
    

    This decoder-side change, introduced in RFC 8251 (section 9), slightly
    improves the decoded quality of 16kbps speech in Hybrid Mode.

    Differences can be seen/heard in testvector05.bit, testvector06.bit,
    and testvector12.bit in the RFC 6716/8251 testvectors found here :
    https://people.xiph.org/~greg/opus_testvectors/

    Signed-off-by : Andrew D'Addesio <modchipv12@gmail.com>

    • [DH] libavcodec/opus_celt.c
  • Escape special characters in FFmpeg subtitle filename

    15 janvier 2024, par forthrin

    If your subtitle file name is "Hi, y'all.srt", how do you escape this properly for FFmpeg ? The comma works escaped with backslash, but I can't get the quote to work no matter what tricks I try !

    &#xA;&#xA;

    $ ffmpeg -vf subtitles="Hi\, y\\\&#x27;all.srt" -t 1 -f null -&#xA;&#xA;ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developers&#xA;  built with Apple LLVM version 8.1.0 (clang-802.0.42)&#xA;  configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-libass --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma --enable-vda&#xA;  libavutil      55. 58.100 / 55. 58.100&#xA;  libavcodec     57. 89.100 / 57. 89.100&#xA;  libavformat    57. 71.100 / 57. 71.100&#xA;  libavdevice    57.  6.100 / 57.  6.100&#xA;  libavfilter     6. 82.100 /  6. 82.100&#xA;  libavresample   3.  5.  0 /  3.  5.  0&#xA;  libswscale      4.  6.100 /  4.  6.100&#xA;  libswresample   2.  7.100 /  2.  7.100&#xA;  libpostproc    54.  5.100 / 54.  5.100&#xA;[Parsed_subtitles_0 @ 0x7fba7af36080] Shaper: FriBidi 0.19.7 (SIMPLE) HarfBuzz-ng 1.4.8 (COMPLEX)&#xA;[Parsed_subtitles_0 @ 0x7fba7af36080] Unable to open Hi, yall.srt&#xA;[AVFilterGraph @ 0x7fba7ad05d60] Error initializing filter &#x27;subtitles&#x27; with args &#x27;Hi, y\all.srt&#x27;&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: No such file or directory&#xA;Error while processing the decoded data for stream #0:0&#xA;Conversion failed!&#xA;

    &#xA;