
Advanced search
Medias (1)
-
Revolution of Open-source and film making towards open film making
6 October 2011, by
Updated: July 2013
Language: English
Type: Text
Other articles (94)
-
MediaSPIP Core : La Configuration
9 November 2010, byMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes; une page spécifique à la configuration de la page d’accueil du site; une page spécifique à la configuration des secteurs;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques de (...) -
Keeping control of your media in your hands
13 April 2011, byThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Problèmes fréquents
10 March 2010, byPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
On other websites (6494)
-
exit status 127 when running ffmpeg from golang
18 May 2023, by 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



-
ffmpeg avformat_open_input function return err_code -1414093056, immediate exit requested
13 September 2023, by 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.


-
tools/target_enc_fuzzer: replace assert by clean exit
5 May 2024, by Michael Niedermayer