Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (58)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • 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

Sur d’autres sites (10093)

  • ffmpeg : Using tee with segmenter

    30 avril 2017, par Lev

    I’m trying to use a tee to output my stream into 1min segments and into a file at the same time. Here’s my command :

    ffmpeg -i "rtsp://${cameraIp}:554/axis-media/media.amp?videocodec=h264&resolution=1280x720&fps=15" -c copy -map 0 \
    -f tee "[f=ssegment:segment_time=60:segment_format=mp4:reset_timestamps=1:r=15] ${rootPath}/${storeId}-${location}-%03d.mp4 \
    | /tmp/${cameraIp}.mkv"

    Individually (without tee) both outputs work fine. So I can either output into segmented files or into a non-segmented file. But with the tee I get this error :

    [stream_segment,ssegment @ 0x217ece0] Failed to open segment ’
    /etc/cida/diagnostics/vid/780801-99-000.mp4’ [tee @ 0x217d820] Slave
    ’[f=ssegment:segment_time=60:segment_format=mp4:reset_timestamps=1:r=15]
    /etc/cida/diagnostics/vid/780801-99-%03d.mp4’ : error writing header :
    No such file or directory

    See full command output below. Any suggestions ?

    ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
    built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1 14.04.3) configuration :
    —extra-libs=-ldl —prefix=/opt/ffmpeg —mandir=/usr/share/man —enable-avresample —disable-debug —enable-nonfree —enable-gpl —enable-version3 —enable-libopencore-amrnb —enable-libopencore-amrwb —disable-decoder=amrnb —disable-decoder=amrwb —enable-libpulse —enable-libfreetype —enable-gnutls —enable-libx264 —enable-libx265 —enable-libfdk-aac —enable-libvorbis —enable-libmp3lame —enable-libopus —enable-libvpx —enable-libspeex —enable-libass —enable-avisynth —enable-libsoxr —enable-libxvid —enable-libvidstab —enable-libwavpack —enable-nvenc libavutil 55. 58.100 / 55. 58.100 libavcodec 57. 89.100 / 57. 89.100 libavformat 57. 71.100 / 57. 71.100 libavdevice 57. 6.100 / 57. 6.100 libavfilter 6. 82.100 / 6. 82.100 libavresample 3. 5. 0 /
    3. 5. 0 libswscale 4. 6.100 / 4. 6.100 libswresample 2. 7.100 / 2. 7.100 libpostproc 54. 5.100 / 54. 5.100 Input #0, rtsp, from ’rtsp ://10.83.245.7:554/axis-media/media.amp ?videocodec=h264&resolution=1280x720&fps=15’ :
    Metadata :
    title : Session streamed with GStreamer
    comment : rtsp-server Duration : N/A, start : 0.080011, bitrate : N/A
    Stream #0:0 : Video : h264 (Main), yuvj420p(pc, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 25 tbr, 90k tbn, 180k tbc
    [stream_segment,ssegment @ 0x217ece0] Failed to open segment ’
    /etc/cida/diagnostics/vid/780801-99-000.mp4’ [tee @ 0x217d820] Slave
    ’[f=ssegment:segment_time=60:segment_format=mp4:reset_timestamps=1:r=15]
    /etc/cida/diagnostics/vid/780801-99-%03d.mp4’ : error writing header :
    No such file or directory [tee @ 0x217d820] Slave muxer #0 failed,
    aborting. Could not write header for output file #0 (incorrect codec
    parameters ?) : No such file or directory Stream mapping : Stream #0:0
    -> #0:0 (copy)
    Last message repeated 1 times

  • ffmpeg cut flv but resulting video cannot be processed on youtube

    20 avril 2017, par user1017674

    I am using a simple ffmpeg command to cut some videos.

    The command i ran is

    ffmpeg -i test.flv -ss 0 -to 60 -c copy output.flv

    The output.flv turns out is not processable on youtube, but I am able to play this file locally using a random flv player that I downloaded.

    This is the log when cutting the video.

    The original file test.flv can be found here.
    https://drive.google.com/open?id=0B5eHJIAbpaIYaW95ZlFTMTUzNGc

    The output file output.flv can be found here.
    https://drive.google.com/open?id=0B5eHJIAbpaIYejk5dGJTOEo1UU0

    ./ffmpeg -i test.flv -ss 0 -to 60 -c copy diablo.flv
    ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
     built with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
     configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --disable-doc --arch=x86_64 --enable-runtime-cpudetect
     libavutil      55. 58.100 / 55. 58.100
     libavcodec     57. 89.100 / 57. 89.100
     libavformat    57. 71.100 / 57. 71.100
     libavdevice    57.  6.100 / 57.  6.100
     libavfilter     6. 82.100 /  6. 82.100
     libswscale      4.  6.100 /  4.  6.100
     libswresample   2.  7.100 /  2.  7.100
     libpostproc    54.  5.100 / 54.  5.100
    Input #0, flv, from 'test.flv':
     Metadata:
       creator         : Coded
       metadatacreator : Yet Another Metadata Injector for FLV - Version 1.9
       hasKeyframes    : true
       hasVideo        : true
       hasAudio        : true
       hasMetadata     : true
       canSeekToEnd    : true
       datasize        : 69602014
       videosize       : 63600961
       audiosize       : 5917165
       lasttimestamp   : 292
       lastkeyframetimestamp: 292
       lastkeyframelocation: 69603218
     Duration: 00:04:51.68, start: 0.080000, bitrate: 1909 kb/s
       Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, 1742 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
       Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp, 158 kb/s
    Output #0, flv, to 'diablo.flv':
     Metadata:
       creator         : Coded
       metadatacreator : Yet Another Metadata Injector for FLV - Version 1.9
       hasKeyframes    : true
       hasVideo        : true
       hasAudio        : true
       hasMetadata     : true
       canSeekToEnd    : true
       datasize        : 69602014
       videosize       : 63600961
       audiosize       : 5917165
       lasttimestamp   : 292
       lastkeyframetimestamp: 292
       lastkeyframelocation: 69603218
       encoder         : Lavf57.71.100
       Stream #0:0: Video: h264 (High) ([7][0][0][0] / 0x0007), yuv420p(progressive), 1280x720, q=2-31, 1742 kb/s, 25 fps, 25 tbr, 1k tbn, 1k tbc
       Stream #0:1: Audio: aac (LC) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 158 kb/s
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
     Stream #0:1 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame= 1252 fps=0.0 q=-1.0 Lsize=   12074kB time=00:00:59.98 bitrate=1648.8kbits/s speed=1.21e+03x    
    video:10849kB audio:1153kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.598021%
  • Anomalie #3389 : SVP (?) télécharge les zip 2 fois

    3 mai 2017, par cedric -

    Toujours pareil, ad nauseam

    files.spip.org:80 XX.XXX.XX.XXX - - [03/May/2017:12:32:11 +0200] "GET /spip-zone/champs_extras3.zip HTTP/1.1" 200 43705 "http://localhost:8888/_spip31/" "SPIP-3.1.4 (http://www.spip.net)" 
    files.spip.org:80 XX.XXX.XX.XXX - - [03/May/2017:12:32:12 +0200] "GET /spip-zone/champs_extras3.zip HTTP/1.0" 200 43705 "http://localhost:8888/_spip31/" "SPIP-3.1.4 (http://www.spip.net)" 
    files.spip.org:80 XX.XXX.XX.XXX - - [03/May/2017:12:32:12 +0200] "GET /spip-zone/champs_extras3_interface.zip HTTP/1.1" 200 69489 "http://localhost:8888/_spip31/" "SPIP-3.1.4 (http://www.spip.net)" 
    files.spip.org:80 XX.XXX.XX.XXX - - [03/May/2017:12:32:13 +0200] "GET /spip-zone/champs_extras3_interface.zip HTTP/1.0" 200 69489 "http://localhost:8888/_spip31/" "SPIP-3.1.4 (http://www.spip.net)" 
    files.spip.org:80 XX.XXX.XX.XXX - - [03/May/2017:12:32:14 +0200] "GET /spip-zone/uploadhtml5.zip HTTP/1.1" 200 53893 "http://localhost:8888/_spip31/" "SPIP-3.1.4 (http://www.spip.net)" 
    files.spip.org:80 XX.XXX.XX.XXX - - [03/May/2017:12:32:14 +0200] "GET /spip-zone/uploadhtml5.zip HTTP/1.0" 200 53893 "http://localhost:8888/_spip31/" "SPIP-3.1.4 (http://www.spip.net)"