
Recherche avancée
Autres articles (74)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Diogene : création de masques spécifiques de formulaires d’édition de contenus
26 octobre 2010, parDiogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
A quoi sert ce plugin
Création de masques de formulaires
Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (9925)
-
ffmpeg screen recording file can't be played with video via windows media player [duplicate]
7 septembre 2021, par The Mr. TotardoI'm new to ffmpeg. Recently I have recorded my screen using commmand C :\Users\Totzfreelance\ffmpeg.exe -f dshow -i video="UScreenCapture":audio="Microphone (Realtek High Definition Audio)" output1.mp4


But the result (the output1.mp4) can't be played with video (only sound) with Windows media player but I can play it both sound and video using VLC. What's the problem ?


Can you show me the minimalist command how to fix it ?


-
ffmpeg screen recording file can't be played with video with windows media player [duplicate]
7 septembre 2021, par The Mr. TotardoI'm new to ffmpeg. Recently I have recorded my screen using commmand
C :\Users\Totzfreelance\ffmpeg.exe -f dshow -i video="UScreenCapture":audio="Microphone (Realtek High Definition Audio)" output1.mp4


But the result (the output1.mp4) can't be played with video (only sound) with Windows media player but I can play it both sound and video using VLC. What's the problem ?


Can you show me the minimalist command how to fix it ?


-
How to batch convert using ffmpeg from command line
2 janvier 2015, par Thomas BucklerI have this nice one-liner to merge an image & sound and create a video :
ffmpeg -i AlbumCover.png -i AnglersTunnel.flac AnglersTunnel.flv
I have an entire folder filled with other sounds I want to process in the exact same way. How can I perform this one-liner on my entire folder ? There is only 1 image file to use for every sound file. the output video file name should be the same as the audio file name.