Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (13149)

  • Add even more parentheses to silence warnings.

    2 septembre 2011, par Ralph Giles
    Add even more parentheses to silence warnings.
    

    This is a more aggressive fix than r17688. This version is from
    a similar patch to the Mozilla tree by Atul Aggarwal. See
    https://bugzilla.mozilla.org/show_bug.cgi?id=666672 for the
    history.

    git-svn-id : http://svn.xiph.org/trunk/vorbis@18076 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/codebook.c
  • Live Stream Android Screen

    27 janvier 2012, par salamis

    I would like to stream Android Screen using FFMPEG and MonkeyRunners(MonkeyImage)

    I found a good Tutorial for streaming your webcam using FFMPEG and video4linux2.

    Is it possible to send the bytes from the Monkeyrunner.MonkeyImage to the FFMPEG to be converted to a live video stream ?

    Actual code :

    $ffmpeg -f video4linux2 -i /dev/video0 http://78.47.18.19:8090/cam1.ffm

    Replace it with something similar to :

    $ffmpeg -f video4linux2 -i <add here="here" python="python" stream="stream"> http://78.47.18.19:8090/cam1.ffm
    </add>

    Any suggestions ?

  • How to salvage a gigantic, possibly corrupt, AIFF file ?

    12 février 2012, par Ross Duncan

    Due to a Sound Track Pro glitch, I have a problematic AIF file. It plays fine in QuickTime Player, and is about 1 hour 50 mins long. However :

    • It's 3.81GB in size, whereas (I believe) AIF files are only supposed to be 2GB or smaller.
    • iTunes refuses to play it.
    • Logic Pro gives the error message "party-mix.aif is empty!" when I try to import it.
    • VLC will open and play the file, but it ends after an 1 hour (I guess this is the 2GB point).
    • Attempting to transcode using ffmpeg to Ogg gives the errors,

      [aiff @ 0x102051000] max_analyze_duration 5000000 reached at 5001333

      ....

      [pcm_s16be @ 0x10205a200] invalid PCM packet

      but the resulting file plays in VLC up till 1 hour, when it ends.

    • Attempting to transcode using ffmpeg to MP3 gives similar results as Ogg, except that the number of channels must reduced from 6 to 2. This is odd because it was a stereo project - where the extra 4 channels came from I have no idea.
    • There are a few places where the audio has been very noticeably sped up.

    My question : how can I transcode this frankenstein monster to MP3 without losing the second half ? I am running Mac OS 10.6.8.