
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (9877)
-
What is the best way to downscale mp4 video while keeping it as sharp as possible ? [migrated]
31 octobre 2012, par Brandon DurhamI've got an .mp4 file that's currently 830x1100 (it's a screencast) that I need to resize down to 114x150. I've been experimenting for hours with ffmpeg settings and nothing comes out looking nice and sharp. The original file looks decent, and I can't figure out why the downscaling makes it look so blurry.
Unfortunately I can't share the video because it contains a walkthrough for software that hasn't yet been released.
-
Unwrap mp4 from flv video
16 mai 2012, par Matt CI used ffmpeg to wrap an mp4 (h264) file in an flv container. I need to do this to inject metadata into the flv for pseudostreaming to Flash players.
My question, once the wrapped flv file is on my server, is there a way to output the mp4 file to a browser using PHP ? That way I can just have the one flv file, but send it as an mp4 to mobile devices and as an flv to Flash capable devices ?
From what I understand the mp4 was not re-encoded, but just given a flv header. I am hoping there is a way to get the mp4 data and spit it out on the fly.
-
"ff_check_interrupt" is not adding in the ffmpeg build
25 janvier 2021, par Mahfujur RahmanI have been trying to
corss-compile
ffmpeg with the following configuration.

/* Automatically generated by configure - do not modify! */
#ifndef FFMPEG_CONFIG_H
#define FFMPEG_CONFIG_H
#define FFMPEG_CONFIGURATION "--cross-prefix=arm-linux-androideabi- --sysroot=/mnt/9A24115B24113BA7/Android/Sdk/ndk/21.3.6528147//toolchains/llvm/prebuilt/linux-x86_64/sysroot --prefix=/media/mahfuj/mobile-ffmpeg/prebuilt/android-arm/ffmpeg --pkg-config=/usr/bin/pkg-config --enable-version3 --arch=armv7-a --cpu=armv7-a --cc=armv7a-linux-androideabi16-clang --cxx=armv7a-linux-androideabi16-clang++ --extra-libs='-L/media/mahfuj/mobile-ffmpeg/prebuilt/android-arm/cpu-features/lib -lndk_compat' --target-os=android --disable-neon --enable-asm --enable-inline-asm --enable-cross-compile --enable-pic --enable-optimizations --enable-avdevice --enable-avcodec --enable-avformat --enable-avutil --enable-swresample --enable-postproc --enable-avfilter --enable-avresample --enable-swscale --enable-shared --enable-v4l2-m2m --disable-outdev=fbdev --disable-indev=fbdev --enable-small --disable-openssl --disable-xmm-clobber-test --disable-debug --enable-lto --disable-neon-clobber-test --disable-programs --disable-postproc --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --disable-sndio --disable-schannel --disable-securetransport --disable-xlib --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-audiotoolbox --disable-appkit --disable-alsa --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-iconv --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libxml2 --enable-libopencore-amrnb --enable-libshine --enable-libspeex --enable-libwavpack --enable-libkvazaar --enable-libx264 --enable-gpl --enable-libx265 --enable-gpl --enable-libilbc --enable-libopus --enable-libsnappy --enable-libsoxr --enable-libaom --enable-chromaprint --disable-sdl2 --enable-libvo-amrwbenc --enable-zlib"
#define FFMPEG_LICENSE "GPL version 3 or later"
#define CONFIG_THIS_YEAR 2020
#define FFMPEG_DATADIR "/media/mahfuj/mobile-ffmpeg/prebuilt/android-arm/ffmpeg/share/ffmpeg"
#define AVCONV_DATADIR "/media/mahfuj/mobile-ffmpeg/prebuilt/android-arm/ffmpeg/share/ffmpeg"
#define CC_IDENT "Android (6454773 based on r365631c2) clang version 9.0.8 (https://android.googlesource.com/toolchain/llvm-project 98c855489587874b2a325e7a516b99d838599c6f) (based on LLVM 9.0.8svn)"
....
....
....
#endif /* FFMPEG_CONFIG_H */



But the generated
libavformat.so
file doesn't include theff_check_interrupt
method and results in



undefined reference to 'ff_check_interrupt'