Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (24)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (3431)

  • gstreamer records

    13 octobre 2012, par Eric

    I use the following command to record audio and video from my webcam

    gst-launch-0.10 v4l2src ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! \
                tee name=t_vid ! queue ! videoflip method=horizontal-flip ! \
                xvimagesink sync=false t_vid. ! queue ! \
                videorate ! video/x-raw-yuv,framerate=30/1 ! queue ! mux. \
                autoaudiosrc ! audiorate ! audio/x-raw-int,rate=48000,channels=1,depth=16 ! queue ! \
                audioconvert ! queue ! mux. avimux name=mux ! \
                filesink location=video.avi

    And the result is correct in term of synchronicity between the flows. However the avi file is very big since that's uncompressed data...
    Could you advice me howto reduce the size of the records. Note that I after recording I split audio and video in separate files for processing. It is crucial to keep the synchronicity.

    * Edit *

    I tried to use ffmpeg to compress the avi files using this command :

    ffmpeg -i video.avi -vcodec msmpeg4v2 output.avi

    But it seems that bitrate is invalid (N/A since its raw data ?)
    Here is the output :

    Input #0, avi, from 'video.avi':
    Duration: 00:00:00.00, start: 0.000000, bitrate: -2147483 kb/s
     Stream #0.0: Video: rawvideo, yuv420p, 640x480, 30 tbr, 30 tbn, 30 tbc
     Stream #0.1: Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    [buffer @ 0xef57e0] w:640 h:480 pixfmt:yuv420p
    Incompatible sample format 's16' for codec 'ac3', auto-selecting format 'flt'
    [ac3 @ 0xedece0] channel_layout not specified
    [ac3 @ 0xedece0] No channel layout specified. The encoder will guess the layout, but it     might be incorrect.
    [ac3 @ 0xedece0] invalid bit rate
    Output #0, avi, to 'output.avi':
     Stream #0.0: Video: msmpeg4v2, yuv420p, 640x480, q=2-31, 200 kb/s, 90k tbn, 30 tbc
     Stream #0.1: Audio: ac3, 48000 Hz, mono, flt, 200 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.1 -> #0.1
    Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height

    Thanks for helping.

  • Revision 863601c589 : Normalize more intrinsic filenames vp9_dequantize_x86 has only sse2 functions.

    26 avril 2013, par Johann

    Changed Paths :
     Add /vp9/decoder/x86/vp9_dequantize_sse2.c
    (from /vp9/decoder/x86/vp9_dequantize_x86.c
    :c5b127afea85176e4b43c525eac238924e4d2116)
     Delete /vp9/decoder/x86/vp9_dequantize_x86.c


     Delete /vp9/decoder/x86/vp9_idct_mmx.h


     Add /vp9/encoder/x86/vp9_dct_sse2.c
    (from /vp9/encoder/x86/vp9_dct_sse2_intrinsics.c
    :c5b127afea85176e4b43c525eac238924e4d2116)
     Delete /vp9/encoder/x86/vp9_dct_sse2_intrinsics.c


     Modify /vp9/vp9cx.mk


     Modify /vp9/vp9dx.mk



    Normalize more intrinsic filenames

    vp9_dequantize_x86 has only sse2 functions.

    vp9_dct_sse2_intrinsics has no namespace collision and can drop
    _intrinsics.

    vp9_idct_mmx.h is unused.

    Change-Id : Ic16e31fb372a1d1e841a62ecb4189fe8f95808ec

  • avdevice/timefilter : 2nd try at avoiding rounding issues

    3 août 2013, par Michael Niedermayer
    avdevice/timefilter : 2nd try at avoiding rounding issues
    

    This hopefully fixes fate-timefilter

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

    • [DH] libavdevice/timefilter.c
    • [DH] tests/ref/fate/timefilter