
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (86)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (14948)
-
ffmpeg contact.txt ( remote files) re-encode -flv - Freeze while jump to second file
7 janvier 2019, par user3787734Stream work smothly while on first contact input file from .txt file, it get stuck on second file no packet send or push to output.
its says : [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd9ac800800] Auto-inserting h264_mp4toannexb bitstream filter98x
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fbbbc807400] Auto-inserting h264_mp4toannexb bitstream filter92x
frame= 1597 fps= 23 q=23.0 size= 15308kB time=00:01:03.57 bitrate=1972.5kbits/s speed=0.923xafter that just fps,speed value changes but no data submit to host, seem to be some pre-buffer issue any one have idea ?
video_5c3112bee7179a7d123fa8a4.txt :
file ’https://hostname.com/file1.mp4’
inpoint 00:02:01.000
outpoint 00:03:05.000
file ’https://hostname.com/file2.mp4’
inpoint 00:02:20.000
outpoint 00:03:10.000ffmpeg -f concat -safe 0 -protocol_whitelist file,http,tcp,concat,https,tls, -re -i "/temp/video_5c3112bee7179a7d123fa8a4.txt" -codec:a aac -ac 1 -ar 44100 -b:a 128k -pix_fmt yuv420p -profile:v high -s 1280x720 -vb 2000k -maxrate 2000k -minrate 2000k -bufsize 600k -deinterlace -vcodec libx264 -preset ultrafast -g 30 -r 30 -strict -2 -f flv "rtmp ://hostname/live/app/"
-
NVIDIA accelerated ffmpeg (nvenc_h264 ) is dead slow on Amazon G2 instance
16 novembre 2015, par Abhijit PathakFFMPEG when compiled with following options give abysmal performance on Amazon G2 instance( g2.2xlarge, GRID K520) when compared with standalone Dell-Precision-T1700 (Quadro-k620)
"--enable-nonfree --enable-gpl --enable-version3 --enable-shared --enable pthreads [b]--enable-nvenc[/b] --enable-runtime-cpudetect --disable-doc --enable-libmp3lame"
Above ffmpeg binary took 66 seconds to transcode 5.22 mins BVE_Localize.mp4 file with following command.
time ffmpeg -y -i BVE_Localize.mp4 -strict -2 -vcodec nvenc_h264 -b 5000k -acodec aac -ab 256k -f mpegts BVELocalize.ts ( took 1m6.990s on G2)
When same ffmpeg command is executed on Dell-Precision-T1700 (Xeon Dual core, Quadro K620) based workstation takes 0m41.572s.
I would like ffmpeg to perform better on Amazon G2 instance. What do you think I might be missing ? My Amazon G2 instance configuration is Ubuntu 14.04 64 bit, Cuda 7.0 , 352.55 drivers, MSI disabled,NVIDIA SDK 5.0.1
-
ffplay is not getting compiled on Amazon EC2
12 septembre 2017, par DurgeshAsking this question as similar questions of stackoverflow didn’t help me.
I wanted to install ffplay tool on my Amazon EC2 (Linux) instance. I have cloned the code from FFmpeg’s official git repository.
executed ./configure and make. After these commands, there was no ffplay binary created. Only ffmpeg, ffprobe and ffserver binaries were generated.
Later tried with executing ’./configure —enable-ffplay’ as suggested in few posts of web. Even this didn’t work. Also i did not found any static binaries of ffplay which i could use for my testing
Can anyone suggest what was wrong with my build procedure ?