Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (11928)

  • ffprobe : add option to control optional fields display

    1er mai 2021, par Gyan Doshi
    ffprobe : add option to control optional fields display
    
    • [DH] doc/ffprobe.texi
    • [DH] fftools/ffprobe.c
  • Unable display blob produced by ffmpeg

    16 avril 2021, par Hikigaya Jie

    My version of ffmpeg for frontend app :

    


      

    • "@ffmpeg/ffmpeg" : "^0.9.7"
    • 


    


    My goal is to have the uploaded video, writes video frames to image files and
I have tried the following code.

    


    import { createFFmpeg, fetchFile } from &#x27;@ffmpeg/ffmpeg&#x27;;&#xA;import { useState } from &#x27;react&#x27;;&#xA;&#xA;const ImageFrame: React.FC = () => {&#xA;    const [videoSrc, setVideoSrc] = useState(&#x27;&#x27;);&#xA;    const [images, setImages] = useState(&#x27;&#x27;);&#xA;    const ffmpeg = createFFmpeg({&#xA;        log: true,&#xA;    });&#xA;&#xA;    const doSomething = async () => {&#xA;        await ffmpeg.load();&#xA;        ffmpeg.FS(&#x27;writeFile&#x27;, &#x27;output%%-%d_%Y-%m-%d_%H-%M-%S.jpg&#x27;, await fetchFile(videoSrc));&#xA;        await ffmpeg.run(&#x27;-i&#x27;, videoSrc, &#x27;-vf&#x27;, &#x27;fps=1&#x27;, &#x27;output%%-%d_%Y-%m-%d_%H-%M-%S.jpg&#x27;);&#xA;        const data = ffmpeg.FS(&#x27;readFile&#x27;, &#x27;output%%-%d_%Y-%m-%d_%H-%M-%S.jpg&#x27;);&#xA;        const url = URL.createObjectURL(new Blob([data.buffer], { type: &#x27;image/jpg&#x27; }));&#xA;&#xA;        setImages(url);&#xA;    };&#xA;    const onChange = (event: any) => {&#xA;        setVideoSrc(event.target.files[0]);&#xA;    };&#xA;    return (&#xA;        <div>&#xA;            <div>&#xA;                <div style="{{">&#xA;                    <input accept="&#x27;video/mp4&#x27;" type="&#x27;file&#x27;" title="&#x27;Upload&#x27;" />&#xA;                    <button>Start</button>&#xA;                </div>&#xA;            </div>&#xA;&#xA;            <div>&#xA;                {images &amp;&amp; <img src="http://stackoverflow.com/feeds/tag/{images}" alt="&#x27;frame&#x27;" width="{250}" style='max-width: 300px; max-height: 300px' />}&#xA;            </div>&#xA;        </div>&#xA;    );&#xA;};&#xA;&#xA;export default ImageFrame;&#xA;&#xA;

    &#xA;

    This is the output I get for displaying the blob.

    &#xA;

    enter image description here

    &#xA;

    This is the log from ffmpeg, for some reason it always says "No such file or directory"

    &#xA;

    enter image description here

    &#xA;

  • 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;