Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (24)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5195)

  • Media error : Format(s) not supported or source [closed]

    13 septembre 2022, par Paknice
  • How to fix muxer does not support non seekable output error on ffmpeg ?

    19 septembre 2022, par Yusuf

    I am getting this error when I try to stream my video to YouTube rtmps server and I don't know what it means or how to fix it. Can anyone help ?

    


    I first record my screen with Electron's MediaRecorder

    


    then I insert metadata of to the blob (othervise Electron exports without specifying the end of the file)

    


    I convert the webm to mp4 by executing
ffmpeg -i ${tempVideoPath} -c copy ${tempMp4VideoPath}

    


    Then I execute
ffmpeg -re -i ${tempVideoPath} -c copy -f mp4 ${youtubertmpslink}

    


    Finally I get this error :

    


    ffmpeg version 5.1.1-essentials_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 12.1.0 (Rev2, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\yussu\Desktop\Yazilim\electronJS\online-egitim-ogretmen\src\temp\stream-1663141332257.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2mp41
    encoder         : Lavf59.27.100
  Duration: 00:00:04.98, start: 0.000000, bitrate: 4251 kb/s
  Stream #0:0[0x1](eng): Video: vp9 (Profile 0) (vp09 / 0x39307076), yuv420p(tv), 1920x1080, 4179 kb/s, SAR 1:1 DAR 16:9, 23.07 fps, 16k tbr, 16k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1[0x2](eng): Audio: opus (Opus / 0x7375704F), 48000 Hz, stereo, fltp, 99 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
[mp4 @ 000001bd5ee76440] muxer does not support non seekable output
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:1 -- 
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
    Last message repeated 1 times

    at ChildProcess.exithandler (child_process.js:308)
    at ChildProcess.emit (events.js:210)
    at maybeClose (internal/child_process.js:1021)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:283)```


    


  • Creating animated AVIF with FFmpeg

    17 septembre 2022, par Ollie Williams

    Edit : This did eventually complete, and the output file is fine. I am using a top-end MacBook M1 Pro computer. Is it normal for it to be this relentlessly slow ? It was

    


    My input file is an .mov. I used this command :

    


    ffmpeg -i Jellyfish.mov Jellyfish.avif

    


    I also tried converting an MP4/h264 file.
In both cases it took over 50 minutes.

    


    It's a 5 second long clip but it has taken about 20 minutes and the output file is still zero bytes.

    


    This is the output in my terminal :

    


    Output #0, avif, to 'Jellyfish.avif':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: mp42mp41isomavc1
    encoder         : Lavf59.27.100
  Stream #0:0(und): Video: av1 (av01 / 0x31307661), yuv420p(tv, bt709, progressive), 1280x720, q=2-31, 30 fps, 15360 tbn (default)
    Metadata:
      creation_time   : 2022-03-18T00:53:05.000000Z
      handler_name    : L-SMASH Video Handler
      vendor_id       : [0][0][0][0]
      encoder         : Lavc59.37.100 libaom-av1
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
frame=    1 fps=0.0 q=0.0 size=       0kB time=00:00:00.00 bitrate=N/A speed=   frame=   36 fps=1.4 q=0.0 size=       0kB time=00:00:00.03 bitrate=   0.0kbits/sframe=   37 fps=0.2 q=0.0 size=       0kB time=00:00:00.06 bitrate=   0.0kbits/sframe=   39 fps=0.2 q=0.0 size=       0kB time=00:00:00.13 bitrate=   0.0kbits/sframe=   41 fps=0.1 q=0.0 size=       0kB time=00:00:00.20 bitrate=   0.0kbits/sframe=   43 fps=0.1 q=0.0 size=       0kB time=00:00:00.26 bitrate=   0.0kbits/sframe=   45 fps=0.1 q=0.0 size=       0kB time=00:00:00.33 bitrate=   0.0kbits/sframe=   47 fps=0.1 q=0.0 size=       0kB time=00:00:00.40 bitrate=   0.0kbits/sframe=   49 fps=0.1 q=0.0 size=       0kB time=00:00:00.46 bitrate=   0.0kbits/sframe=   51 fps=0.1 q=0.0 size=       0kB time=00:00:00.53 bitrate=   0.0kbits/sframe=   53 fps=0.1 q=0.0 size=       0kB time=00:00:00.60 bitrate=   0.0kbits/sframe=   55 fps=0.1 q=0.0 size=       0kB time=00:00:00.66 bitrate=   0.0kbits/sframe=   57 fps=0.1 q=0.0 size=       0kB time=00:00:00.73 bitrate=   0.0kbits/sframe=   59 fps=0.1 q=0.0 size=       0kB time=00:00:00.80 bitrate=   0.0kbits/sframe=   61 fps=0.1 q=0.0 size=       0kB time=00:00:00.86 bitrate=   0.0kbits/sframe=   63 fps=0.1 q=0.0 size=       0kB time=00:00:00.93 bitrate=   0.0kbits/sframe=   65 fps=0.1 q=0.0 size=       0kB time=00:00:01.00 bitrate=   0.0kbits/sframe=   67 fps=0.1 q=0.0 size=       0kB time=00:00:01.06 bitrate=   0.0kbits/s speed=0.00103x


    


    I copied the command avif.io