
Recherche avancée
Autres articles (104)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10475)
-
How can I use ffmpeg to generate a video from a sequence of still images that exist in RAM ? [closed]
16 novembre 2024, par Skittlez McGuillicuttyI'm aware that I can use an ffmpeg command like


ffmpeg -framerate 60 -i img%d.png -c:v mjpeg -qscale:v 1 output.mp4



Using C++, I want to be able to write image files into RAM (rather than to disk) and generate a video from them.


I tried using memory mapped files but I can't figure out how to pass them into ffmpeg. Most likely what I'm looking for is a solution like tmpfs, but it's also worth noting that I'm doing this on Windows.


-
How to read errors when compiling from source code
28 décembre 2022, par slyfox1186Goal :


Compile multiple libraries from source code to ultimately install a fully compiled version of FFmpeg with desirable libraries attached.


Problem :


During the compilation, all libraries (seemingly) are successful until liblv2 is reached.


Error output via terminal :


building lv2 - version 1.18.10
=======================
Downloading https://lv2plug.in/spec/lv2-1.18.10.tar.xz as lv2-1.18.10.tar.bz2
... Done
Extracted lv2-1.18.10.tar.bz2
$ python3 ./waf configure --prefix=/home/jman/tmp/ffmpeg/ffmpeg-build/workspace --lv2-user
python3: can't open file '/home/jman/tmp/ffmpeg/ffmpeg-build/packages/lv2-1.18.10/./waf': [Errno 2] No such file or directory

Failed to Execute python3 ./waf configure --prefix=/home/jman/tmp/ffmpeg/ffmpeg-build/workspace --lv2-user



Where I need guidance :


python3: can't open file '/home/jman/tmp/ffmpeg/ffmpeg-build/packages/lv2-1.18.10/./waf': [Errno 2] No such file or directory



My question :


What does this part mean ?


lv2-1.18.10/./waf'

specifically the part /./



My best guess so far is it :


- 

- obviously is looking for a directory it can't find (perhaps because it truly doesn't exist)
- The missing
'waf'
directory should be located inside either the"${PACKAGES}"
or"${WORKSPACE}"
directory.






The
${PACKAGES}"
path in this script should =/home/jman/tmp/ffmpeg/ffmpeg-build/packages


The
${WORKSPACE}"
path in this script should =/home/jman/tmp/ffmpeg/ffmpeg-build/workspace


The full build script :


https://github.com/slyfox1186/ffmpeg-build-script/blob/master/scripts/build-ffmpeg


I tried my best to make this worth sometimes time without giving too much info... sorry if I don't meet the expectations of this forum.


Am I even close ?


-
Anomalie #4540 : Accessibilité des boutons radios et checkboxes
18 février 2021, par cedric -je vois même pas le problème dont on parle :
- le style générique des fieldset s’applique au selecteurfieldset
et le style pour le cas specifique des choix s’applique àfieldset.editer
voire même simplement à.editer
qui est toujours plus fort quefieldset
et qui s’applique pas auxfieldset
normauxIl y a aucun problème de priorité, ajouter une classe sur les fieldset normaux apporte vraiment pas grand chose et par contre ça veut dire que tes styles seront pas compatibles de tous les formulaires qui sont déjà dans la nature.
Alors que là on ne fait qu’ajouter une possibilité en plus, et tout ce qui existait continue à être rendu exactement pareil, c’est beaucoup plus souple comme transition.