
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (101)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9985)
-
Matomo Further Invests in Security by Doubling Bug Bounty Rewards
7 janvier 2022, par erin — Community, Press Releases -
I have a TTS code what uses discord.js/Node.js And it keeps giving me this error
1er décembre 2020, par rowisacodeSo the code gets the user input, and puts it in a fill. but it keeps fiving me this error


made "./778055120285073448-tts_message.txt" text file for tts 
stdout: [02:37:03] Reading text [started] 
[02:37:03] Reading text [completed] 
[02:37:03] Splitting text [started]
[02:37:03] Splitting text [completed] 
[02:37:03] Convert to audio [started] 
[02:37:03] Convert to audio (0/1) [title changed] 
[02:37:03] Convert to audio (0/1) [title changed] 
[02:37:04] Convert to audio (1/1) [title changed] 
[02:37:04] Convert to audio (1/1) [completed] 
[02:37:04] Combine audio [started] 
[02:37:04] Combine audio [failed] 
[02:37:04] → ffmpeg returned an error (1): 
Error: unable to open display 
ffmpeg version n4.3.1 Copyright (c) 2000-2020 the FFmpeg developers 
 built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04) 
 configuration: --prefix= --prefix=/usr --disable-debug --disable-doc --disable-static --enable-cuda --enable-cuda-sdk --enable-cuvid --enable-libdrm 
 libavutil 56. 51.100 / 56. 51.100 
 libavcodec 58. 91.100 / 58. 91.100 
 libavformat 58. 45.100 / 58. 45.100 
 libavdevice 58. 10.100 / 58. 10.100 
 libavfilter 7. 85.100 / 7. 85.100 
 libswscale 5. 7.100 / 5. 7.100 
 libswresample 3. 7.100 / 3. 7.100 
 libpostproc 55. 7.100 / 55. 7.100 
/tmp/a39913dc-89f3-4923-b044-10861892e959.txt: No such file or directory



It says it is unable to open display




Error : unable to open display




I tried running the code from a line, and from a file. but it always gives my the same error. I don't know what is causing it but I hope someone can help.


-
avformat/movenc : allow writing out channel count in MP4 and 3GP
7 février 2023, par Jan Ekströmavformat/movenc : allow writing out channel count in MP4 and 3GP
ISOBMFF (14496-12) made this field ('channelcount') in the
AudioSampleEntry structure non-template¹ somewhere before the
release of the 2022 edition. As for ETSI TS 126 244 AKA 3GPP
file format (V16.1.0, 2020-10), it does not seem contain any
references limiting the channelcount entry in AudioSampleEntry
or in its own definition of EVSSampleEntry.fate-mov-mp4-chapters test had to be adjusted as it output a
mono vorbis stream, which would now be properly marked as such
in the container.1 : As per 14496-12 :
Fields shown as “template” in the box descriptions are fields
which are coded with a default value unless a derived
specification defines their use and permits writers to use
other values than the default.