Recherche avancée

Médias (91)

Autres articles (49)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (7053)

  • avcodec/vc1 : fix overlap and loop filtering for Simple and Main profile

    8 juin 2018, par Jerome Borsboom
    avcodec/vc1 : fix overlap and loop filtering for Simple and Main profile
    

    Overlap filtering I and BI frames for Simple and Main profile is only
    dependent on PQUANT. Restrict testing for CONDOVER and OVERFLAGS to
    advanced profile. Change from mb_width to end_mb_x in ff_vc1_i_loop_filter
    to avoid breaking the Microsoft Screen 2 decoder.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vc1_loopfilter.c
  • usb_fill_bulk_urb with less buffer_length gives no garbage Transport stream data

    4 février 2015, par user3570793

    Currently I am working on a DVB-T2 dongle which is connected to my Ubuntu laptop 14.04 using USB

    interface.

    I am using following applications to perform scanning and channel play.
    1. w_scan - which scans and gives me a channel.conf file
    2. vlc ./channel.conf - plays a channel using modulation parameters in channel.conf

    Things work fine when Pid filtering is disabled. But when Pid filtering is enabled, I see

    macroblocks on the screen instead of smooth AV. Even AV is breaking a lot.

    After going through the driver code, I tried increasing the URB buffer size from 3K (21*188) to

    64K (348*188). The AV became smooth.

    This urb buffer size is buffer_length (lenght of transport buffer) in below function.

    void usb_fill_bulk_urb (struct urb * urb, struct usb_device * dev,
    unsigned int pipe, void * transfer_buffer,
    int buffer_length, usb_complete_t complete_fn,
    void * context) ;

    As you can see the driver uses bulk mode of usb transfer.

    Could anyone explain me why increasing the buffer is solving the macroblock issue ?

    Give me some pointers to understand this issue better.

    Thanks in advance,
    Murali

  • New Sanyo cameras have editing in mind

    13 octobre 2009

    Sanyo has announced some ’A’ revisions to their existing FH1 and HD2000 cameras, which add a new "iFrame" mode. It appears this is an i-frame only h264 mode, at a reduced 960x540 resolution. It’s a very interesting idea - if other manufacturers adopted it as an optional setting, and if NLE manufacturers supported it, it could turn H264 into an edit-friendly format. Right now, editing H264 is hamstrung by the extremely long GOPs and complex interframe relationships. Going to i-frame only makes it essentially a more advanced version of a codec like DV or DVCProHD.

    Interestingly, the bottom of the press release mentions that

    "The iFrame logo and the iFrame symbol are trademarks of Apple Inc."

    That’s news to me. One wonders if Sanyo jumped the gun on a release, or if this is just a format that Apple uses internally in tools like iMovie, which Sanyo has co-opted. I’ll certainly be keeping my eyes open for an Apple announcement about "iFrame."