
Advanced search
Other articles (73)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 April 2011, byLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Les autorisations surchargées par les plugins
27 April 2010, byMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser les catégories
21 June 2013, byFormulaire 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 (...)
On other websites (12604)
-
iPhone camera live steaming
15 June 2012, by Inder Kumar RathoreI have downloaded ffmpeg lib file and complied it for armv7. I added ffmpeg lib files in my project successfully. i am able to get iphone camera live streams using AVFoundation.
Now the problem is how will i convert iphone camera streams output as a input of ffmpeg for decode? Check my code
- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection {
CMBlockBufferRef bufferData = CMSampleBufferGetDataBuffer(sampleBuffer);
size_t lengthAtOffset;
size_t totalLength; char* data;if(CMBlockBufferGetDataPointer(bufferData, 0, &lengthAtOffset, &totalLength, &data ) != noErr )
NSLog(@"error!");
Kindly suggested me which function of ffmpeg lib is used for decoding and how will i put
CMBlockBufferRef
as a input of this??Thanks
-
WMAV2 and FFMPEG on iPhone
14 April 2012, by user1333656Recently, I try to decode audio files on iPhone by using ffmpeg.
Most audio formats are decoded properly but WMAV2 isn't.
The decoded file(raw data) can be imported to sound editor like AUDACITY and it is playable but not clear and different with the original track.
Is this related to ARM floating point ???Someone said VBR WMAV2 could cause this kind of prob.
Can any body give me any clue for this prob??- IOS 5.1
- XCODE 4.3.1
- OSX 10.7.3
- ffmpeg 0.10.1
configure options
./configure \ —extra-ldflags=-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhon eOS5.1.sdk/usr/lib/system \ —disable-doc \ —disable-ffserver \ —enable-cross-compile \ —arch=arm \ —cpu=cortex-a8 \ —target-os=darwin \ —enable-neon \ —cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc \ —as='gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' \ —sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk \ —extra-cflags='-arch armv7 -mfpu=neon' \ —extra-ldflags='-arch armv7 -mfpu=neon' \ —enable-pic
-
Upload video that filmed by iPhone [closed]
6 November 2012, by user1801625Possible Duplicate:
Rotating videos with FFmpegWhen somebody film a video and upload to my website It appears in the horizontally
How can I make this vertical? using ffmpeg?and its only heppend if he film its horizontally.
Sorry for my English