Recherche avancée

Médias (91)

Autres articles (32)

  • 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

  • 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 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6360)

  • Running ffmpeg as a service ? [closed]

    28 août 2021, par Mangaku

    I'm looking to use ffmpeg to stream a loop video.

    


    I've create this service :

    


    Description=twitch
After=network.target remote-fs.target nss-lookup.target


[Service]
User=root
Restart=on-failure
RestartSec=30
ExecStart=/home/ffmpeg/launch-stream.sh
KillSignal=SIGTERM

[Install]
WantedBy=multi-user.target


    


    Running this script :

    


    #
# Copyright (C) Mangaku

ffmpeg -nostdin -re -stream_loop -1 -i kittens.mp4 -c:v libx264 -preset veryfast -b:v 3000k -maxrate 3000k -f flv rtmp://blablabla


    


    But i'm still facing (code=exited, status=1/FAILURE)

    


    Any ideas ?

    


  • How to run ffmpeg as systemd service ?

    28 mars 2019, par Dr.eel

    My problem is that when the system service starts ffmpeg at boot it creates defunct process. It just won’t start.
    Even I try to start ffmpeg as subprocess by another app with systemd it also crashes.

  • ffmpeg Video thumbnail Service

    26 avril 2014, par user3576217

    I need active FFMPEG Video thumbnail Service. I have installed just FFMPEG but see Video thumbnail Service not working. I checked ffmpeg version on SSH and got this

    ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers
      built on Apr 13 2014 13:00:18 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
      configuration : —prefix=/usr —libdir=/usr/lib64 —shlibdir=/usr/lib64 —mandir=/usr/share/man —enable-shared —enable-runtime-cpudetect —enable-gpl —enable-version3 —enable-postproc —enable-avfilter —enable-pthreads —enable-x11grab —enable-vdpau —disable-avisynth —enable-frei0r —enable-libopencv —enable-libdc1394 —enable-libgsm —enable-libmp3lame —enable-libnut —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-librtmp —enable-libspeex —enable-libtheora —enable-libvorbis —enable-libvpx —enable-libx264 —enable-libxavs —enable-libxvid —extra-cflags=’-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector —param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC’ —disable-stripping

    is their any way to enable just video thumbnail service ?