Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (82)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (1712)

  • failed to read iv from the auxiliary info

    9 décembre 2017, par diS

    Passing encryption key and kid to mp4 muxer to encrypt the dash segments. With ffmpeg command generating dash single file for playback. But when I play using ffplay I see failed to read the IV from auxiliary info

    ffmpeg -y -f mp4 -i SampleVideo_1280x720_20mb.mp4 -map 0:v:0 -c copy -f dash -encryption_scheme cenc-aes-ctr -encryption_key <key> -encryption_kid <kid> -min_seg_duration 4000000 -use_timeline 1 -use_template 1 -single_file 1 ./enc.mpd

    ffplay enc-stream0.m4s -decryption_key <key>
    </key></kid></key>

    I get the error

    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa3040008c0] failed to read iv from the
    auxiliary info

    On side note : don not see playback error when single file generated using mp4 muxer alone. Any inputs ? thanks...

  • How to get an exact audio channel layout info by ffmpeg ?

    22 janvier 2020, par xin xu

    How to get a audio channel layout info by ffmpeg ?
    For example,if audio is 5.1 then I want to get info following like
    FL+FR+FC+LFE+BL+BR

  • avcodec/mediacodec : fix incorrect crop info

    10 octobre 2022, par Zhao Zhili
    avcodec/mediacodec : fix incorrect crop info
    

    The crop info is optional, but used unconditionally.

    Co-authored-by : Aman Karmani <ffmpeg@tmm1.net>
    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/mediacodecdec_common.c