
Recherche avancée
Autres articles (97)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
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 (...)
Sur d’autres sites (11654)
-
FFmpeg (HLS) - Split segments by size rather than time (or limit segment size)
28 février 2019, par iMostLikedSo I have a ffmpeg command with the following parameters (in NodeJS, but it doesn’t matter) :
'-start_number 0',
'-hls_key_info_file ' + HLSKEY_PATH,
'-hls_time 5',
'-hls_playlist_type vod',
'-hls_segment_filename seg-%d.ts'Everything’s working fine, but there’s a problem with the size of each segment.
Why can’t ffmpeg create segments by size rather than time ? In this case-hls_time 5
. I was hoping doing something like-hls_size 4096
but there’s no option for that, at least from what I know. Or can I at least set a limit ? Like : "Don’t create segments bigger than 4MB, split them again if necessary."I know I could encode the file again and then there wouldn’t be segments which vary in size that much, but this is no option and alternative for me.
Thanks in advance !
-
Merge remote-tracking branch ’rdp/dshow_crossbar’
23 janvier 2015, par Michael NiedermayerMerge remote-tracking branch ’rdp/dshow_crossbar’
* rdp/dshow_crossbar :
dshow : fix docu escapes
dshow : some devices only list themselves under "Video sources" but actually have both video and audio output pins, so make the audio pins accessible by video source name.
dshow : add options for allowing filter popup configuration dialogs to be presented to the user
dshow : introduce support for crossbar [multiple input selectable] devices
dshow : drop initial audio packets with weird timestamps
dshow : use non deprecated api
dshow : miscellaneous tweaks
dshow : allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) nameMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
Merge commit ’7ce3bd9614717e545af8fb8455032c807e389b78’
7 mai 2014, par Michael Niedermayer