
Recherche avancée
Autres articles (101)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (16547)
-
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 !