
Advanced search
Medias (1)
-
Collections - Formulaire de création rapide
19 February 2013, by
Updated: February 2013
Language: français
Type: Picture
Other articles (21)
-
Supporting all media types
13 April 2011, byUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats: images: png, gif, jpg, bmp and more audio: MP3, Ogg, Wav and more video: AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data: OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Ajouter notes et légendes aux images
7 February 2011, byPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
List of compatible distributions
26 April 2011, byThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
On other websites (5860)
-
compile ffmpeg with x264
29 July 2020, by y2kbugI need ffmpeg with hardware acceleration.
I am compiling ffmpeg following this guide:
https://gist.github.com/Brainiarc7/eb45d2e22afec7534f4a117d15fe6d89



x264 never works after compile.
I follow the official guide, adding "—enable-shared", compile again, still no luck.
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



Simply installing libx264-dev does not work as well.





$ ldd /bin/ffmpeg | grep x264 libx264.so.155 => not found





Does anyone know how to make x264 work?
Thanks.


-
Can someone help to build android app encoding video with instructions? [closed]
10 February 2024, by Ferel UltraMy friend would like to get app compressing video. I don't know how to do it by myself. Could someone to build it with instructions and give me ready app?
The instructions:


https://github.com/Javernaut/ffmpeg-android-maker


https://github.com/fraunhoferhhi/vvenc/wiki/FFmpeg-Integration


-
ffmpeg unknown keyword invalid data found when processing input
16 November 2020, by AdriaanI have a file
ffmpeg_list_of_files.txt
with the content


file '.\Output_0\forces_vs_radii.pdf'
file '.\Output_1\forces_vs_radii.pdf'
file '.\Output_2\forces_vs_radii.pdf'
file '.\Output_3\forces_vs_radii.pdf'
file '.\Output_4\forces_vs_radii.pdf'
and so on...




and then run
ffmpeg -f concat -i ffmpeg_list_of_files.txt -c copy output.mkv
as is stated at


http://trac.ffmpeg.org/wiki/Concatenate



I, unfortunately, get the error



Line 1: unknown keyword ' ■f'
.\ffmpeg_list_of_files.txt: Invalid data found when processing input




in Windows PowerShell in Windows 10.



What am I doing wrong?