
Recherche avancée
Autres articles (72)
-
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (7241)
-
FFMPEG audio capture and HLS
31 juillet 2014, par Hitesh BajajI am trying to capture Microphone audio using FFMPEG and making it available as HLS on Carambola.
So, I do this by following command
ffmpeg -f alsa -ac 2 -i default -codec:a libmp3lame -map 0 -f segment -segment_list_flags live -segment_wrap 2 -segment_time 2.0 -segment_format -audio-only -segment_list_size 2 -segment_list index.m3u8 "segment%04d.ts"
—It shows me following and Audio does not come.
[alsa @ 0xbad190] ALSA buffer xrun./A
If I try above thing on my Linux Machine, it is working absolutely fine.
and when i do -codec:a copy instead of libmp3lame, it shows
[mpegts @ 0x466da0] frame size not set.
Any Idea ?
-
Record Seemeless HD Video with ffmpeg libxh264
3 octobre 2016, par HannanI want to Record HD Video from HD Cam through ffmpeg. I want to encode the video as it is recorded. I am using the following script but the problem is after about 18 minutes it starts loosing frames with an error " non monotonous DTS in output stream"
this is the script i am using :
ffmpeg -f dshow -rtbufsize 1000000k -s 1280x720 -i video="HuddleCamHD":audio="Microphone (3- USB PnP Audio Device)" -map 0:v -b:v 8000k -map 0:a -s 1280x720 -vcodec libx264 -preset ultrafast -r 30 -rtbufsize 1000000k -acodec aac -b:a 320k "D:\VideoPutput.avi"
A help would be nice thank you.
-
Record Seemeless HD Video with ffmpeg libxh264
3 octobre 2016, par HannanI want to Record HD Video from HD Cam through ffmpeg. I want to encode the video as it is recorded. I am using the following script but the problem is after about 18 minutes it starts loosing frames with an error " non monotonous DTS in output stream"
this is the script i am using :
ffmpeg -f dshow -rtbufsize 1000000k -s 1280x720 -i video="HuddleCamHD":audio="Microphone (3- USB PnP Audio Device)" -map 0:v -b:v 8000k -map 0:a -s 1280x720 -vcodec libx264 -preset ultrafast -r 30 -rtbufsize 1000000k -acodec aac -b:a 320k "D:\VideoPutput.avi"
A help would be nice thank you.