
Recherche avancée
Autres articles (37)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe 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, parLes 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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (5774)
-
How can I determine the CODECS value for a m3u8 playlist ?
28 août 2023, par arrr_mateyI am creating a master m3u8 file to allow adaptive streaming of two streaming videos. Both have the readable codec name MPEG-4 AVC (part 10) (avc1)


How can I translate this into the CODECS value that should appear in my master m3u8 playlist file, as in this example :


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1755600,CODECS="avc1.42001f,mp4a.40.2",RESOLUTION=354x240


How do I get the value to replace
avc1.42001f,mp4a.40.2


Apple's specs say "Valid format identifiers are those in the ISO file format name space defined by RFC 6381 [RFC6381]" but I have no idea how to read the RFC 6381 documentation.


-
Can I determine the reference frame while I encoding images into a video in ffmpeg ?
25 février 2014, par user3346886everyone.
I recently needed to encode some images into a video. Can I determine which image is a I-frame during the process of encoding images into a video or determine which image is its reference frame while encoding P-frame ?
The first method come to my mind is to use ffmpeg to implement.The reason is that it seems be easy for beginners. In ffmpeg I use libx264 as encoding library. I have used google to search some introductions about using libx264 in ffmpeg.
Until now I just found the parameter related about this is "ref" which can determine the number of reference frame.
But I can't find any parameter about what I wanted. Can anyone help me about this ? Thank you very much !
BTW.If I violate rules in stackoverflow Forum.Please tell me.Thamks. -
How to determine video codec of a file with FFmpeg
24 août 2024, par GerryMulliganI often have problems reading AVI files with my TV's DVD player if they are not DivX or Xvid (e.g., DX50 is not readable). I'd like to make a fast script to determine the video codec of these files before burning them to CD-ROM or DVD.


The following prints the "container" of the video stream (mpeg4, mpeg2, etc), but not the codec :


ffmpeg -i file.avi