
Recherche avancée
Autres articles (46)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)
Sur d’autres sites (6905)
-
ffmpeg windows and linux version : Operation not permitted on linux
10 décembre 2012, par user300675I run the latest compiled ffmpeg versions from : http://ffmpeg.gusari.org/static/
This command works as it should on Windows :
ffmpeg -i "rtmp://myIpAddress/live/video live=1" -c copy dump.flv
When I run it on Linux (ffmpeg got from http://ffmpeg.gusari.org/static/64bit/)
ffmpeg -i "rtmp://myIpAddress/live/video live=1" -c copy dump.flv
I got :
ffmpeg version N-46124-gb399816 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 29 2012 05:22:17 with gcc 4.6 (Debian 4.6.3-1)
configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
libavutil 52. 1.100 / 52. 1.100
libavcodec 54. 69.100 / 54. 69.100
libavformat 54. 35.100 / 54. 35.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 20.106 / 3. 20.106
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 16.100 / 0. 16.100
libpostproc 52. 1.100 / 52. 1.100
[rtmp @ 0x37bde40] Server error:
rtmp://myIPAddress/live/video live=1: Operation not permittedAny idea ?
-
Using ffMPEG on Windows with only the DLL's ?
7 novembre 2012, par NavWhat I actually want is to store frames of a video into a char array, using ffMPEG.
Constraint is to use only MSVC. Not allowed to use the Windows building tweak due to maintainability issues.So considered using the shared build to accomplish the task. It consists of only DLL's. No
lib
files, so I tried loading one of the DLL's usingHINSTANCE hInstLibrary = LoadLibrary("avcodec-54.dll");
and it works. But I couldn't find the interfaces of this DLL published anywhere. Could anyone help with this ? How do I know which functions of the DLL I can call and what parameters I can pass it so that I can get the video frames ? -
Video Processing Library on Windows Phone 8
3 avril 2015, par sskAre there video processing library on Windows phone 8 ? I am trying to convert very short videos from one format to another. From what I searched, FFMPEG is not available for windows phone : Using FFmpeg in .net ?
Is there an SDK support for video processing on Windows Phone ?