Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (47)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (7862)

  • H264 NAL unit header - detect type and bring custom videos in this format

    7 décembre 2015, par user3387542

    On a special interface on my device, I can see the NAL units passing by. Two example files shown below :

    P-Frames:
    00 00 00 01 41 FC 0F 90 86 DE F9 E1 4D 37 AE D3
    24 A9 F2 F7 E8 A0 9A 9E B3 FD FE 3A D2 77 3E 79
    8C 93 2D 75 61 60 A0 FA BF CB 46 B6 67 A6 C2 81
    2B 47 A5 A2 71 5D 4F 90 32 14 EE D5 DE 58 3B 6E
    ...

    I-Frames / Key-Frames:
    00 00 00 01 65 B8 20 67 FF FE 1E 8A 00 02 05 BE
    4D 49 85 EB FC 9E 44 F7 D0 CE A0 77 25 CD 80 D4
    4A A4 E5 66 EE E7 F9 17 E5 81 DC 94 9C 2B 3C DF
    DE D2 63 CC 89 98 82 4D AF C6 BF E8 3F 0D 3C BE
    ...

    My goal is, to be able to overwrite this data in order to inject / play my own video. So fare so good, seems to work but it doesn’t look good yet. While replayed NAL units, which were previously stored from the very same interface look good, an injected video doesn’t. I think i did not get the right video format yet.
    I used different tools like ffmpeg to convert videos into a h264 format. But the video still never looks fine. I think the issue is with the key-frames. While I see lots of 00 00 00 01 41 parts in the converted videos, i can’t find a 00 00 00 01 65.

    What kind of video format is this ? And how to convert my own videos into this format ? By using ffmpeg or other tools.

    Thanks in advance

  • aacenc : remove the experimental flag

    5 décembre 2015, par Rostislav Pehlivanov
    aacenc : remove the experimental flag
    

    Thiss commit removes the experimental flag from the native AAC Encoder
    and thus makes it the default.

    After a lot of work, done by myself and Claudio Freire, the quality of
    this encoder rivals and surpasses libfdk_aac in some situations. The
    encoder had instability issues earlier which prevented it from having
    its experimental flag removed, however the last commits done by Claudio
    removed the last known source of instability and solved a lot of
    problems which were previously observed. The issues were caused by the
    various coding tools interfering with the scalefactor indices. Thus,
    with these problems solved, it should now be possible to declare this
    encoder as the default and recommend that the users should use it
    instead of others provided by external libraries, as it is both faster
    and has a subjectively higher quality with selected tracks.
    The encoder has still yet to be fine tuned for every possible audio file
    type like music or voice, so it is hoped that with the experimental flag
    removed the users should be able to provide feedback and make the
    encoder better than the alternatives for every type of audio and at
    every bitrate.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c
  • configure : Add -framework CoreVideo when building the avfoundation indev

    1er décembre 2015, par Martin Storsjö
    configure : Add -framework CoreVideo when building the avfoundation indev
    

    This fixes builds with —disable-vda, which previously failed with
    undefined references to CVImageBuffer* and CVPixelBuffer* functions.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure