
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (48)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (8098)
-
Revision 650caeca0b : lint-hunks : remove runtime/int filter There's no good reason to use types like
16 octobre 2013, par Guillaume MartresChanged Paths :
Modify /tools/lint-hunks.py
lint-hunks : remove runtime/int filterThere's no good reason to use types like long or short in new code.
Change-Id : Ic6de6259d5a99b7af478e9c6ab74e65d81b022e2
-
ffmpeg process stops for no reason at random position
29 septembre 2021, par Peter HammiI have a encoding script which can re-encode/repack h264, h265, acc, ac3, mp3, flac etc. using ffmpeg version 4.4 into HLS (http-live-stream). Actually the script is working pretty awesome and I have very nice results but for some reason my conversion process breaks if it simply runs long.


Basically the ffmpeg process gets executed within docker using a
simple command call like so :


def exec_command(string):
 """
 Shell command interface

 Returns returnCode, stdout, stderr
 """
 log('DEBUG', f'[Command] {string}')
 output = run(string, shell=True, check=True, capture_output=True)
 return output.returncode, output.stdout, output.stderr



I sadly can't get to much into detail as the code is closed source and more than 1000 lines long, anyways the string parameter that gets passed and containing the command to be executed looks like this :


command += f' -map 0:{stream["index"]} {build_command_encode(stream, job["config"])} -map_metadata -1 -map_chapters -1 -f hls -hls_time 6 -hls_list_size 0 -hls_segment_filename "{path}/f-%04d.m4s" -hls_fmp4_init_filename "init-{name}.m4s" -hls_segment_type fmp4 -movflags frag_keyframe -hls_flags independent_segments "{path}/master.m3u8"'



Can maybe someone imagine why the ffmpeg process break for no reason ?


Thanks in advance


-
Revision a09707b7be : Build fix when ENTROPY_STATS is defined Fixes a build issue due to removal of V
29 mai 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_onyx_if.c
Build fix when ENTROPY_STATS is definedFixes a build issue due to removal of VP9_KF_BINTRAMODES macro,
when ENTROPY_STATS is on.Change-Id : I75c61702bf626376c942ab49ab887714b43284f0