Recherche avancée

Médias (0)

Mot : - Tags -/inscription3

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (20)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5695)

  • lavf/matroskaenc.c : add early support for colour elements

    7 mars 2016, par Neil Birkbeck
    lavf/matroskaenc.c : add early support for colour elements
    

    Adding early support for a subset of the proposed colour elements
    according to the latest version of spec :
    https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=hIKLhMdgTMTEwUTeA4ct38h0tmE

    Like matroskadec, I’ve left out elements for pix_fmt related things
    as there still seems to be some discussion around these.

    The new elements are exposed under strict experimental mode.

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskaenc.c
  • how can i stop ffmpeg when no new frame come to /dev/video0

    17 mai 2022, par itirou tarou

    I am now modifying stream from camera with our program(programA) and output as .ts files like below.

    &#xA;

    camera => programA => /dev/video0 => ffmpeg => .ts files

    &#xA;

    When camera stopped, programA stop automatically and no new frame arrive to /dev/video0.&#xA;I want ffmpeg stop automatically in such situation.&#xA;What ffmpeg option should I use ?&#xA;Currently I'm using option below, but ffmpeg doesn't stop.

    &#xA;

    ffmpeg -f video4linux2 -i /dev/video0 -vsync vfr -f hls -c:v h264_nvenc out.m3u8&#xA;

    &#xA;

    Edited :
    &#xA;I tried to invalidate /dev/video0 but it failed like below.

    &#xA;

    # modprobe -r v4l2loopback&#xA;modprobe: FATAL: Module v4l2loopback is in use.&#xA;

    &#xA;

    After I stopped programA and ffmpeg, the command success.
    &#xA;ProgramA is kicked by systemd service and restart automatically when it stopped.
    &#xA;ffmpeg is kicked by programB, but programB doesn't control programA.
    &#xA;But it sounds like good idea to inform B so B can kill ffmpeg.
    &#xA;I'll try that way. Thank you.

    &#xA;

  • cmdutils & opencl : add -opencl_bench option to test and show available OpenCL devices

    9 décembre 2013, par Lenny Wang
    cmdutils & opencl : add -opencl_bench option to test and show available OpenCL devices
    

    Reviewed-by : Wei Gao <highgod0401@gmail.com>
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Makefile
    • [DH] cmdutils.c
    • [DH] cmdutils.h
    • [DH] cmdutils_common_opts.h
    • [DH] cmdutils_opencl.c
    • [DH] doc/APIchanges
    • [DH] doc/fftools-common-opts.texi
    • [DH] doc/utils.texi
    • [DH] libavutil/opencl.c
    • [DH] libavutil/opencl.h
    • [DH] libavutil/version.h