Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (63)

  • 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 ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’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 (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 (...)

Sur d’autres sites (9281)

  • trailing options found on command line ffmpeg

    1er juillet 2016, par asad

    ffmpeg complains about trailing options. What parameters are out of the order. I am unable to find any. Please point out some.

    /home/ec2-user/bin/ffmpeg -thread_queue_size 1024 -probesize 18M
       -re -f rawvideo -framerate 1 -pixel_format rgb32 -video_size 1920x1080
       -i pipe:0 -i /home/ec2-user/logo.png
       -i /home/ec2-user/testdata/audio.m4a -ss 0 -t 20
       -filter_complex "[0:v]vflip[main];[1:v]scale=1920/10:-1[si], [main][si]overlay=5:5:format=rgb,format=yuv420p"
       -c:v libx264 /home/ec2-user/output.mp4
       -c:v copy -shortest
  • 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

  • ffmpeg : add progress speed to status line and report

    11 décembre 2015, par Moritz Barsnick
    ffmpeg : add progress speed to status line and report
    

    This adds a computation of the progress speed versus realtime ("Nx")
    to the status line and to the report log. It uses the progress time
    as already calculated for total output time as a base.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffmpeg.c