Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (32)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6730)

  • Webcam live preview with FFMPEG

    17 juin 2013, par Edoardo

    Is it possible to display a window with a live preview of a WebCam with ffmpeg (or ffmplay) ?

    I am able to capture video from a webcam but not to display it live by command line.

  • How to convert Live video stream from YUV(HDYC) to RGB

    9 août 2013, par user2499628

    I want to convert video streams from webcam. that video streams are called HDYC. I think it's a little special so I didn't control now.

    My question is How to convert that format to rgb in c++ using ffmpeg ? but there are some constraints.
    I don't want to make a file. in other wors, It needs to convert video streams from webcam. also It's a real time operation.

    Thanks.

  • How do I extract parts of a video with a specific aspect ratio with ffmpeg or mencoder ? [on hold]

    26 juin 2013, par MinecraftBhil

    I've got some recordings from TV. The movies are all in 4:3 but the advertisement is in 16:9. My input format is a mpeg 2 transport stream. I would like to convert my movies to mp4 with h264 video and aac audio but delete all frames from the video with 16:9 aspect ratio. The sound should also be deleted at the matching frames.
    Converting mts to mp4 is easy with ffmpeg but how do I extract the frames with 4:3 aspect ratio ?

    converting mts to mp4 :

    ffmpeg -i input.mts -b:v 6000k -b:a 256k -vcodec libx264 -acodec aac -o output.mp4

    I'm under a gentoo linux with ffmpeg version 0.10.3 and MEncoder 1.1-4.5.4