
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (16)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 : (...)
Sur d’autres sites (3242)
-
Soft subtitles on iPhone
12 novembre 2012, par forthrinI know this question (or similar ones) has been asked all over the Web, but I still can't find a straight answer :
-
Is it possible to mux soft subtitles into an mp4 video file (quickly, without re-encoding the video stream) that iPhone will actually display on the screen ? I have tried ffmpeg, MP4Box, Subler, Submerge and mp4v2 and none of them were successful in producing mp4 file that would display subtitles on iPhone (though some of them had subtitles when playing the video in VLC or iTunes).
-
If iPhone does not support soft subtitles in mp4 files, then is there any command line utility (like the ones mentioned in question 1) that will render hard subtitles onto the video stream ? (I guess then this process will take hours since the video will have to be re-encoded)
-
Finally, if there is no command line utility that can do hard subtitles, what options are there for GUI-based utilities ? Is Handbrake the best option ?
If possible, please supply a command line example.
-
-
How to encode downloaded m3u8 video using ffmpeg ?
8 décembre 2014, par Patrick AlessiI have found a lot of guides to download and convert live streams using ffmpeg.
My problem is that i have downloaded a tv show using the video downloader app for ipad, transfarred the .ts files and m3u8 file to my mac.How do I convert it into an mp4 og mkv file using ffmpeg now that the files are located on my local hard drive ?
I have tried converting each clip with a video converter but they are rendered with gaps, and other problems...
I need it to play as smooth as on an ipad but on my mac.
I have no idea how ffmpeg works. I just follow a tutorial to make the installation. and i dont know how to set up virtuel servers...
-
ffmpeg HTTP LIVE STREAMING remove old segments
27 janvier 2015, par k961Hello i Have a Live HTTP stream input for ffmpeg
i want to create HLS streaming im using ffmpeg to do thisffmpeg -i http://127.0.0.1:4242/bysid/7275 -map 0 -codec:v libx264 -codec:a copy -f ssegment -segment_list playlist.m3u8 -segment_list_type hls -segment_list_size 10 -segment_list_flags +live -segment_time 10 out%03d.ts
i works fine i just want to delete the old segmens that are not shown in playlist.m3u8
segment_list_size 10
this will keep the last 10 in the playlist file i want to keep only these files on hard disk