Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (61)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (6367)

  • avfilter/vf_remap : remove timeline support

    28 septembre 2021, par Paul B Mahol
    avfilter/vf_remap : remove timeline support
    

    It is not supported, as it is possible to change frame video width
    and height and that can lead to undefined output.

    • [DH] libavfilter/vf_remap.c
  • mlpenc : fix huff offset calculation

    24 janvier 2020, par Jai Luthra
    mlpenc : fix huff offset calculation
    

    huff offset wasn't always within the bounds before, which lead to
    corrupt encoding that didn't always trigger lossless check failures

    Signed-off-by : Jai Luthra <me@jailuthra.in>

    • [DH] libavcodec/mlpenc.c
  • xvfb-run Could not get a valid VA display org.freedesktop.DBus.Properties.Get

    28 mars 2021, par Jintor

    When I try xvfb-run google-chrome I get error about Could not get a valid VA display

    &#xA;

    Here the full command :

    &#xA;

        /usr/bin/xvfb-run --listen-tcp --server-num 49 &#xA;--server-args="-ac -screen 0 1920x1080x24  -noreset" google-chrome &#xA;--kiosk --start-maximized --test-type --no-sandbox --disable-infobars &#xA;--disable-gpu --disable-popup-blocking --window-size=1920x1080 &#xA;--window-position=0,0 --no-first-run --ignore-certificate-errors &#xA;--disable-dev-shm-usage --autoplay-policy=no-user-gesture-required &#xA;--simulate-outdated-no-au=&#x27;Tue, 31 Dec 2099 23:59:59 GMT&#x27; google.com&#xA;

    &#xA;

    the Errors

    &#xA;

    [82942:82942:0327/210500.657801:ERROR:vaapi_wrapper.cc(573)] Could not get a valid VA display&#xA;[82906:83000:0327/210501.005473:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files&#xA;[82906:83000:0327/210501.005734:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files&#xA;[82906:83000:0327/210501.006408:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files&#xA;

    &#xA;

    •••• What I want to to do : create a browser (server-num x) and ffmpeg -f x11grab -i 127.0.0.1:49

    &#xA;

    In Centos I'm able to do it, but in other linux I get those errors

    &#xA;

    Why and how to fix this ? (if this is fixable ?) (or changing attributes....)

    &#xA;