
Recherche avancée
Autres articles (63)
-
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 ;
-
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (12178)
-
merge audio and video with ffmpeg doesnt work correctly
3 février 2023, par Iman AmaniI have ubuntu 20.04 and in past days I did this job(merge video and audio) well in terminal and with ffmpeg :


ffmpeg -i input.mp4 -i input2.mp3 -c copy output.mp4


so fast I have recived output.mp4, but now I tried this one and get output without any sound !


I try another ways to merge this ones(also with ffmpeg) but there are no diffrent...


-
How to make ffmeg automatically overwrite a file with the same name ?
27 janvier 2021, par tkinterpy -
How to set Avconv constant bitrate to output flv file ?
5 novembre 2012, par ispasovI am trying to encode a flv file which has bitrate 512k. I have created the folowing command :
avconv -i input_file.mpg -f flv -c:v flv -b:v 512k -c:a libmp3lame -b:a 64k -ar 44100 -s 400x300 ouput_file.flv
During the encodding the terminal shows higher bitrate - from 650k falling to 580k.
After the file has finnished encodding I can't see in it's properties the bitrate - it is N/A.I have tried -minrate and -maxrate options but no result also.
Can someone help me with that ?