Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (77)

  • Participer à sa traduction

    10 avril 2011

    Vous 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, par

    Mediaspip 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, par

    Unlike 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 Red5goahead

    Is 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
    enter image description here

    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
    hwcontext_vulkan : do not use optical flow queueus by default
    

    We don't use them, and on NVIDIA, each queue takes around 30ms
    to allocate, and the driver has a global limit of ONLY 112 queues.

    • [DH] libavutil/hwcontext_vulkan.c
  • streaming desktop video and audio with ffmpeg

    29 juin 2014, par user3787697

    I 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