
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (95)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (7760)
-
Map streams in ffmpeg based on title (to remove language variant)
16 octobre 2024, par MappaMI have a few video files with English audio track and French audio track, because the family wants French and I prefer VO. With ffmpeg I can easily filter all tracks to keep eng and fre, the problem is there are multiple french dialects, one of them being Candian (VFQ).


Therefore, with the following input streams :


Stream #0:1(fre): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s (default)
 Metadata:
 title : E-AC3 VFF
 Stream #0:2(fre): Subtitle: subrip (default) (forced)
 Metadata:
 title : FORCED VFF
 Stream #0:3(fre): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
 Metadata:
 title : AC3 VFQ
 Stream #0:4(fre): Subtitle: subrip
 Metadata:
 title : FORCED VFQ
 Stream #0:5(eng): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s
 Metadata:
 title : E-AC3 VO



The command
-map 0:v: -map 0:m:language:eng -map 0:m:language:fre
does not filter out anything, and I keep both audio which is wasteful. The only metadata that could be used to filter seems to be the title.

-
pydub - setting the start time of an audio file ? [closed]
3 février, par tamirgI have an audio file, which I create using pydub, and when I use ffmpeg to play I notice it has a start time defined :


Input #0, mpeg, from 'audio_117.ts':
Duration: 00:00:09.91, start: 0.500000, bitrate: 66 kb/s



I am trying to play the same audio file but with different formats. And I notice the start time is different with each format. :


mp3 :


Input #0, mp3, from 'audio_117.mp3':
 Metadata:
 encoder : Lavf61.7.100
 Duration: 00:00:10.03, start: 0.023021, bitrate: 64 kb/s



ogg :


Input #0, ogg, from 'audio_117.ogg':
 Duration: 00:00:10.00, start: 0.000000, bitrate: 63 kb/s



Do I have any control over this attribute ? What does it mean exactly ?
I just notice that if I create an HLS playlist from such file, it skips the beginning, and I wonder if it is related to the start time attribute.


-
Play RTMP WITH MPEG-TS format on Android
10 septembre 2015, par Guy LevinI’m trying to play a video from a rtmp stream on Android using JavaCV and ffmpeg
I’m able to see videos from other sources like rtsp
Do you have any idea what could be the reason ?
Thanks