
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (59)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (9446)
-
FFMPEG compressed MP4 video not playing on Mozilla Firefox with a "file is corrupt" error
16 juin 2021, par user2519007I have compressed MP4 video using FFmpeg in a PHP environment. Videos are being compressed, but they are not playing in Firefox, showing an error :




Video can't be played because the file is corrupt




while this video is playing fine in VLC media player and also in the Chrome browser. My code of compression is as-


exec("ffmpeg -i input.mp4 -acodec mp2 output.mp4");



-
How to fix "audio=virtual-audio-capturer : I/O error" ?
24 mai 2021, par LiYiChongI'm using this command "ffmpeg -f dshow -i audio="virtual-audio-capturer" 1.mp3".
But in this case, occurs error as follow
"audio=virtual-audio-capturer : I/O error".
So, I checked if there is virtual-audio-capturer" using this command "ffmpeg -list_devices true -f dshow -i dummy".
As a result, there was "virtual-audio-capturer".
why does it occurs this error and what is the solution ?


-
while configuring ffmpeg i get the error "x264 not found"
27 avril 2021, par Shevach Riabtsevi use mingw32 to compile ffmpeg with libx264. i use the following configuration :


./configure —enable-gpl —enable-nonfree —enable-libx264


and get the error


ERROR : x264 not found


i compiled x264 and x264 library (libx264.a) is located at /usr/lib/


How to resolve this issue ?