Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (39)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8744)

  • FFMPEG rtsp stream add timestamp to output file

    20 février 2020, par kernel252

    I’m trying add timestamp to output file from FFMPEG but I’m getting this error.

    Filtergraph 'drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460' was defined for video output stream 0:0 but codec copy was selected.
    Filtering and streamcopy cannot be used together

    And my command is :

    ffmpeg -i rtsp://admin:password@192.168.1.52:554/11 -vf "drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460" -acodec copy -vcodec copy test.avi

    And the output :

    ffmpeg version N-75939-g6eaf97c Copyright (c) 2000-2015 the FFmpeg
    developers built with gcc 4.9.2 (Raspbian 4.9.2-10) configuration :
    —arch=armel —target-os=linux —enable-gpl —enable-libx264 —enable-nonfree —enable-libfreetype
    libavutil 55. 3.100 / 55. 3.100
    libavcodec 57. 5.100 / 57. 5.100
    libavformat 57. 3.100 / 57. 3.100
    libavdevice 57. 0.100 / 57. 0.100
    libavfilter 6. 11.100 / 6. 11.100
    libswscale 4. 0.100 /
    4. 0.100
    libswresample 2. 0.100 / 2. 0.100
    libpostproc 54. 0.100 / 54. 0.100 Input #0, rtsp, from ’rtsp ://user :@192.168.1.52:554/11’ :
    Metadata :

    title : 10 Duration : N/A, start : 0.159000, bitrate : N/A

    Stream #0:0 : Video : h264 (Main), yuv420p, 1280x720, 25.08 tbr, 90k tbn, 180k tbc

    Stream #0:1 : Audio : adpcm_g726, 8000 Hz, mono, s16, 16 kb/s Filtergraph
    ’drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text=’\%T’ :
    fontcolor=white@0.8 : x=7 : y=460’ was defined for video output stream
    0:0 but codec copy was selected. Filtering and streamcopy cannot be
    used together.

    Where I’m doing a mistake ?

    Thank you for all reply :)

  • FFMPEG rtsp stream add timestamp to output file

    14 octobre 2015, par kernel252

    I’m trying add timestamp to output file from FFMPEG but I’m getting this error.

    Filtergraph 'drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460' was defined for video output stream 0:0 but codec copy was selected.
    Filtering and streamcopy cannot be used together

    And my command is :

    ffmpeg -i rtsp://admin:password@192.168.1.52:554/11 -vf "drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460" -acodec copy -vcodec copy test.avi

    And the output :

    ffmpeg version N-75939-g6eaf97c Copyright (c) 2000-2015 the FFmpeg
    developers built with gcc 4.9.2 (Raspbian 4.9.2-10) configuration :
    —arch=armel —target-os=linux —enable-gpl —enable-libx264 —enable-nonfree —enable-libfreetype
    libavutil 55. 3.100 / 55. 3.100
    libavcodec 57. 5.100 / 57. 5.100
    libavformat 57. 3.100 / 57. 3.100
    libavdevice 57. 0.100 / 57. 0.100
    libavfilter 6. 11.100 / 6. 11.100
    libswscale 4. 0.100 /
    4. 0.100
    libswresample 2. 0.100 / 2. 0.100
    libpostproc 54. 0.100 / 54. 0.100 Input #0, rtsp, from ’rtsp ://user :@192.168.1.52:554/11’ :
    Metadata :

    title : 10 Duration : N/A, start : 0.159000, bitrate : N/A

    Stream #0:0 : Video : h264 (Main), yuv420p, 1280x720, 25.08 tbr, 90k tbn, 180k tbc

    Stream #0:1 : Audio : adpcm_g726, 8000 Hz, mono, s16, 16 kb/s Filtergraph
    ’drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text=’\%T’ :
    fontcolor=white@0.8 : x=7 : y=460’ was defined for video output stream
    0:0 but codec copy was selected. Filtering and streamcopy cannot be
    used together.

    Where I’m doing a mistake ?

    Thank you for all reply :)

  • Cannot repeat ffmpeg commnad in one bash script

    3 janvier 2018, par Idigest

    I have this simple bash script for ffmpeg conversion. If there is only one call for ffmpeg, script works well. If there are 2 or more calls, only the last call for ffmpeg is successfull. For previous calls there is the error : unable to find suitable output format for /var/.../.../.jpg : Invalid argumentlic_html. It seems to me it is needed to call ffmpeg by different way. Any idea ?

    #!/bin/bas
    ffmpeg -y -i "http://xx/22.m3u8" -qscale:v 2 -vframes 1 -vf "drawtext=fontfile=/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf: text='%{localtime}': fontsize=20: fontcolor=white@0.9: x=20: y=20: box=1: boxcolor=red@0.2" /var/xxx/22.jpg
    ffmpeg -y -i "http://xx/23.m3u8" -qscale:v 2 -vframes 1 -vf "drawtext=fontfile=/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf: text='%{localtime}': fontsize=20: fontcolor=white@0.9: x=20: y=20: box=1: boxcolor=red@0.2" /var/xxx/23.jpg