
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (76)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (5313)
-
x264vfw - H.264/MPEG-4 AVC codec is advisable to use ?
25 avril 2012, par Dhaval KariyaI have generated graph using GraphEdit utility of Directshow.
My Graph is as follow
osprey card -> x264vfw - H.264/MPEG-4 AVC codec -> GDCL Multiplexer -> File writer (.mp4
file)
I use "x264vfw - H.264/MPEG-4 AVC codec" downloaded from
http://sourceforge.net/projects/x264vfw/. I want to know is this advisable to use this
coded to encode the live video stream ? And what about the support and
licensing for the same ?
Thank You.
-
How do I get strftime working ? Nothing has been working so far
17 janvier 2020, par ENunnTrying to add a timestamp for ffmpeg for capture card recoridngs but its not working at all.
ffmpeg -f dshow -rtbufsize 100M -i video="Game Capture HD60 S (Video) (#01)":audio="Game Capture HD60 S (Audio) (#01)" -c:v mpeg2video -q:v 0 -r 29.97 -c:a aac -b:a 192k -threads 12 -flags +ilme+ildct -top 1 -strftime 1 "file-%Y%m%d-%%04d.ts"
The output file is basically just "file-%Y%m%d-%%04d.ts", no dates or times. Any help ?
-
Is there any audio-playback library that works correct with getCurrentPostition() and seekTo() ?
16 avril 2015, par Lyubov AlekseevaThe MediaPlayer’s seekTo() and getCurrentPostition() are working inaccurately and very approximately and this issue is being unsolved by Google for a long time.
I need a good library that can return a precise position of a playback in milliseconds and seek where it needed. But I’ve tried some like presto, vitamio, ExoPlayer (for this I can’t find any documentation how to play from sd card) and yet didn’t find a good library.
Using ffmpeg is complex for me and the only java wrapper I’ve found is only for decoding , not playback .
Please, give me advice how to playback audio and get exact values for getCurrentPostition() and seekTo()