Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (97)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8112)

  • avcodec/av1_parser : export bitstream timing info when available

    11 novembre 2019, par James Almer
    avcodec/av1_parser : export bitstream timing info when available
    

    Based on h264_parser code.

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

    • [DH] libavcodec/av1_parser.c
  • FFMPEG - error opening key info file

    15 mars 2017, par Hoang Nam

    I want muxer mp4 to m3u8 with key
    I can do this when i put all file in same directory

    • File 480.mp4.key
    • File video 480.mp4
    • File hls info have name :"480.mp4.keyinfo"

    When i run commnand : ffmpeg -i 480.mp4 -hls_time 10 -hls_key_info_file 480.mp4.keyinfo output.mp4.m3u8
    everything run normal.

    but i meet problem when i move file "480.mp4.key" and file "480.mp4.keyinfo" into other directory such as : /usr/local/WowzaStreamingEngine/keys/auto_scan/testhh/2/123/480.mp4.keyinfo
    I also change key directory in file keyinfo

    After that i run

    ffmpeg -i 480.mp4 -hls_time 10 -hls_key_info_file 480.mp4.keyinfo output.mp4.m3u8 ffmpeg -i output/testhh/2/123/480.mp4 -hls_time 10 -hls_key_info_file /usr/local/WowzaStreamingEngine/keys/auto_scan/testhh/2/123/480.mp4.keyinfo output/testhh/2/123/480.mp4.m3u8

    Error :

    error opening key info file /usr/local/WowzaStreamingEngine/keys/auto_scan//testhh/2/123/output/testhh/2/123/480.mp4.keyinfo
    Could not write header for output file #0 (incorrect codec parameters ?): No such file or directory
    Error initializing output stream 0:0 --

    Please help me solve problem. Tks !

  • FFMPEG - error opening key info file

    12 mars 2021, par Hoang Nam

    I want muxer mp4 to m3u8 with key&#xA;I can do this when i put all file in same directory

    &#xA;&#xA;

      &#xA;
    • File 480.mp4.key
    • &#xA;

    • File video 480.mp4
    • &#xA;

    • File hls info have name :"480.mp4.keyinfo"
    • &#xA;

    &#xA;&#xA;

    When i run commnand : ffmpeg -i 480.mp4 -hls_time 10 -hls_key_info_file 480.mp4.keyinfo output.mp4.m3u8&#xA;everything run normal.

    &#xA;&#xA;

    but i meet problem when i move file "480.mp4.key" and file "480.mp4.keyinfo" into other directory such as : /usr/local/WowzaStreamingEngine/keys/auto_scan/testhh/2/123/480.mp4.keyinfo&#xA;I also change key directory in file keyinfo

    &#xA;&#xA;

    After that i run

    &#xA;&#xA;

    ffmpeg -i 480.mp4 -hls_time 10 -hls_key_info_file 480.mp4.keyinfo output.mp4.m3u8 ffmpeg -i output/testhh/2/123/480.mp4 -hls_time 10 -hls_key_info_file /usr/local/WowzaStreamingEngine/keys/auto_scan/testhh/2/123/480.mp4.keyinfo output/testhh/2/123/480.mp4.m3u8&#xA;

    &#xA;&#xA;

    Error :

    &#xA;&#xA;

     error opening key info file /usr/local/WowzaStreamingEngine/keys/auto_scan//testhh/2/123/output/testhh/2/123/480.mp4.keyinfo&#xA;Could not write header for output file #0 (incorrect codec parameters ?): No such file or directory&#xA;Error initializing output stream 0:0 -- &#xA;

    &#xA;&#xA;

    Please help me solve problem. Tks !

    &#xA;