
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 (77)
-
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 -
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 (11258)
-
De-interlace hardware with FFMpeg Cuda/cuvid decoder is not working anymore ?
15 novembre 2017, par Red5goaheadIs it possible that with Nvidia whql driver (385.69) for Windows 10 x64 1709 Cuda is not working to deinterlace H264 video stream ?
Mpc-HC, lav codec screenshot setup
Please refer to this one minute sample /111 MB
I tried with MPC-HC and FFMPEG h264_cuvid decoder with -hwaccels and -deint switch (-resize it’s working fine for example), no other sw filter in the chain of course, the result color space is Cuda/NV12
-
hwcontext_vulkan : do not use optical flow queueus by default
3 juin, par Lynne -
streaming desktop video and audio with ffmpeg
29 juin 2014, par user3787697I want to stream my desktop video and audio using ffmpeg, i have UScreenCapture and virtual audio driver filter installed on my system, I want to broadcast video on some rtmp.
This is my code :
ffmpeg -f dshow -i video="UScreenCapture" -f dshow -i audio="Stereo Mix (Realtek High Defini" -r 30 -vcodec flv -q 20 -acodec libmp3lame -ab 128k -f mpegts rtmp://141.117.224.74:6666?pkt_size=188?buffer_size=65535
Can someone please correct this code for audio and for video bitrate, so that i can run on my system and the code can capture custom desktop and broadcast over some particular rtmp ?
Thanks