Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

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

Sur d’autres sites (10735)

  • Ffmpeg cmd line for stereo(L+R) to Mono(L)

    16 janvier 2014, par Eric

    I use the following command to extract video parts of an '.MTS' record (video).

    ffmpeg -i 00402.MTS -s 1280x720 -r 25 -ss 0:00:05.38608 -vcodec libxvid -qscale:v 2 -acodec ac3 -ar 48000 -ab 256k -t 0:00:06.613917 m001_mono.avi

    The audio stream is stereo but the right channel only recorded noise.
    Here are the input informations :

    Stream #0.0[0x1011]: Video: h264 (High), yuv420p, 1440x1080 [PAR 4:3 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, stereo, s16, 256 kb/s

    I would like the output's audio stream to be mono (with the original left channel only).
    I already made tests using '-ac 1' option, but in this case the two channels are merged and I lose 6dB of gain.

    What option should I use to discard right channel and output with mono audio stream ?

  • avcodec/mpeg12dec : fix mis-indented line

    24 janvier 2014, par Michael Niedermayer
    avcodec/mpeg12dec : fix mis-indented line
    

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

    • [DH] libavcodec/mpeg12dec.c
  • x86/lossless_videodsp : silly one-line cosmetic.

    25 janvier 2014, par Clément Bœsch
    x86/lossless_videodsp : silly one-line cosmetic.
    
    • [DH] libavcodec/x86/lossless_videodsp.asm