Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (101)

  • 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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (8460)

  • FFMPEG spends 6 seconds to create first video frame after i feed first image to it ?

    7 mai 2018, par Chen Yang

    I use ffmpeg to convert a sequence of images to a video, i find that after i feed first image to it and almost 6 seconds later ffmpeg output first video frame to me.

    I use command as follow :

    ffmpeg -f image2pipe -r 100 -i pipe:0 -f flv -r 100 -tune zerolatency -preset ultrafast -bufsize 2M -codec:v libx264 -codec:a libmp3lame -bf 0 -muxdelay 0.001 -s 478x850 -b:v 2M pipe:1

    Is my options is right ?

    Or others led to this result ?

    How can i get first video frame quickly once i feed the first frame ?

  • FFMPEG combining videos - returning video with black background ?

    8 juin 2016, par Julia

    I’m trying to combine two .mp4 files so they play next to each other in one window. They are the same length (9 seconds), have the same number of frames, and the sources are both independently playable. Here’s what i’ve tried so far :

    ffmpeg -i highres_BH_140.mp4 -i BH_140.mp4 -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" -b 16M combined.mp4

    and

    ffmpeg -i BH_140.mp4 -i highres_BH_140.mp4 -filter_complex vstack stacked.mp4

    This just creates a video with a black background, although it does play for 9 seconds. One video is a higher resolution, could this be a problem ? Or is it the fact that they’re .mp4 files and not .mpg ?

    I’m still trying to understand ffmpeg’s syntax, so it’s possible I’m making a silly mistake somewhere.

    Thanks !

  • FFMPEG Command line for producing video for Tivo S3 and S4 RSS feed functionality

    16 décembre 2015, par user793586

    I have been trying to generate a solid video/audio ffmpeg command line configuration that will produce an HD quality video. The output needs to play on both the Tivo S3 and S4 boxes using the RSS vod feature. The following settings are required.

    Video :

    Multiplexer type : MPEG-4 System

    Video Dimension : 1280 x 720

    Aspect Ratio : 16:9

    Frame Rate : 29.97fps

    Interlacing : Non-Interlaced

    Bite Rate Mode : VBR

    Number of passes : 2

    Video Bitrate : 3000 kbps

    Maximum Bitrate : 8000 kbps

    Profile : Main

    Level : 3.2

    Number of B-Pictures : 2

    Audio :

    Audio Stream Type : AAC

    Bits / Sample : 16

    Channels : Stereo

    Sample Rate : 48K

    Audio Bitrate : 128 kbps