
Recherche avancée
Médias (29)
-
#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
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (97)
-
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (7131)
-
avcodec/vp9 : Do not destroy uninitialized mutexes/conditions
2 septembre 2021, par Andreas Rheinhardtavcodec/vp9 : Do not destroy uninitialized mutexes/conditions
Also do not destroy and reinitialize mutexes and conditions when
certain input parameters change. Given that the decoder did not
create these variables at all during init, uninitialized mutexes
and conditions are destroyed before the very first initialization.
This is undefined behaviour and certain threading implementations
like pthreadGC2 crash when it is attempted.Fix this by initializing these objects once during init and freeing
them in close.Reported-by : Steve Lhomme <robux4@ycbcr.xyz>
Reviewed-by : Steve Lhomme <robux4@ycbcr.xyz>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
fluent-ffmpeg ffmpeg exited with code 1 : Unknown decoder 'h264_nvenc'
3 juillet 2022, par zzzhimimport { ipcMain } from "electron"
 import fluentFfmpeg from "fluent-ffmpeg"
 import ffmpegStaticElectron from "ffmpeg-static-electron"
 import ffprobeStaticElectron from "ffprobe-static-electron"

 const ffmpeg = fluentFfmpeg()
 ffmpeg.setFfmpegPath(ffmpegStaticElectron.path)
 ffmpeg.setFfprobePath(ffprobeStaticElectron.path)

 ffmpeg
 .input('0.mp4')
 .inputOption([
 "-hwaccel cuvid",
 // "-hwaccel_device 1",
 "-c:v h264_cuvid",
 "-c:v h264_nvenc",
 ])
 // .videoCodec("h264_nvenc")
 .outputOptions([
 '-map 0',
 '-f hls',
 '-hls_time 5',
 '-segment_time 5',
 '-hls_list_size 0',
 '-hls_segment_filename',
 `${tsFilePath}/%d.ts`
 ])
 .output(`${m3u8FilePath}/${name}.m3u8`)
 .on('start', (commandLine) => {
 })
 .on('error', (err, stdout, stderr) => {
 console.log(err, stdout, stderr)
 })
 .on('progress', (progress) => {

 })
 .on('end', (err, stdout, stderr) => {
 
 
 })
 .run()



ffmpeg -codecs


enter image description here
enter image description here
Sorry, my English is not very good !


I want ffmpeg to use GPU hardware acceleration. The above is my code, but it has been executing incorrectly. This problem has plagued me for several days. I hope you can help me, thank you !


-
Evolution #2454 (Nouveau) : distinguer auteurs et visiteurs en attente de confirmation
11 décembre 2011, par Jacques BouthierUn rédacteur passe de statut nouveau à 1comite lorsqu’il renvoie le mail de confirmation. Mais il peut arriver que ce mail n’arrive pas, qu’il soit détruit par erreur dans les spams... Aujourd’hui on ne les voit que dans la table des auteurs. Serait-il possible de rajouter une option qui (...)