
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (55)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (8182)
-
configure : Disable inline assembly with nonlocal labels with LTO on Clang on Windows
20 décembre 2023, par Martin Storsjöconfigure : Disable inline assembly with nonlocal labels with LTO on Clang on Windows
The file libavcodec/x86/mlpdsp_init.c uses inline assembly with
nonlocal labels that are referenced outside of the assembly in C.
This fails to link with LTO when built with Clang when targeting
Windows.The root cause has been reported upstream at
https://github.com/llvm/llvm-project/issues/76046.Fixes : https://trac.ffmpeg.org/ticket/10548
Signed-off-by : Martin Storsjö <martin@martin.st> -
What is wrong with this code ? Not working on Windows 10 / Ubuntu 14
3 avril 2017, par SomenameTrying to convert a
.gif
to.mp4
:var express = require('express');
var bodyParser = require('body-parser');
var app = express();
var ffmpeg = require('fluent-ffmpeg');
var proc = new ffmpeg({ source: 'myfile.gif' })
.withAspect('4:3')
.withSize('640x480')
.applyAutopadding(true, 'white')
.saveToFile('myfile.avi', function(stdout, stderr) {
console.log('file has been converted succesfully');
});
app.listen(3000, function() {
console.log("Server Running on 3000");
});Getting the same error on Windows 10 and Ubuntu 14 :
Error: Cannot find ffmpeg
.What is wrong with the code ? Please help.
-
How to pass encrypted command to ffmpeg from Windows 10 ?
25 juillet 2019, par gaamaaWhile we pass commandline to ffmpeg and run it from Windows, others could see those commandline from taskmanager.
Sometimes the url and password are secret which to be hidden from others.
How to overcome this ?I don’t know ffmpeg coders thought about it and done something for this already.
If I know C++ or relevant coding, I could add a custom decryption code block inside ffmpeg and use my encryption application to pass the encrypted command line.
I don’t even know how to compile ffmpeg because its a nightmare even for professionals. (Why so complicated steps to simple compilation of an exe ?)Usual command line :
ffmpeg -i MySource -codec:v h264_nvenc -s:v 1920x1080 -ac 2 -ar 48000 ... xyz ... -r 25 -f mpegts "udp://224.2.2.1:1234?pkt_size=1316"
My expected commad line line :
ffmpeg 8B8E108D96EBCA39415889F19E644D3EFA00D35941F383E28A5ED5 9D3A72CF8952C79AF2DA035949525C2D34ADDE5B9479217F5E739B0C515CE
20A1AE16120E22616