
Recherche avancée
Autres articles (95)
-
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 (11947)
-
ffmpeg libcdio input device under windows
18 avril 2020, par Tobias BrohlI'd like to use the ffmpeg tools for cd stuff under windows, however I was unable to provide working -i parameter (My CD Drive is F :~; I tried F :\ and F :\Track01.cda) :

[libcdio @ 043fe2a0] Could not open drive F:\
[libcdio @ 0635c2e0] Could not open drive F:\Track01.cda

Does anyone know what to use as -i parameter under windows with libcdio ?

-
Tests : Fix newline expectation on Windows
9 novembre 2016Tests : Fix newline expectation on Windows
Closes #622
-
Install PyAV on Windows
16 juin 2015, par m.barzI got a problem building and thus setting up PyAV 32-bit on Windows 8 (x64). I tried the workflow for Windows as indicated in their documentation, but did not succeed :
- I cross-compiled ffmpeg on Ubuntu 14.04 with the aid of a script.
- I copied the
*shared-install
folder to Windows and set thePKG_CONFIG_PATH
environment variable to the correspondinglibs/pkgconfig
path. - I copied the ffmpeg DLLs and its dependencies from the MinGW bin-folder to PyAV’s
av
folder as mentioned in PyAV’s docs. - I ran
make build-mingw32
(where build-mingw32 is a recipe triggering python distutils like that :CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) python setup.py build_ext --inplace -c mingw32
)
Finally I run into trouble with that last command. When the build process tries to create
codec.pyd
there is a bunch of undefined reference to _head_C_build27_cpython_PCBuild_libpython27_a errors leading gcc to fail. See cmd output below :I tried this on a fresh virtual machine running Windows 8.1 Pro having installed the MinGW toolchain including msys (I used the installer from mingw.org). I also tried the MinGW installer provided here.
I hope someone already experienced similar issues using gcc and can help me with that !Thanks in advance and best regards,
Michael