
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (22)
-
List of compatible distributions
26 avril 2011, parThe 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 (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (3836)
-
compile ffmpeg with x264
29 juillet 2020, par 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 février 2024, par 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 novembre 2020, par 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 ?