Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (45)

  • 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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (9463)

  • Stream H264 To Android Using FFMPEG

    26 février 2013, par GroovyDotCom

    I'm trying to stream a .ts file containing H.264 and AAC as an RTP stream to an Android device.

    I tried :

    .\ffmpeg -fflags +genpts -re -i 1.ts -vcodec copy -an -f rtp rtp ://127.0.0.1:10
    000 -vn -acodec copy -f rtp rtp ://127.0.0.1:20000 -newaudio

    FFMPEG displays what should be in your SDP file and I copied this into an SDP file and tried playing from VLC and FFPLAY. VLC plays audio but just gives errors re : bad NAL unit types for video. FFPLAY doesn't play anything.

    My best guess if that the FFMPEG H.264 RTP implementation is broken or at least it doesn't work in video passthru mode (i.e. using the -vcodec copy).

    I need a fix for FFMPEG or an alternate simple open-source solution. I don't want to install FFMPEG in my Android client.

    thanks.

  • How to change bitrate mode : VBR to CBR with MPEG4 of H264 file ?

    24 juillet 2013, par Tuan Nguyen

    I've tried to convert bitrate mode from VBR to CBR with FFMPEG library,but bitrate mode cannot change.
    My command line :

    ffmpeg -i <in file="file"> -f mpegts -acodec libmp3lame -ar 48000 -ab 64k -s 320×240 -vcodec libx264 -b 96k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq &#39;blurCplx^(1-qComp)&#39; -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 320:240 -g 30 -async 2 <output file="file"></output></in>

    I founded some apps but don't have a app that i can change bitrate mode.
    Can anyone point me why my cmd cannot change mode or apps to change bitrate mode.
    I think CBR is a mode that bitrate is the same all time,it's true ?
    Thanks

  • h264 : Check that the codec isn’t null before accessing it

    28 août 2012, par Martin Storsjö

    h264 : Check that the codec isn’t null before accessing it