
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (62)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (13392)
-
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 !