
Recherche avancée
Autres articles (47)
-
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 -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (7139)
-
Build a C++ project with OpenCV 4.5.x in Visual Studio with custom flags for ffmpeg
18 mai 2022, par Ivy GrowingOur C++ project in MS Visual Studio under Windows 10 uses OpenCV 4.5.


#include <opencv2></opencv2>opencv.hpp>
#include <opencv2></opencv2>videoio.hpp>
#include <opencv2></opencv2>imgcodecs.hpp>
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/core/core.hpp"



The project works well. The OpenCV uses ffmpeg as dependency for extracting video frames from a stream or a file. Our legals require following flags are not used when compiling the ffmpeg to approve the product release :


- 

- without
--enable-gpl
- without
--enable-nonfree






So far this page gets close to the answer, however, I cannot understand how to configure the Visual Studio to use custom flags just for ffmpeg and not for other dependencies. Elaboration is appreciated.


The Visual Studio has challenging and pretty confusing (for me in person, often) menues and settings. This is the root of the question :


How/where in Visual Studio can I see which flags are used for compiling of dependent libraries ?
Specifically, how can I check which flags are used in OpenCV to build the ffmpeg ?


- without
-
Proprietary codecs on Linux. What is legal ?
17 octobre 2016, par George EcoSo, assuming we got a distribution without proprietary codecs installed.
Let’s take Linux Mint for example. I want to store and playback wav and ogg format sounds, either by using my own software, or by using another developer’s software. So far so good right ?Imagine now that we have the following scenario. For some reason, I wanna playback a file that is either an mp4 or mp3 or mpeg or any other format, made by proprietary codecs. Instantly, I will need a codec for these formats.
I read somewhere that Fluendo sells solutions for "legal codec usage" for linux distros.
URL of fluendo : http://www.fluendo.com/en/So here comes the questions :
Using VLC and ffmpeg is enough for me to convert a file to an ogg or ogv so I can playback a song or a video using an open format. You can also playback playback files made by proprietary formats. But are VLC and ffmpeg legal to use, to playback such files made by proprietary codecs ? For example, ss VLC codecs okay to be used without paying anyone for mp4 playback ? Is it okay to convert a file from mp4 to ogv ?
If not, are there any legal and open source and free (as in freedom) codecs around that can solve the issue, or does someone have to pay a product, to be ethically correct, to the developers of the proprietaty codecs ?Note that I do not ask for Windows, since codec licenses are included to the price of the operating system. I ask exclusively for a free linux distribution.
-
Anomalie #3746 : spip_release_lock => pb mysqli_query
30 mars 2016, par tofulm -exemple dans un cvt (traiter)
$toto = spip_get_lock("titi") ; sleep (5) ; spip_release_lock($toto) ;
( ! ) Warning : mysqli_query() expects at least 2 parameters, 1 given in /var/www/html/cdp_mutu/ecrire/req/mysql.php on line 1707