
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (104)
-
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (12667)
-
Error while build ffmpeg for iOS
30 avril 2014, par AntonDI’m trying to build fmmpeg for iOS with the following config :
./configure --prefix=build/armv7 --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --enable-avutil --enable-avresample --enable-cross-compile --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk" --target-os=darwin --cc=gcc --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.0" --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=6.0" --arch=arm --cpu=cortex-a9 --enable-pic
when i try to make it i’m receiving the follow error :
AS libavcodec/arm/vc1dsp_neon.o
libavcodec/arm/vc1dsp_neon.S:751:10: error: unexpected token in argument list
ra .dn d28.i8
^
libavcodec/arm/vc1dsp_neon.S:752:10: error: unexpected token in argument list
rb .dn d29.i8
^
libavcodec/arm/vc1dsp_neon.S:753:10: error: unexpected token in argument list
rc .dn d30.i8
^
libavcodec/arm/vc1dsp_neon.S:754:10: error: unexpected token in argument list
rd .dn d31.i8
^
libavcodec/arm/vc1dsp_neon.S:757:14: error: invalid operand for instruction
vmov ra, #4
^
libavcodec/arm/vc1dsp_neon.S:758:14: error: invalid operand for instruction
vmov rb, #53
^
libavcodec/arm/vc1dsp_neon.S:759:14: error: invalid operand for instruction
vmov rc, #18
^
libavcodec/arm/vc1dsp_neon.S:760:14: error: invalid operand for instruction
vmov rd, #3
^
libavcodec/arm/vc1dsp_neon.S:864:10: error: unexpected token in argument list
ra .dn d28.i16
^
libavcodec/arm/vc1dsp_neon.S:865:10: error: unexpected token in argument list
rb .dn d29.i16
^what could be the error ?
-
Compile FFMpeg for Xcode 5 without GCC ?
9 janvier 2014, par Joseph TorontoI'm trying to compile FFMpeg to add to my iOS app project in Xcode5, however since GCC is no longer included the ./configure script included with FFMpeg doesn't work. Unix/Linux is NOT my strong suit so I'm pretty much at a loss as to what to do next. I know I can install GCC manually, but if FFMpeg is compiled with GCC and the rest of my project is compiled with LLVC/Clang/whatever won't it cause problems. I did manage to install FFmpeg with Brew but I'm not sure what that even accomplished since it wasn't done using options flags like below :
./configure --prefix=armv7 --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --enable-avresample --enable-cross-compile --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk" --target-os=darwin --cc="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc" --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.1" --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=6.1" --arch=arm --cpu=cortex-a9 --enable-pic
None of the scripts/fixes I've tried work, even if they're advertised as working in IOS7/Xcode 5, because they all use GCC. What should I do ?
-
FFMpeg integration with iOS 7
2 janvier 2014, par metsburgI am trying to integrate FFMpeg with iOS 7.
My objective is to decode a video stream which is coming in through H.264 video codec.
I've built the FFMpeg library using methodology described here : Trying to compile the FFMPEG libraries for iPhoneOS platform with armv6 and arv7 architecture
When I compile using :
./configure
--prefix=armv7
--disable-ffmpeg
--disable-ffplay
--disable-ffprobe
--disable-ffserver
--enable-avresample
--enable-cross-compile
--sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk"
--target-os=darwin
--cc="/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2"
--extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.1"
--extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=7.0"
--arch=arm --cpu=cortex-a9 --enable-picall the *.a files do not get generated.
I'm trying to create a sample FFMpeg project, as described in http://sol3.typepad.com/exotic_particles/2012/10/building-a-simple-frame-recorder-part-1.html?cid=6a00d8343a141353ef019b01f49c8e970d#comment-6a00d8343a141353ef019b01f49c8e970d
However, I keep getting the following error while trying to build the project :
Undefined symbols for architecture i386:
"_av_close_input_file", referenced from:
-[FrameExtractor dealloc] in FFmpegDecoder(FrameExtractor.o)
"_av_find_stream_info", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_av_free", referenced from:
-[FrameExtractor dealloc] in FFmpegDecoder(FrameExtractor.o)
"_av_free_packet", referenced from:
-[FrameExtractor stepFrame] in FFmpegDecoder(FrameExtractor.o)
"_av_open_input_file", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_av_read_frame", referenced from:
-[FrameExtractor stepFrame] in FFmpegDecoder(FrameExtractor.o)
"_av_register_all", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_alloc_frame", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_close", referenced from:
-[FrameExtractor dealloc] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_decode_video2", referenced from:
-[FrameExtractor stepFrame] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_find_decoder", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_flush_buffers", referenced from:
-[FrameExtractor seekTime:] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_open", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_avcodec_register_all", referenced from:
-[FrameExtractor initWithVideo:] in FFmpegDecoder(FrameExtractor.o)
"_avformat_seek_file", referenced from:
-[FrameExtractor seekTime:] in FFmpegDecoder(FrameExtractor.o)
"_avpicture_alloc", referenced from:
-[FrameExtractor setupScaler] in FFmpegDecoder(FrameExtractor.o)
"_avpicture_free", referenced from:
-[FrameExtractor setupScaler] in FFmpegDecoder(FrameExtractor.o)
-[FrameExtractor dealloc] in FFmpegDecoder(FrameExtractor.o)
"_sws_freeContext", referenced from:
-[FrameExtractor setupScaler] in FFmpegDecoder(FrameExtractor.o)
-[FrameExtractor dealloc] in FFmpegDecoder(FrameExtractor.o)
"_sws_getContext", referenced from:
-[FrameExtractor setupScaler] in FFmpegDecoder(FrameExtractor.o)
"_sws_scale", referenced from:
-[FrameExtractor convertFrameToRGB] in FFmpegDecoder(FrameExtractor.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)Please help.