
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (68)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (5553)
-
ffmpeg upgrade or reinstalling on CentOS
8 juin 2015, par AishaI am trying to upgrade ffmpeg installed on my linux server following this link
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
but its not working, sometimes it gives error "Host is not communicating" in WinSCP when i try this command
# yum install autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel
but once i tried this and it gets installed. but after installing all the things mentioned in that link, the problem was still there. I deleted all the files installed using that link and tried again but the above command starts giving me that error again. Is it a path issue or something else because i cant find where my old ffmpeg is installed.
Please tell me is it necessary to uninstall old version and install new one or upgrading using above mentioned link will work.Please help me. I am desperate and wasted my three days on this issue.
Thanks
-
Live Video Broadcasting android
16 juillet 2015, par AndroidFanI am developing an android application that will do live video broadcasting from mobile camera to Nimble streaming server. I have done google and find this link
Actually i have downloaded project and successfully imported it on my eclipse , but when i am changing url from
rtmp://live:live@128.122.151.108:1935/live/test.flv
to
rtmp://192.168.1.51:1935/magnify/sudeep
The camera started but it does not do live streaming. On seeing it on my log cat output i got this following error :
07-16 13:56:13.314: W/System.err(22490): com.googlecode.javacv.FrameRecorder$Exception: av_interleaved_write_frame() error -32 while writing interleaved audio frame.
07-16 13:56:13.314: W/System.err(22490): at com.googlecode.javacv.FFmpegFrameRecorder.record(FFmpegFrameRecorder.java:747)Actually i am using Nimble streaming server as My server. Actually i got stuck it into from last 3 days.
-
FFmpeg native AAC decoder
30 juillet 2015, par Tran ToanI’m working on a commercial C\C++ app on Windows that need to decode AAC. I have looked at this question AAC Codec Library (libFAAC alternative)
From the answer, it seems that FFmpeg has a native LGPL AAC decoder. However, when I looked at FFmpeg home page, I found no information about this decoder or what AAC object type it supports (only information about encoder). I have been searching for this for 2 days but I found almost nothing. So my questions are :- What type of object type does native FFmpeg AAC decoder support or does it even exist ?
- If the above decoder does not exist then is there any alternative free library ? I have also looked at FDK AAC but I don’t understand its license, can I use it for commercial product ?
Please help I’m new to audio codec.