
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (96)
-
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" ; -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (5506)
-
CoCreateInstanceFromApp undefined with WinRT + Visual Studio 2013
7 novembre 2014, par HyndrixI am experimenting with ffmpeg and Windows RT (ARM). First I run configure in a MinGW/MSYS shell :
./configure --enable-shared --disable-static --toolchain=msvc --extra-cflags="-D_M_ARMM -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE -DWINAPI_FAMILY=WINAPI_FAMILY_APP" --enable-cross-compile --target-os=win32 --arch=win32 --extra-ldflags="-MACHINE:ARM" --arch=arm --cpu=armv7
followed by a "make" (in the same shell) which ends with the following error :
C:\Program Files (x86)\Windows Kits\8.1\include\um\combaseapi.h(1157) :
error C4013: 'CoCreateInstanceFromApp' undefined; assuming extern returning int
make: *** [libavformat/format.o] Error 2The environmental variables in the shell are set to ARM Visual Studio 2013.
What does this error mean ? Can someone point me in the correct direction how to fix this problem ?
Regards,
-
Write two webcam video with avconv
16 août 2014, par JonesHave problem capture video with avconv
I using this commands
video0
inshell 0
andvideo1
inshell 1
avconv -f video4linux2 -i /dev/video0 video0.avi
avconv -f video4linux2 -i /dev/video1 video1.aviBut with start second video recorder message
/dev/video1 : No space left on device
Question there is the possibility of recording two videos simultaneously ?
Other
First capture of
video0.avi
is work perfectly, but if I interrupt with Ctrl+C and try execute same command the video is not captured.This message displayed in shell
uvcvideo : Failed to resubmit video URB (-27)
The process still running ?
Removing webcam and reconnect work fine in first time.
-
Insert dynamic Text into a video with MediaCodec
10 février 2016, par MalusDarkbSo far I tried using FFmpeg and the MediaCodec. Unfortunately everything I tried failed. I tried several samples from http://bigflake.com/mediacodec/ but it did not work for me. I tried to do it in asynchronous mode, but I could not figure it quite out.
Can someone provide me with a working sample ? Even an example with outputs the MP4 input would be a charm.