
Recherche avancée
Autres articles (96)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9646)
-
Can ffmpeg write metadata encoder when transcoding alac/flac to aac audio file ?
11 juin 2022, par David II have a collection of alac and flac files from Bandcamp and an ffmpeg instance compiled with libfdk_aac https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#libfdk_aac and am trying to convert these to lossy audio aac files for non-critical listening.


With
ffmpeg -i Liholesie\ -\ Shamanic\ Twilight\ -\ 09\ Gray\ Wings.m4a -c:a libfdk_aac -vbr 4 -c:v copy 09_Gray_wings_vbr4.m4a
an expected aac .m4a audio file is produced, album art included, works well. There's one slight detail missing :

During the ffmpeg conversion process ffmpeg says :


Output #0, ipod, to '09_Gray_wings_vbr4.m4a':
 Metadata:
 major_brand : M4A 
 minor_version : 512
 compatible_brands: M4A isomiso2
 title : Gray Wings
 artist : Liholesie
 album_artist : Liholesie
 album : Shamanic Twilight
 comment : Visit https://liholesie.bandcamp.com
 date : 2021
 track : 9
 encoder : Lavf59.24.100
 Stream #0:0: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 700x700 [SAR 72:72 DAR 1:1], q=2-31, 90k tbr, 90k tbn (attached pic)
 Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16 (default)
 Metadata:
 handler_name : SoundHandler
 vendor_id : [0][0][0][0]
 encoder : Lavc59.33.100 libfdk_aac 
..





and the file produced looks like that when ffprobed except that the Metadata : encoder field is missing :


Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '09_Gray_wings_vbr4.m4a':
 Metadata:
 major_brand : M4A 
 minor_version : 512
 compatible_brands: M4A isomiso2
 title : Gray Wings
 artist : Liholesie
 album_artist : Liholesie
 album : Shamanic Twilight
 date : 2021
 encoder : Lavf59.24.100
 comment : Visit https://liholesie.bandcamp.com
 track : 9
 Duration: 00:06:57.78, start: 0.000000, bitrate: 155 kb/s
 Stream #0:0[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 152 kb/s (default)
 Metadata:
 handler_name : SoundHandler
 vendor_id : [0][0][0][0]
 Stream #0:1[0x0]: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 700x700 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn (attached pic)



Is there a way to write the encoder field in the Metadata section when transcoding (or is "encoder" not supported for aac m4a ? That would be weird since ffmpeg says what it says when specifying output during transcoding) .


Any hints on how to write a self-defined text to said tag during transcoding are also welcome.


-
avcodec : Don’t anonymously typedef structs
22 septembre 2014, par Diego Biurrunavcodec : Don’t anonymously typedef structs
- [DBH] libavcodec/aacpsy.c
- [DBH] libavcodec/ac3dec.c
- [DBH] libavcodec/alac.c
- [DBH] libavcodec/alsdec.c
- [DBH] libavcodec/amrwbdec.c
- [DBH] libavcodec/ansi.c
- [DBH] libavcodec/atrac1.c
- [DBH] libavcodec/avs.c
- [DBH] libavcodec/binkaudio.c
- [DBH] libavcodec/bitstream.c
- [DBH] libavcodec/c93.c
- [DBH] libavcodec/cdxl.c
- [DBH] libavcodec/cinepak.c
- [DBH] libavcodec/cook.c
- [DBH] libavcodec/cscd.c
- [DBH] libavcodec/dcadec.c
- [DBH] libavcodec/elbg.c
- [DBH] libavcodec/g723_1.c
- [DBH] libavcodec/gif.c
- [DBH] libavcodec/huffman.c
- [DBH] libavcodec/idcinvideo.c
- [DBH] libavcodec/iff.c
- [DBH] libavcodec/imc.c
- [DBH] libavcodec/kgv1dec.c
- [DBH] libavcodec/libopenjpegdec.c
- [DBH] libavcodec/libopenjpegenc.c
- [DBH] libavcodec/libspeexdec.c
- [DBH] libavcodec/libspeexenc.c
- [DBH] libavcodec/mimic.c
- [DBH] libavcodec/nuv.c
- [DBH] libavcodec/proresdec.c
- [DBH] libavcodec/qcelpdec.c
- [DBH] libavcodec/qdm2.c
- [DBH] libavcodec/ra288.c
- [DBH] libavcodec/roqaudioenc.c
- [DBH] libavcodec/roqvideoenc.c
- [DBH] libavcodec/rv34_parser.c
- [DBH] libavcodec/sipr.c
- [DBH] libavcodec/srtdec.c
- [DBH] libavcodec/svq3.c
- [DBH] libavcodec/truespeech.c
- [DBH] libavcodec/v210enc.h
- [DBH] libavcodec/vble.c
- [DBH] libavcodec/vc1_parser.c
- [DBH] libavcodec/vc1dec.c
- [DBH] libavcodec/vorbisdec.c
- [DBH] libavcodec/vorbisenc.c
- [DBH] libavcodec/wmalosslessdec.c
- [DBH] libavcodec/wmaprodec.c
- [DBH] libavcodec/wmavoice.c
- [DBH] libavcodec/zerocodec.c
-
Anomalie #4052 (Nouveau) : Visualiser ses messages dans le privé
28 novembre 2017, par tcharlss (*´_ゝ`)Dans la page infos_perso du privé (ou sur sa page d’auteur), il y a un lien dans la boîte d’infos qui mène vers controler_forum, avec le nombre de contributions : « N messages de forum ».
Intuitivement on s’attendrait à ce que le lien nous mène vers une page qui montre nos messages, mais ce n’est pas le cas, on les voit tous.
Je propose de rajouter id_auteur=N au lien.Ensuite sur cette page, la gestion des auteurs est un inconsistente avec le reste.
À la base les liens pour filtrer les messages et les boutons d’actions sont situés dans la boîte de raccourcis à gauche.
En revanche il n’y a pas moyen de filtrer ses propres messages (à part manuellement en ajoutant id_auteur dans l’URL), et une fois qu’un auteur est sélectionné, l’info apparaît dans une boîte au dessus de la liste, au lieu d’utiliser la boîte de raccourcis à gauche. Donc l’interface permet de « défiltrer » par auteur mais pas de filtrer.Je propose donc d’ajouter un filtre « mes messages » dans la boîte de raccourcis.