
Recherche avancée
Autres articles (53)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 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 (...) -
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 (...)
Sur d’autres sites (11151)
-
ffmpeg native player started from spring application freezes
21 mars 2018, par Jemo MgebrishviliI have a spring-mvc project, from browser on button click I’m starting ffmpeg player (ffplay) for video/audio streaming, the problem is that, when player window is opened after the button click, it freezes and not responds, it shows one frame and stops frame updates but has audio voice, also I can’t move it and change player position, if I start the ffplay from cmd (outside from my app) it works fine.
this is how I am starting the playerThread({
val cmd = arrayOf("pathToTheffplay", "-loglevel", "verbose", "rtmp://localhost:portNum/streamName")
val pb = ProcessBuilder(*cmd)
pb.start()
println("player started")
}).start()what I am missing ? Any advice ?
-
Convert Videos with FFMPEG to PowerPoint 2016 compatible video format [closed]
11 septembre 2020, par Sebastian S.I am trying to convert a bunch of videos to a video format that is natively supported by PowerPoint 2013/2016 on a Windows 7 system.


Microsoft recommends on their website mp4 with h264 and aac.


Video and audio file formats supported in PowerPoint




In PowerPoint 2013 and later, and in PowerPoint 2016 for Mac, for the best video playback experience, we recommend that you use .mp4 files encoded with H.264 video (a.k.a. MPEG-4 AVC) and AAC audio. In PowerPoint 2010, we recommend that you use .wmv files.






We recommend using .m4a files encoded with AAC audio. In PowerPoint 2010, we recommend that you use .wav or .wma files.




Audio is not important for me.
I tried to convert my videos with ffmpeg using the following options :


ffmpeg -i Input.avi -c:v libx264 -preset slow -crf 22 -c:a copy Output.mp4



However I cannot import the video to PowerPoint 2016 (32 or 64bit, I tried both). I always get a missing codec error.


PPT Error when including video files


Has anyone successfully encoded videos to a natively supported PowerPoint video format (on Windows) ?


-
powerpoint 2016 screen recording
13 mai 2016, par DeanB_DevelopCompressing an
.MP4
causes a transcoding process failure inFFMPEG
. The MP4 was created using thePowerPoint 2016 Screen Recording
tool.I created an
.MP4
using the default configuration in PowerPoint 2016. When the file is compressed usingFFMPEG
, the process fails without creating a new file.Other .MP4’s work fine with
FFMPEG
. I believe the problem is with the .mp4 generated byPowerPoint 2016
.