
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (104)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
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" ; -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10473)
-
Optimising video storage/encoding on server (J2EE)
27 décembre 2014, par user2756260Please let me know if this question doesnt belong to stackoverflow so that i can move accordingly.
Objective :
i) I want to convert mp4 into mov and vice versa.
ii) I want to create thumbnail for the video
iii) Rotate the thumbnail if needed ( by looking at meta data information of image)Solution I tried until now :
i) (http://www.xuggle.com/xuggler/ - Thumbnail
ii) https://www.ffmpeg.org/ - Convert video formats.
iii) Rotation : Java code.I am able to perform achieve all my objectives by using above solution but in above solution its reading stream 3 times and hence causing performance
issues.Is there any single library or solution that does all of them but doesn’t slow us down and cause performance issues ?
-
FFMPEG Android binary cannot find file in storage
1er novembre 2014, par user2491598I am trying to run ffmpeg command on my Android using the ffmpeg binary library, but I keep getting an error that says :
ffmpeg - i /storage/emulated/0/video3.mp4 /storage/emulated/0/output.mp4: No such file or directory
The STDOUT I get back from the ProcessBuilder is
0-31 19:43:20.576: I/FFMPEG(13838): stdErr= ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
10-31 19:43:20.576: I/FFMPEG(13838): built on Nov 15 2013 00:50:10 with gcc 4.6 20120106 (prerelease)
10-31 19:43:20.576: I/FFMPEG(13838): configuration: --arch=arm --cpu=cortex-a8 --target-os=linux --enable-runtime-cpudetect --enable-small --prefix=/data/data/info.guardianproject.ffmpeg/app_opt --enable-pic --disable-shared --enable-static --cross-prefix=/home/n8fr8/dev/android/ndk//toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --sysroot=/home/n8fr8/dev/android/ndk//platforms/android-3/arch-arm --extra-cflags='-I../x264 -mfloat-abi=softfp -mfpu=neon' --extra-ldflags=-L../x264 --enable-version3 --enable-gpl --disable-doc --enable-yasm --enable-decoders --enable-encoders --enable-muxers --enable-demuxers --enable-parsers --enable-protocols --enable-filters --enable-avresample --enable-libfreetype --disable-indevs --enable-indev=lavfi --disable-outdevs --enable-hwaccels --enable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-network --enable-libx264 --enable-zlib --enable-muxer=md5
10-31 19:43:20.576: I/FFMPEG(13838): libavutil 51. 54.100 / 51. 54.100
10-31 19:43:20.576: I/FFMPEG(13838): libavcodec 54. 23.100 / 54. 23.100
10-31 19:43:20.576: I/FFMPEG(13838): libavformat 54. 6.100 / 54. 6.100
10-31 19:43:20.576: I/FFMPEG(13838): libavdevice 54. 0.100 / 54. 0.100
10-31 19:43:20.576: I/FFMPEG(13838): libavfilter 2. 77.100 / 2. 77.100
10-31 19:43:20.576: I/FFMPEG(13838): libswscale 2. 1.100 / 2. 1.100
10-31 19:43:20.576: I/FFMPEG(13838): libswresample 0. 15.100 / 0. 15.100
10-31 19:43:20.576: I/FFMPEG(13838): libpostproc 52. 0.100 / 52. 0.100
10-31 19:43:20.576: I/FFMPEG(13838): ffmpeg - i /storage/emulated/0/video3.mp4 /storage/emulated/0/output.mp4: No such file or directoryPlease keep in mind that the video file do exist on my device in that exact directory and I also have read permissions in my AndroidManifest.xml
Please help !!!!
-
Executing ffmpeg command in Cmd with vertical Bar
2 mai 2017, par CSDDI am trying to use the postprocessing command from ffmpeg wtih command prompt.
pp=hb/vb/dr/fq|8
Here is the overall syntax : https://ffmpeg.org/ffmpeg-filters.html#pp
However, the vertical makes Window CMD think that I am trying to execute another command.
So how to bypass this to make the command run correctly ?