
Recherche avancée
Médias (1)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
Autres articles (86)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (9855)
-
Calling ffmpeg from php
7 juillet 2013, par v3gaI need to run ffmpeg from a php script. The ffmpeg wiki page on the same topic (http://ffmpeg.org/trac/ffmpeg/wiki/Using%20FFmpeg%20from%20PHP%20scripts) suggests using shell_exec over ffmpeg-php. Some other pages suggests using ffmpeg-php. Which method is better ? Is ffmpeg-php compatible with latest versions of php ? My only purpose is to convert any videos hosted by the user into mp4 (h.264,aac).
-
configure : Add basic valgrind-memcheck support
4 mai 2013, par Reinhard Tartler -
IOS compile FFMpeg xcode 4.3 IOS5.1 Warning
18 mars 2013, par user1589842Ld /Users/eric/Library/Developer/Xcode/DerivedData/iFrameExtractor-gqrehoaizgqylqfdiyfeasbifzbc/Build/Products/Debug-iphoneos/iFrameExtractor.app/iFrameExtractor normal armv7
cd /Users/eric/Documents/iFrameExtractor
setenv IPHONEOS_DEPLOYMENT_TARGET 5.1
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk -L/Users/eric/Library/Developer/Xcode/DerivedData/iFrameExtractor-gqrehoaizgqylqfdiyfeasbifzbc/Build/Products/Debug-iphoneos -L/Users/eric/Documents/iFrameExtractor/ffmpeg -L/Users/eric/Documents/iFrameExtractor/ffmpeg/libavcodec -L/Users/eric/Documents/iFrameExtractor/ffmpeg/libavdevice -L/Users/eric/Documents/iFrameExtractor/ffmpeg/libavformat -L/Users/eric/Documents/iFrameExtractor/ffmpeg/libavutil -L/Users/eric/Documents/iFrameExtractor/ffmpeg/libswscale -L/Users/eric/Documents/iFrameExtractor/ffmpeg/universal -L/Users/eric/Documents/iFrameExtractor/ffmpeg/lib -F/Users/eric/Library/Developer/Xcode/DerivedData/iFrameExtractor-gqrehoaizgqylqfdiyfeasbifzbc/Build/Products/Debug-iphoneos -filelist /Users/eric/Library/Developer/Xcode/DerivedData/iFrameExtractor-gqrehoaizgqylqfdiyfeasbifzbc/Build/Intermediates/iFrameExtractor.build/Debug-iphoneos/iFrameExtractor.build/Objects-normal/armv7/iFrameExtractor.LinkFileList -dead_strip -miphoneos-version-min=5.1 -lbz2.1.0 -framework Foundation -lavformat -framework CoreGraphics -framework UIKit -lavcodec -lavdevice -lavutil -lswscale -lz -o /Users/eric/Library/Developer/Xcode/DerivedData/iFrameExtractor-gqrehoaizgqylqfdiyfeasbifzbc/Build/Products/Debug-iphoneos/iFrameExtractor.app/iFrameExtractor
ld: warning: ARM function not 4-byte aligned: ff_j_rev_dct_arm from /Users/eric/Documents/iFrameExtractor/ffmpeg/lib/libavcodec.a(jrevdct_arm.o)
ld: warning: ARM function not 4-byte aligned: _ff_j_rev_dct_arm from /Users/eric/Documents/iFrameExtractor/ffmpeg/lib/libavcodec.a(jrevdct_arm.o)
ld: warning: ARM function not 4-byte aligned: row_loop from /Users/eric/Documents/iFrameExtractor/ffmpeg/lib/libavcodec.a(jrevdct_arm.o)
ld: warning: ARM function not 4-byte aligned: empty_row from /Users/eric/Documents/iFrameExtractor/ffmpeg/lib/libavcodec.a(jrevdct_arm.o)
ld: warning: ARM function not 4-byte aligned: end_of_row_loop from /Users/eric/Documents/iFrameExtractor/ffmpeg/lib/libavcodec.a(jrevdct_arm.o)
ld: warning: ARM function not 4-byte aligned: start_column_loop from /Users/eric/Documents/iFrameExtractor/ffmpeg/lib/libavcodec.a(jrevdct_arm.o)..............................................................................................
...........................................
Showing first 200 warnings only