
Recherche avancée
Autres articles (45)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (3180)
-
FFmpeg does not always fully concat video ?
25 juin 2014, par user3550401I’m trying to concat two video clips, sometimes i end up with only three fourths of the video, sometimes I only get one half, and sometimes i manage to get the whole thing. Anyone ever deal with this ? Here is my ffmpeg command :
ffmpeg -i "concat:videos/clip1.ts|videos/clip2.ts" -ar 44100 -b:a 128k -b:v 800k -vcodeclibx264 -bsf:v h264_mp4toannexb -f mpegts -t 120 videos/output.ts
I just dont understand why sometimes it works perfectly and other times i only get part of the video.
-
FFMPEG not turning a series of .ppm files into a video
13 avril 2024, par Radiation Sky PlayzI don't have much of an idea of what i'm doing.
also i don't use stackoverflow so i still don't know what i'm doing xd


I'm trying to do this :
ffmpeg -framerate 45 -i screen_200x200_%d.ppm -c:v libx264 -r 30 -pix_fmt yuv420p output52234.mp4
and it's making this appear :

jajoo@jajoospc:~/Documents/fff$ ffmpeg -framerate 45 -i screen_200x200_%d.ppm -c:v libx264 -r 30 -pix_fmt yuv420p output52234.mp4
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
 built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
 configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
 WARNING: library configuration mismatch
 avcodec configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libaribb24 --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-libsmbclient
 libavutil 56. 70.100 / 56. 70.100
 libavcodec 58.134.100 / 58.134.100
 libavformat 58. 76.100 / 58. 76.100
 libavdevice 58. 13.100 / 58. 13.100
 libavfilter 7.110.100 / 7.110.100
 libswscale 5. 9.100 / 5. 9.100
 libswresample 3. 9.100 / 3. 9.100
 libpostproc 55. 9.100 / 55. 9.100
[image2 @ 0x555d7e314780] decoding for stream 0 failed
[image2 @ 0x555d7e314780] Could not find codec parameters for stream 0 (Video: ppm, rgb24): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, image2, from 'screen_200x200_%d.ppm':
 Duration: 00:00:04.11, start: 0.000000, bitrate: N/A
 Stream #0:0: Video: ppm, rgb24, 45 fps, 45 tbr, 45 tbn, 45 tbc
Stream mapping:
 Stream #0:0 -> #0:0 (ppm (native) -> h264 (libx264))
Press [q] to stop, [?] for help
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 112 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 22 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 14 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 3 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 13 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 3 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
 Last message repeated 10 times
[ppm @ 0x555d7e323d40] Invalid maxval: 0
Error while decoding stream #0:0: Invalid data found when processing input
[buffer @ 0x555d7e317d40] Unable to parse option value "0x0" as image size
 Last message repeated 1 times
[buffer @ 0x555d7e317d40] Error setting option video_size to value 0x0.
[graph 0 input from stream 0:0 @ 0x555d7e3189c0] Error applying options to the filter.
Error reinitializing filters!
Error while filtering: Invalid argument
Finishing stream 0:0 without any data written to it.
[buffer @ 0x555d7e322800] Unable to parse option value "0x0" as image size
 Last message repeated 1 times
[buffer @ 0x555d7e322800] Error setting option video_size to value 0x0.
[graph 0 input from stream 0:0 @ 0x555d7e3226c0] Error applying options to the filter.
Error configuring filter graph
Conversion failed!



I to make a funny video, but when i try to make it with ffmpeg this happens
and i have NO idea what it means.


-
Revision 06b59299c8 : Don't waste time partitioning skip superblocks. Force 64x64 partitioning when a
9 mars 2015, par Alex ConverseChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Don’t waste time partitioning skip superblocks.Force 64x64 partitioning when a whole superblock is SEGMENT_LVL_SKIP. This
drops encode times of screens mostly at rest by 20%.Change-Id : Ieba554b0b8a0c1679aae784a8bd11f038ab942c3