
Recherche avancée
Médias (1)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (29)
-
Initialisation de MediaSPIP (préconfiguration)
20 février 2010, parLors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
Dans un premier temps il active ou désactive des options de SPIP qui ne le (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (5567)
-
Creating animated AVIF with FFmpeg
17 septembre 2022, par Ollie WilliamsEdit : 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


-
How to fix muxer does not support non seekable output error on ffmpeg ?
19 septembre 2022, par YusufI 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)```



-
Media error : Format(s) not supported or source [closed]
13 septembre 2022, par Paknice

Video Player
Download File
Media error : Format(s) not supported or source(s) not foundDownload File : https://iplay.paknice.com/upload/videos/2022/09/quX2auz8SUJaD3J1u1w8_12_aaed442391d0b09c99291c87869dc312_video_360p_converted.mp4Download File : https://iplay.paknice.com/upload/videos/2022/09/quX2auz8SUJaD3J1u1w8_12_aaed442391d0b09c99291c87869dc312_video_240p_converted.mp4 plz help