
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (56)
-
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 (9347)
-
Generate m3u8 file with Extended M3U directives by ffmpeg
5 septembre 2014, par Sagar JoshiI am generating m3u8 files by using ffmpeg.
Command is like below :
ffmpeg -i sourcefile.mp4 -vcodec libx264 -acodec libvo_aacenc -b:v 128k -flags -global_header -map 0:0 -map 0:1 -f segment -segment_time 4 -segment_list_size 0 -segment_list testlist.m3u8 -segment_format mpegts stream%05d.ts
This is creating m3u8 files successfully, but it does not add extended m3u8 directives.
So , how to add those directives ?
Thanking in Advance,
Sagar Joshi
-
FFmpeg Unknown input format : 'alsa'
21 septembre 2018, par H.DaydayWhen I use ffmpeg to record video and audio, I got an error
The command I use is :ffmpeg -f alsa -ac 1 -i pulse -acodec aac -f avfoundation -i 1 -r 30 -vf scale=-1:6400 scale=-1:1920.flv
The eeror I got is :
Unknown input format: 'alsa'
The operation system I use is mac.
Can you help me, Thanks in advance -
Video cutter like whats app before sending to server [on hold]
11 mars 2016, par Yampalla Bhaskar ReddyI am new to Android development,am working on Video cutter.
I want to pic video from gallery and show start position and end postion like whatsapp and provide cut option for video if the video is bigger than 16mb before sending to server.
I have searched for this lot, i have found ffmpeg and mp4parser library are there for trim video but didnt find correct solution.
if we can do with anyone one of the library(ffmpeg or mp4parser) how ?
Is there a way to do the same thing ??
Thank you in advance for your help !