Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (69)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6609)

  • ffmpeg : Stream, record and play my webcam

    12 avril 2013, par ChristophLSA

    I want to stream my webcam to a rtmp server. Also I want to record and save this to a local file (with better settings). This works and the command look like this :

    ffmpeg -f video4linux2 -i /dev/video2 -f pulse -i default \
     -r 20 -acodec copy -vcodec libx264 -threads 0 -s 720x480 recording-$(date +%d.%m.%Y-%H.%M.%S).mkv \
     -acodec libmp3lame -ab 64k -ar 44100 -vcodec libx264 -vpre my_ffpreset -threads 0 -f flv -s 320x240 rtmp://foo/bar

    Now I want to play my webcam to test the right angle, audio volume etc. What is the best way for doing this without a third (expensive) encoding ?

    I could play the stream but the latency is to high. Maybe I could create a ffserver and play the stream. Is there an option to record and stream with only one encoding process ? Any other solutions ?

  • record application audio only with ffmpeg [migrated]

    27 mars 2013, par Pavan K

    I would like to use ffmpeg to use application audio only instead of the whole system audio while screen grabbing. How can I do this if the grabbing command is something like this ? By application specific I mean it can be audio from chrome(audio is out from chrome through internet)

    ffmpeg -f x11grab -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -r 25 -i :0.0 -sameq  desktop.mkv

    I tried to use pulse audio but I couldn't get it to work.

    If someone could even post a link to a working pulse audio setup I would be grateful. I want to do this programatically. And also if I am running two separate audio streams I should be able to capture only one ! I was not able to setup that using pavucontrol

  • avformat/mov : Dont blindly trust the stream duration in seting chapter times

    23 mai 2014, par Michael Niedermayer
    avformat/mov : Dont blindly trust the stream duration in seting chapter times
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c