
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (27)
-
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 (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (5895)
-
Writingminds ffmpeg 64 bit architecture support
23 décembre 2019, par YadavKI am using FFMpeg in one of my project for audio video mixing and it is working fine.
Now I have requirement for 64-bit architecture support so i have generated .so files for 64-bit architecture support. Now the problem is like in java code there is a class CpuArch.java in which some architecture are define with some alphanumeric value like below :
x86("0dd4dbad305ff197a1ea9e6158bd2081d229e70e"),
ARMv7("871888959ba2f063e18f56272d0d98ae01938ceb")Now I have to add two more value for ARMv8 and x86_64. From where I got these alphanumeric values.
And one more thing like assets folder contain ffmpeg files During .so file generation nothing updates in assets folder so how could I generate those files for other architecture as well.Please help.
I followed this library for audio video mixing : https://github.com/WritingMinds/ffmpeg-android-java
-
FFmpeg not found for architecture arm64 problem ? [on hold]
12 septembre 2019, par Ahtazaz khanI’m trying to integrate FFmpeg library in my Xcode project, And following this Stackoverflow Question. As I have integrated successfully by following every step from that Question, But at the end got this compiler error.
Undefined symbols for architecture arm64:
"_avformat_alloc_context", referenced from:
SwiftFFmeg.AppDelegate.application(_: __C.UIApplication, didFinishLaunchingWithOptions: [__C.UIApplicationLaunchOptionsKey : Any]?) -> Swift.Bool in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)Here is a screenshot of Compiler Error.
Any Help will be highly appreciated. Thanks
-
FFmpeg fails to build : Undefined symbols for architecture x86_64 : libavfilter.a(af_asr.o)
4 février 2020, par Joy JinError while building FFmpeg.
macOS High Sierra 10.13.6
FFmpeg 4.2Configuration Options :
configure --enable-gpl --enable-version3 --enable-nonfree --enable-gray --enable-chromaprint --enable-frei0r --enable-gcrypt --enable-gmp --enable-ladspa --enable-libaom --enable-libaribb24 --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcelt --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libdavs2 --enable-libdc1394 --enable-libfdk-aac --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libilbc --enable-libjack --enable-libklvanc --enable-libkvazaar --enable-liblensfun --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopencv --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-librtmp --enable-libshine --enable-libsmbclient --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtensorflow --enable-libtesseract --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxavs2 --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-libxcb-shape --enable-libxvid --enable-libxml2 --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-decklink --enable-libmysofa --enable-openal --enable-opencl --enable-opengl --enable-openssl --enable-pocketsphinx --enable-vapoursynth --pkg-config-flags=--static
Output :
Undefined symbols for architecture x86_64:
"_cmd_ln_free_r", referenced from:
_asr_uninit in libavfilter.a(af_asr.o)
"_cmd_ln_parse_r", referenced from:
_asr_init in libavfilter.a(af_asr.o)
"_ps_args", referenced from:
_asr_init in libavfilter.a(af_asr.o)
"_ps_default_search_args", referenced from:
_asr_init in libavfilter.a(af_asr.o)
"_ps_end_utt", referenced from:
_filter_frame in libavfilter.a(af_asr.o)
"_ps_free", referenced from:
_asr_uninit in libavfilter.a(af_asr.o)
"_ps_get_hyp", referenced from:
_filter_frame in libavfilter.a(af_asr.o)
"_ps_get_in_speech", referenced from:
_filter_frame in libavfilter.a(af_asr.o)
"_ps_init", referenced from:
_asr_init in libavfilter.a(af_asr.o)
(maybe you meant: _ff_ps_init_fixed, _ff_ps_init )
"_ps_process_raw", referenced from:
_filter_frame in libavfilter.a(af_asr.o)
"_ps_start_utt", referenced from:
_filter_frame in libavfilter.a(af_asr.o)
_config_input in libavfilter.a(af_asr.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: [ffmpeg_g] Error 1 (ignored)Full Output is available here : https://github.com/sclsj/ffmpeg-error
Edit : after adding -lpocketsphinx to the argument in make -n, I reduced the number of errors :
Undefined symbols for architecture x86_64:
"_cmd_ln_free_r", referenced from:
_asr_uninit in libavfilter.a(af_asr.o)
"_cmd_ln_parse_r", referenced from:
_asr_init in libavfilter.a(af_asr.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)