
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (106)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez 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 (...)
Sur d’autres sites (13414)
-
What does WebM DocType Version Signify ?
1er janvier 2020, par AnthumChrisIf a WebM’s
DocTypeVersion
is 4, what does that signify and correlate to ? Is that version 4 of the Matroska specification draft ? Or does WebM have its own versioning independent of Matroska ? I couldn’t find any information on webmproject.orgAfter analyzing a WebM file created by
ffmpeg
, I see the "Document Type Version" is 4 :$ ffmpeg -i audio.opus -a:c copy audio.webm
$ mkvinfo audio.webm
+ EBML head
|+ EBML version: 1
|+ EBML read version: 1
|+ Maximum EBML ID length: 4
|+ Maximum EBML size length: 8
|+ Document type: webm
|+ Document type version: 4 <= This is what I'm referencing
|+ Document type read version: 2 -
Unreal Engine & ffmpeg - gdigrab worked on version 4.21 but not 4.23
11 décembre 2019, par ZurdgeProblem -
ffmpeg outputs black window ( apart from mouse position ) rather than capturing the UE4 display.
It is running in windowed mode at 1280x720 resolution.related -
https://trac.ffmpeg.org/ticket/7718
"I would guess that gdigrab can’t capture windows that use hardware acceleration to render themselves.
It would seem odd that calc.exe uses the GPU, but it wouldn’t surprise me either."I’m using simple commands to call ffmpeg and capture a window.
ffmpeg -f gdigrab -framerate 30 -i title=MyUE4App -f mpegts -codec:v mpeg1video -b:v 600k -bf 0 http://localhost:8080/mystream
This works and captures all UE4 projects built in 4.21
.. but not anything created in 4.23 :/Does anyone know a reason as to why it might not capture the window image ?
Was something added to the newer version which I can disable ? -
How to download m3u8 playlist with URL redirection ? (blob URL,HydraX, JW Player version 8.4.2)
17 novembre 2019, par wltprgmThe video in https://hydrax.net/ is using HLS, .m3u8 file, direct link is https://hydrax.net/demo/hydrax.html (from the iframe src).
However,
youtube-dl
couldn’t read from the .m3u8 file I downloaded from blob in chrome.And using
ffmpeg
method (which usually works) to download from the .m3u8 file failed because the first segment of the file is a URL redirectError when loading first segment 'https://i.donald-gaines.xyz/redirect/7qC173pnWiDwe2TumUTYnzX4WdbPn8XJDzhqDzXPo39PWtX4EaAxLq7FLUW17aI/WhsiWh1RO6oSXzr6QqkTOgljgRrXBgpJtQf6gMBAC5Jq95JkuQlWKpfpgPoo/BSGGloj6MOe7cO4K9HoDj76PRzjSVoiwcJ1Xl34kc3Z5/Bl2WS3KO8WsicRVG8l1EBoi3RN2DnqZx6o13U56YnDBv'
2b0bdf87-656f-4880-8357-f7fd6329b2f8.m3u8: Invalid data found when processing inputSomebody asked the same question in reddit some days ago : link