
Recherche avancée
Autres articles (20)
-
Contribute to translation
13 avril 2011You 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, parThe 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 2011Unfortunately 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 Birkbecklavf/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=hIKLhMdgTMTEwUTeA4ct38h0tmELike 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> -
how can i stop ffmpeg when no new frame come to /dev/video0
17 mai 2022, par itirou tarouI am now modifying stream from camera with our program(programA) and output as .ts files like below.


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


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


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



Edited :

I tried to invalidate /dev/video0 but it failed like below.

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



After I stopped programA and ffmpeg, the command success.

ProgramA is kicked by systemd service and restart automatically when it stopped.

ffmpeg is kicked by programB, but programB doesn't control programA.

But it sounds like good idea to inform B so B can kill ffmpeg.

I'll try that way. Thank you.

-
cmdutils & opencl : add -opencl_bench option to test and show available OpenCL devices
9 décembre 2013, par Lenny Wangcmdutils & 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>