
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (65)
-
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 -
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 (...) -
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 (...)
Sur d’autres sites (9005)
-
Loop/Batch file for extracting all .aac from .m4a files in folder
29 décembre 2015, par MrDesperateI’m desperate. I need to extract the .aac stream from 1749 .m4a files with ffmpeg, but I can’t get a batch file working for me and it would take years to do it manually. This is what I use for single files : "ffmpeg -i example.m4a -vn -c:a copy example.aac"
I don’t want to convert the files. I only want to extract the .aac audio stream (don’t wanna lose more quality).
"ffmpeg -i *.m4a -vn -c:a copy *.aac" isn’t working and I don’t know how to use for in loops since I’m not a programmer. All loops I found on the internet aren’t working for me.
OS : Windows 7 Professional.
I appreciate every help.
-
extracting quantization matrix in jpeg conversion and residual error in mpeg conversion in ffmpeg ?
31 juillet 2017, par Saeid ZangenehIm not familiar with the ffmpeg source code and I’m not so professional in programming to can change or find out the code.I just want to extract quantization matrix in jpeg conversion also the residual error in mpeg conversion.
-
Is it possible to build ffmpeg x64 on Windows ?
15 juin 2017, par mooseThe real answer is probably "no", but still, just to double check.
Has anyone ever been able to build ffmpeg x64 on Windows (VS2013 or VS2015) ? I know it is not possible with publicly available sources without heavy modifications. However, if somebody did it and if he is willing to share a few tips...Edit :
It is interesting how most of the required x64 tools for running the "configure" are distributed without dependencies and it is impossible to get them anywhere. Looks like a professional trolling.Edit2 :
There are thousands of errors like this :fatal error C1083: Cannot open include file: 'features.h': No such file or directory
features.h is missing as many other header files. Is there a fix for that, or switching to Linux is the only option ?