
Recherche avancée
Autres articles (40)
-
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 (...) -
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 -
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 (6183)
-
How can i use ffmpeg to capture video from a usb device ? [on hold]
27 juin 2015, par Brubaker HaimJust for the test i did :
I went to Device Manager > Sound, video and game controllers and there isee the device Game Capture HD this device is connected to my pc usb.Then i typed in the cmd window :
e:\ffmpeg -f dshow -i video="Game Capture HD" out.mp4
But what i get is this error :
ffmpeg version N-73165-gf1e1730 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --e
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enabl
ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --e
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp -
able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --
ble-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwb
--enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --en
e-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --
ble-decklink --enable-zlib
libavutil 54. 27.100 / 54. 27.100
libavcodec 56. 45.100 / 56. 45.100
libavformat 56. 38.102 / 56. 38.102
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 18.100 / 5. 18.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.100 / 1. 2.100
libpostproc 53. 3.100 / 53. 3.100
[dshow @ 00000000046e6280] Could not enumerate video devices (or none found).
video=GameCapture: Input/output error -
Creating screenshot/image from Twitch stream
22 juillet 2015, par danLI’ve messed around with
FFmpeg
some time ago and remember using it to fetch preview images for video files. My question is, is this the correct path to be going down for the purpose of getting images from a Twitch live stream ? What I need to do is get a screenshot of the end of a Twitch stream (the final scoreboard in a video game) and save that screen shot.I’m pretty sure I could get the code written, but I want to make sure there isn’t a better way of accomplishing this task because it seems like it would have gotten easier over the years. If there are any other libraries/APIs that would be more efficient than executing FFMpeg all the time.
I hope there’s been some improvement in PHP video handling, but I’ve searched around and can’t find anything.
-
Embed graphics/information to a streaming
3 mars 2016, par Jorge AnzolaHow can I embed information or graphics to a stream.
Like the "marquee" (IDK what’s its name) in a football/soccer game or any other live event. (Score, time and logo)I’ve to add a watermark with FFMPEG’s filter like
ffmpeg -i sample.mp4 -i info.png -filter_complex overlay -c:v copy -c:a copy -f flv rtmp://wowzaServerAdress
And I was thinking to change info.png with updated info. I had no idea if that could work, it was just a test. Anyhow, it gave this error :
Streamcopy requested for output stream 0:0, which is fed from a complex filtergraph. Filtering and streamcopy cannot be used together.
So, basically that error killed my only idea. Do you know how can achieve this with FFMPEG or similar ? I’d prefer not to use something like Xsplit.