
Recherche avancée
Autres articles (57)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Diogene : création de masques spécifiques de formulaires d’édition de contenus
26 octobre 2010, parDiogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
A quoi sert ce plugin
Création de masques de formulaires
Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)
Sur d’autres sites (7061)
-
How can i write a tool that acquires video/audio from my input video card ? [on hold]
21 juillet 2014, par user3180895i’d like to write a simple program that can read audio and video from my input card and can save it in a file.
I’d like to write it in Java, but if it is not possible, i can change language.
I tried to use ffmpeg, but my device has crossbar limitations.My question is :
Exists one library which can read input buffer from my device and save it in a file ?
Can someone post a "Hello World" code for a simple example ?
Thanks a lot.
P.S. I am actual working with Windows.
-
OS X uploads .mp4 as quicktime ? [on hold]
15 janvier 2014, par daledI'm running into a rather peculiar issue uploading .mp4 from any browser on OS X. I'm using ffmpeg to convert files and .mp4's uploaded from OS X are causing issues.
First off, the file I'm uploading is not corrupt. Here is the relevant exiftool output on the file I'm uploading. This is the original file on the client.
File Type : MP4
MIME Type : video/mp4
Major Brand : MP4 Base w/ AVC ext [ISO 14496-12:2005]
Minor Version : 0.0.0
Compatible Brands : avc1, isomNow here's the exiftool output on the server for the same file :
File Type : MOV
MIME Type : video/quicktime
Major Brand : Apple QuickTime (.MOV/QT)
Minor Version : 2005.3.0
Compatible Brands : qtFfmpeg will recognize the first file just fine. Everything will work perfectly and I can convert it however I choose. But the second file, I'll get this error :
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x3855180] stream 0, error opening alias: path='/Users/', dir='20130602-113438', filename='GOPR0018.MP4', volume='Macintosh HD', nlvl_from=-1, nlvl_to=-1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x3855180] stream 1, error opening alias: path='/Users/', dir='20130602-113438', filename='GOPR0018.MP4', volume='Macintosh HD', nlvl_from=-1, nlvl_to=-1Here is the FFmpeg command I am using :
ffmpeg -y -probesize 2147483647 -analyzeduration 2147483647 -i "'.$oldFilename.'" -vcodec libtheora -q:v 0 -acodec libvorbis -q:a 0 "'.$newFilenameOGG.'" 2>&1
This command works fine with every file type besides this file. It seems like ffmpeg is seeing the uploaded file as a corrupt quicktime file instead of a valid mp4 file. So my question is, how is this metadata magically changing ?
-
Mux audio and video with c api ffmpeg [on hold]
18 juillet 2014, par EricNguyenI just wanna muxing video file. Same as in this link
I’m try to read sample from ffmpeg home page, but it makes me confuse. Can anyone share some more sample about this ?
And i’ve use ffmpeg sample, but the result is a video with all black frames :(