
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (98)
-
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 ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (14120)
-
ffmpeg avformat_open_input function return err_code -1414093056, immediate exit requested
13 septembre 2023, par zywI'm making an upload software, when I unplug the device's camera and plug it in again, utilizing ffmpeg6.0, the first time I open the video screen in thread, avformat_open_input will report an error and return -1414093056, immediate exit requested, the second time I open it in thread it's normal and only In this case, it will report an error, I would like to ask what is the reason.


I broke the point in the source code and found that it is in avio.c uc->protocol_whitelist is null to report an error. It's a bit of a rush at work.


-
exit status 127 when running ffmpeg from golang
18 mai 2023, par EranHi I am using the following docker image :


FROM golang:alpine3.18



With ffmpeg : (probably here I am missing something)


RUN apk add --no-cache ffmpeg



However when trying to execute the following :


cmd := "ffmpeg -i Untitled.mp4 -vf \"fps=5,scale=320:-1:flags=lanczos\" -c:v pam -f image2pipe - | convert -delay 5 - -loop 0 -layers optimize test.gif"
_, err := exec.Command("bash", "-c", cmd).Output()
if err != nil {
 fmt.Println(fmt.Sprintf("Failed to execute command: %s", err))
}



I get this error :


Failed to execute command: exit status 127



-
avisynth : Exit gracefully when trying to serve video from v2.5.8.
7 août 2013, par Stephen Hutchinsonavisynth : Exit gracefully when trying to serve video from v2.5.8.
’Fixes’ ticket #2526 insofar as it stops 2.5.8 from crashing and
tells the user to upgrade to 2.6 if they want to make video input
work. A real solution to #2526 would be to get video input from
2.5.8 to work right.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>