
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (105)
-
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 (8738)
-
[FFMPEG]some dsd audio file cannot play with ffmpeg
27 septembre 2022, par wazrx wazrxyyaI'm writing an iOS music APP with FFMPEG, in the compile config, I add dsd_lsbf_planar、dsd_lsbf、dsd_msbf_planar、dsd_msbf, but not all the dsd files can play, the examples are below :


Stream1 Audio : dsd_lsbf_planar, 352800 Hz, stereo, fltp, 5644 kb/s


Stream2 : Audio : dsd_msbf (DSD / 0x20445344), 352800 Hz, stereo, fltp, 5644 kb/s


the stream1 can play ,but the stream2 can not play, when I try to play it, an error happens in "avformat_open_input" method with error tip "Invalid data found when processing input"


I do not know how to fixed it, someone can help me ? thanks very much !


-
Convert MP3 file to play on multiple browsers [on hold]
3 mars 2015, par AshleyWIs there a way I can convert MP4 files to formats like webm and mov without the use of ffmpeg so I can get videos to play on multiple browsers ?
EDIT
What I want to do is convert .mp4 files to mov, webm etc so they can be viewed all multiple borwsers, I am avoiding ffmpeg as from what Ive been told is it uses a lot of resources so its not ideal for normal shared hosting and more ideal for private servers.
-
ffmpeg converted mp4 files won't play on videojs
11 février 2018, par RickyI am trying to convert an hls source to mp4 but the ouputted file won’t play on any internet video players. Currently I am using videojs
here is how I am converting it.
ffmpeg -re -i "https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8" -c:v libx264 -c:a copy -movflags +faststart ./public/videos/cut-videos/knife/parlet.mp4
the video player is outputting this :
video.js:498 VIDEOJS : ERROR : (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported.