
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
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 (14485)
-
Some question about ffmpeg4.1 use in Xcode 10.2 [on hold]
20 avril 2019, par Je.drekWhen I run my project in xcode10.2 , it happened this error :
’Undefined symbols for architecture arm64 : "_avcodec_alloc_frame", referenced from : CLocalFilePlay::CLocalFilePlay() in libRS_IOSPlay.a(LocalFilePlay.o) CNetStreamPlay::CNetStreamPlay() in libRS_IOSPlay.a(NetStreamPlay.o) ld : symbol(s) not found for architecture arm64 clang : error : linker command failed with exit code 1 (use -v to see invocation)’
Can anyone help me find out ?
-
A question about the first mdat box of the fmp4 file
7 janvier 2019, par YuanDa.Yu -
h.265 encoding with ffmpeg, which preset question
26 novembre 2018, par ChristopheI’m using ffmpeg on the command line to encode video from a QuickTime ProRes 4444p DCI-resolution source to h.265, y420p. It’s working just fine, but I noticed something very odd : If I change nothing but the preset, the file size goes down as the encoding speed goes up :
Preset and resulting file size :
- veryslow : 5814379
- slower : 5812081
- slow : 5640739
- medium : 5455779
- fast : 5164506
- faster : 5099833
- veryfast : 5108824 (file size starts going up from this point)
My question is : This is rather the opposite from what I’d expect. Am I missing something obvious ?