Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (39)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (7508)

  • Microphone issue in audio streaming using FFMPEG

    1er octobre 2013, par Vigo

    I executed the command

    ffmpeg -list_devices true -f dshow -i dummy  

    to find out that the audio device is 'Realtek HD Audio Input'.

    enter image description here

    But executing the command

    ffmpeg -f dshow -i audio="Microphone (Realtek HD Audio Input" -acodec libmp3lame -ab 128k -ac 2 -ar 44100 -re -f rtp://10:14:35:12:1234  

    gives the error
    "Could not find audio device. audio='Microphone (Realtek HD Audio Input : Input/output error"

    enter image description here

    I have checked for the working of the microphone and it works fine. Please let me know what is the issue here.

    The machine runs on Windows-XP SP2.

  • Find the library calls from FFMPEG command line

    6 octobre 2013, par Budius

    I'm trying to create an Android app that will use video edition, thou, using FFMPEG for the task. I already successfully compiled FFMPEG as a library (libavcodec, libavformat, etc) and included them in the Android project.

    Note that it does not contain the ffmpeg.c that can be called as a command line and the problem is that I only know the command lines to be used for all different things I want to accomplish.

    So the question is :

    from my Linux machine, how would I call ffmpeg main() in a "debug mode" to follow line-by-line what is being calling on those libraries, so I can write methods to mimic what I need to get done ? (currently I only have Android Studio installed, but I'm open to install whatever IDE ppl might suggest)

  • FFmpeg unable to stream

    18 octobre 2013, par LadislavM

    I have a simple http server for incoming MPEG stream and I'm trying to stream video from another machine on the same network. It works using ffmpeg like this

    ffmpeg -f video4linux2 -i /dev/video0 -f mpeg1video http://myaddress.com:port

    But from one specific computer ffmpeg refuses to stream and I can't find out why. All I can get is this output :

    ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
    built on Sep 16 2012 09:30:22 with gcc 4.5.3

    configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib
    --mandir=/usr/share/man --enable-shared --cc=i686-pc-linux-gnu-gcc
    --disable-static --enable-gpl --enable-postproc --enable-avfilter
    --disable-stripping --disable-debug --disable-doc --disable-network
    --disable-vaapi --disable-ffplay --disable-vdpau --disable-indev=v4l
    --disable-indev=oss --disable-indev=jack --disable-outdev=oss
    --disable-altivec --disable-avx --cpu=atom --enable-hardcoded-tables

    libavutil    50. 43. 0 / 50. 43. 0
    libavcodec   52.123. 0 / 52.123. 0
    libavformat  52.111. 0 / 52.111. 0
    libavdevice  52.  5. 0 / 52.  5. 0
    libavfilter   1. 80. 0 /  1. 80. 0
    libswscale    0. 14. 1 /  0. 14. 1
    libpostproc  51.  2. 0 / 51.  2. 0