Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (53)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par 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 (6412)

  • Crop and Overlay on a video simultaneously using JavaCV for Android

    17 avril 2016, par ultimate

    I am using javacv version-1.1 on android studio and it is working perfectly.

    I want to crop and apply overlay to a video using FFmpegFrameFilter. I am not an expert in ffmpeg commands so can you help me please to achieve it.

    Overlay should be same size of the frame. I am able to crop but also wants an image overlay of the size of video frame.

    Thanks

  • FFMpeg not installing due to vscode problem

    13 mai 2020, par MiqhtieLol

    I am trying to code a discord music bot for a private server and when I try to install FFmpeg (npm install discord.js ffmpeg fluent-ffmpeg @discordjs/opus ytdl-core —save) it gives me a big error and I think the part that matters is this :

    



    You need to install the latest version of Visual Studio
gyp ERR! find VS including the "Desktop development with C++" workload.
gyp ERR! find VS For more information consult the documentation at:
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows


    


  • Using video from raw folder in ffmpeg

    5 août 2018, par varmashrivastava

    How can i use video from raw folder of android studio as an input source in ffmpeg command ?Like in below command i want to use from raw folder video as an input-

    { "-y", "-i", input,"-ss", "5000", "-t", "10000", "-c","copy", output};