
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (62)
-
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 (9315)
-
Can use AVCaptureMoiveFileOutput send stream video to the Network ?
18 avril 2016, par X.RodiI need to send screen video in real-time from Mac to a multicast group,like"239.1.1.110:46110".
I know the AVCaptureMovieFileOutput has a method"startRecordingToOutputFileURL : recordingDelegate :".
I just want to know the parameter of URL can be a multicast group address ? Or if is no,what can I do to send the stream video to the multicast group ?
Someone said using ffmpeg,but I nothing about that.Could anybody give some sample demo ?
Any help is appreciated.Thanks a lat in advance.
-
ffmpeg install on windows server 2003. for use in rails app
15 septembre 2011, par sdkI have a rails application which uses ffmpeg for thumbnailing/duration/file format conversion of videos.
Currently my rails app runs in ubuntu - where ffmpeg works great. But due to some client constraints , need to run rails app on windows.
I tried looking out for some writeups, googling around some forums but could not get a comprehensive list of steps to run ffmpeg on windows.Any help/alternatives/links to ge it running would be of great help.
Thanks in advance.
-
CD+G to MKV with FFMpeg
8 juin 2022, par eth4nI'm trying to convert cdg+mp3 files to mkv with ffmpeg, i'm using the following


ffmpeg -i %1 -i %2 -vcodec libx265 -crf 31 -preset veryslow -vtag hvc1 -acodec libopus -frame_duration 40 -b:a 90000 -ar 48000 "% dpn1.mkv"


but


For example, if the CDG file stops at 4:26 and the audio duration is 6:15 (375 seconds), no problem playing mkv files on VLC and WMP (they read the video until the end with the last frame freezed on screen), but i have some problems on other platforms, and Avidemux reads only until the video duration (4:26), not the audio one (6:15)


Any advice ?
Thank you in advance