Recherche avancée

Médias (91)

Autres articles (40)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6300)

  • Revision 125000 : Détermination des tests js avec afficher_si : - utiliser un pipeline ...

    6 juin 2020, par Maïeul Rouquette — Log

    Détermination des tests js avec afficher_si :
    - utiliser un pipeline saisie_afficher_si_js_type qui dit le type de
    test à générer. Exemple d’usage : la saisie evenements d’agenda ne doit
    pas générer le même test selon qu’elle est configuré en mode radio ou en
    mode checkbox ou en mode select
    - déterminer automatiquement la fonction à utiliser
    saisies_afficher_si_js_&lt ;type&gt ;, ce qui permettra de créer les propres
    fonctions
    - uniformisation des arguments des fonctions
    - ca casse l’appel aux fonctions renommées / signature changées, mais
    normalement est pas censé s’en servir publiquement

  • What open source software would be best for reading in raw data from an SDR / USRP and decoding ATSC1.0 video and playing it ?

    18 août 2023, par railsnoob

    I've had luck with GNU Radio for ATSC1.0 decode from USRP data and sending the mpeg transport stream to VLC to be played but eventually I would like to have other DTV standards decoded.

    


    I started looking into packages with full DTV support and saw that VLC has TV tuner control/access, but if I have a USRP I'm not sure I could configure VLC to control that, or if I'd even want it to. But since it can go from tuner control to video playback there must be a command/configuration which just has it read from a raw data file that I captured from the USRP, right ?

    


    Does anyone know how to go from raw captured ATSC channel to MPEG transport stream on VLC, FFMPEG, or any other software packages ?

    


  • FFmpeg save stream to mp3

    17 avril 2015, par Sergey92zp

    I have an iOS project that play online radio streams, it is use FFmpeg to play. Also I added ability to record streams, decode streams via avcodec_decode_audio4 function, and write output to .wav file. But this files are too big, because it is uncompressed format, so I want to decode files to .mp3.

    I have found couple ways to convert audio but only when audio it is ready file, but I want decode to some compressed format as soon as I get chunk of data from stream, not ready file.

    Is it possible ?
    Can you give me some advise how to achieve this ?