
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (109)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (7934)
-
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