
Recherche avancée
Autres articles (98)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (7999)
-
Where to find simple YUV (YUV420P possibly) images to test ? (can I extract with ffmpeg ?)
4 octobre 2020, par Guerlando OCsI need to test an OpenGL shader that renders YUV420P (and other YUV formats) into RGB. Decoding a video just for that would be too much.


Are there any image samples with Y, U, and V buffers for me to send to the shader ?


On google I only found old websites that no longer host these images.


Maybe there's a way to easily extract a frame from any video using ffmpeg ?


-
How to find out the encoder of a video file/stream using ffmpeg ?
27 août 2020, par liuyongI know how to do that with MediaInfo, it's called 'Writing library' there :


Writing library : x264 core 146



In the above example, the encoder is x264.


Since MediaInfo only work with local file, and I'd like to check the encoder name of hls in some case, I am wondering is it possible with ffmpeg/ffprobe ?


EDIT :
Just found that MediaInfo support hls either.


-
Where can discord bots find the ffmpeg buildpack heroku
11 août 2020, par IsiahI'm making a bot which outputs a mp3 file to the voice chat with discord.py, It works localy by using :


vc.play(discord.FFmpegPCMAudio(executable="ffmpeg/bin/ffmpeg.exe", source=noise.mp3))


However I'm now hosting it on Heroku, i have the buildpack installed but how can my code access it in replacement of the code above