
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 ;
Sur d’autres sites (9897)
-
linux write permission for multiple users [on hold]
8 avril 2014, par Naveen GamageI have a folder with these permissions 775 owner : user group : user
I'm trying to convert files in above folder to MP4 using ffmpeg and write converted files back into above folder.
ffmpeg use www-data to write so every time it gives me permission denied error.
I tried adding www-data to group user and above folder has group write access (775) but I still getting the error. Error goes away when I chmod the folder to 777.
Is there a way to give www-data write access to above folder without changing current ownership ?
-
Ruby on Rails Vs. PHP for video conversion [on hold]
9 avril 2014, par Bigtoe21I'm going through the endless debate and decision making of choosing ROR vs. PHP for an video conversion system using FFMPEG. Just wanted to get others thoughts on this. I would be using something like Kohana or Yii if using PHP. Any advantages for one verses the other. Would appreciate any help here or thoughts.
-J
-
Video concatenation using FFMpegConverter [on hold]
9 avril 2014, par b_in_UC# Video concatenation using
FFMpegConverter
is working for my .mp4 file. But it is not working for another .mp4 file (which was taken on a mobile).Below is the code snippet I'm using :
var ffMpeg = new NReco.VideoConverter.FFMpegConverter();
ffMpeg.ConcatMedia(_fileNames, videoRootPath.mp4,
NReco.VideoConverter.Format.mp4, set);