
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (100)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (9990)
-
ffmpeg using php exec on korean filename exit code 1
8 avril 2019, par MarcI can’t convert a video file. Example :
exec(ffmpeg -i 01.시대조감.wmv 0001.mp4 -hide_banner, $output, $exit_code);
Just returns exit code -1
-
How to read errors when compiling from source code
28 décembre 2022, par slyfox1186Goal :


Compile multiple libraries from source code to ultimately install a fully compiled version of FFmpeg with desirable libraries attached.


Problem :


During the compilation, all libraries (seemingly) are successful until liblv2 is reached.


Error output via terminal :


building lv2 - version 1.18.10
=======================
Downloading https://lv2plug.in/spec/lv2-1.18.10.tar.xz as lv2-1.18.10.tar.bz2
... Done
Extracted lv2-1.18.10.tar.bz2
$ python3 ./waf configure --prefix=/home/jman/tmp/ffmpeg/ffmpeg-build/workspace --lv2-user
python3: can't open file '/home/jman/tmp/ffmpeg/ffmpeg-build/packages/lv2-1.18.10/./waf': [Errno 2] No such file or directory

Failed to Execute python3 ./waf configure --prefix=/home/jman/tmp/ffmpeg/ffmpeg-build/workspace --lv2-user



Where I need guidance :


python3: can't open file '/home/jman/tmp/ffmpeg/ffmpeg-build/packages/lv2-1.18.10/./waf': [Errno 2] No such file or directory



My question :


What does this part mean ?


lv2-1.18.10/./waf'

specifically the part /./



My best guess so far is it :


- 

- obviously is looking for a directory it can't find (perhaps because it truly doesn't exist)
- The missing
'waf'
directory should be located inside either the"${PACKAGES}"
or"${WORKSPACE}"
directory.






The
${PACKAGES}"
path in this script should =/home/jman/tmp/ffmpeg/ffmpeg-build/packages


The
${WORKSPACE}"
path in this script should =/home/jman/tmp/ffmpeg/ffmpeg-build/workspace


The full build script :


https://github.com/slyfox1186/ffmpeg-build-script/blob/master/scripts/build-ffmpeg


I tried my best to make this worth sometimes time without giving too much info... sorry if I don't meet the expectations of this forum.


Am I even close ?


-
Where to place sql query in ffmpeg php code to fetch from database
22 avril 2016, par Asim khanI am working on
ffmpeg php
. In the code it is fetching id3 tag from the mp3 file that is in xamp directory.I want to fetch the id3 tags information directly from database. Kindly help me where should i Place sql query to fetch it from database.This is the code I am working on :
Code of ffmpeg