
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (67)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 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) (...)
Sur d’autres sites (4069)
-
FFmpeg C API - seek through live stream
29 mai 2014, par Erik VillegasI’ve opened a live RTMP stream using FFmpeg’s C library, and I need to programmatically seek to the very end of the stream. This is after the stream is paused for an indeterminate amount of time. The closest I could get is the following :
av_seek_frame(pFormatCtx, -1, pFormatCtx->duration, 0);
avcodec_flush_buffers(pCodecCtx);But the duration is 0 for live streams. Any ideas ?
-
Removing EIA-608 Closed Captions from H.264 without reencode
16 février 2024, par Jackson EdmondsI'm looking to remove the closed captions (EIA-608) from a H.264 video (contained as mkv) without reencoding.



The closest I've got is using ffmpeg :



ffmpeg -f lavfi -i movie=input.mkv[out+subcc] -map 0:0 output.mkv




In order to separate the video into rawvideo and subrip components and export out the rawvideo. However this results in a file close to 200GB, which isn't really a sustainable solution.



An ffmpeg based solution would be preferable, but I'm fine using whatever software is necessary.


-
Removing EIA-618 Closed Captions from H.264 without reencode
9 janvier 2018, par Jackson EdmondsI’m looking to remove the closed captions (EIA-618) from a H.264 video (contained as mkv) without reencoding.
The closest I’ve got is using ffmpeg :
ffmpeg -f lavfi -i movie=input.mkv[out+subcc] -map 0:0 output.mkv
In order to separate the video into rawvideo and subrip components and export out the rawvideo. However this results in a file close to 200GB, which isn’t really a sustainable solution.
An ffmpeg based solution would be preferable, but I’m fine using whatever software is necessary.