
Recherche avancée
Autres articles (61)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6986)
-
Is there a way if a video file has pixelation in FFmpeg ?
14 novembre 2019, par A PersonI am trying to identify if a video file has pixelation or not,
Currently, I have a watch folder where videos are dropped, I have a trigger every 120 seconds that check the folder to see if there are any video files.
If there is a file, it uses MediaInfo command-line to extract the encoding of the video and audio.
I also useffprobe
on a video to see if it throws out an error likemoov atom not found
to know if the video is corrupted.However, I want to be able to tell if a video file has a pixelation. I know that I can use str, std, to print out the debug logs.
However, I am finding it difficult to find documentation on how to detect pixelation.
Do you guys know if there a way to tell that a video file may have pixelation, even through a log output of the video ?
I am already running a script that reads a log and finds information on the log to tell me about packet drops in a stream, so if you know how I output such log that tells if there is pixelation, or if the debug log has certain information that tells this, please let me know.
-
Video editor for android - FFmpeg won't compile on windows ?
4 décembre 2014, par ZoeIm trying to make a video editor for android (I’ve never made an android app before)
After searching for libraries to use I came across FFmpeg but I’m having trouble getting it to compile on Windows 7.
I’m currently using Eclipse and have the most recent android SDK and ndk.
I’ve been trying to follow tutorials on the internet including roman10’s (http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/) but they all seem specific to Linux.
Yesterday, I thought I’d give up and just dual boot Ubuntu on my windows laptop but of course that was messing up too. I shrank my partition and booted Ubuntu of a USB but the installer was detecting there is no OS on my laptop and not giving me the option to install it alongside windows 7.
So, can FFmpeg be compiled for android on windows ? Or is there another library I could use to make a video editor that can ?
Or should I just persist with dual booting ubuntu ?
Thanks
-
Get Windows Title for gdigrab [duplicate]
27 février 2019, par BardulfThis question already has an answer here :
I want get acceptable windows title for gdigrab, Is there any command that I can use to get opened windows that ffmpeg accept ?
I use :ffmpeg -f gdigrab -framerate 10 -i title="Tetris By Poorya" output.mkv
"Tetris By Poorya" is app that run through eclipse, but ffmpeg can’t find this title.