Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (14)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (2878)

  • php 5.5.12 ffmpeg window 7 64bit Not working wamp server v2.5

    24 juillet 2015, par sonam Sharma

    I am facing following issue during installing the ffmpeg on the windows 7 64-bit machine using WampServer Version 2.5 with php 5.5.12 and ffmpeg extension 32-Bit

    I didn’t find ffmpeg ext. 32-bit..

    PHP Startup: Unable to load dynamic library
    'c:/wamp/bin/php/php5.3.13/ext/php_ffmpeg.dll' - %1 is not a valid Win32 application.

    enter image description here

    enter image description here

  • ffmpeg segments are not working as expected [closed]

    14 août 2023, par Sumit Dey

    Trying to record rstp stream from an IP camera into 10 mins chunks.

    


    FFREPORT=file=$log_DIR/ffmpeg_recording.log \
ffmpeg -i "rtsp://$CAMERA_USERNAME:$CAMERA_PASSWORD@$IP:$PORT/stream1" \
-acodec aac -vcodec copy \
-f segment -segment_time 600 -min_seg_duration 300 -segment_atclocktime 1 -reset_timestamps 1 -segment_format mp4 \
-strftime 1 "$cap_DIR/record_%Y-%m-%d-%H.%M.%S.mp4" \
-report -y


    


    However, the video segments saved by ffmpeg are only 1 min long, instead of 10mins.

    


    Even the parameter for min_seg_duration of 5min is not respected.

    


    Log file : https://pastebin.com/xNLYh5Vq

    



    


    Reference : https://ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment

    


  • FFMPEG compilation without non free and without gpl not working properly

    27 décembre 2019, par sarun

    I tried to compile ffmpeg for LGPL (without nonfree and with out gpl).

    I used following commands while configuring as mentioned in many blogs

    configure --prefix=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build --bindir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/bin --libdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/lib --shlibdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/slib --incdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/include --datadir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/data --mandir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/man --pkgconfigdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/slib/pkgconfig --disable-static --enable-shared

    after compilation i could still see non free codecs and gpl elements as part of installed libraries
    please help me whether i am missing anything, i want to create LGPL version for my work.