Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (43)

Sur d’autres sites (8334)

  • Merge commit ’a536a4e4bc52d05f59869761337452fb1f1977f6’

    27 janvier 2015, par Michael Niedermayer
    Merge commit ’a536a4e4bc52d05f59869761337452fb1f1977f6’
    

    * commit ’a536a4e4bc52d05f59869761337452fb1f1977f6’ :
    lavc : support extracting audio service type from side data

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.c
  • How to build a daemon to encode video files on S3 ?

    4 avril 2013, par Yuval Cohen

    I am interested in running a daemon to go over user uploaded video files and encode them in an optimal format (and add some watermarks).

    I was considering services such as Zencoder, Encoding.com, Amazon's encoding service but some lack overlaying capabilities and some are just too expensive for our (big) volumes.

    I want to build a daemon that encodes videos that are located on S3 once users upload them.

    The solution I thought of would be Python Heroku servers using Celery for a task queue to keep track of the encoded files and ffmpeg to do the actual work. However, I ran into troubles compiling ffmpeg for Heroku (with libass support, so the basic ffmpeg bins aren't enough).

    What approach/technology stack would you consider for this mini-project ?

    Thanks !
    Yuval

  • Get "Delay relative to video" value using ffmpeg

    22 avril 2023, par user3449922

    I like to known if is possible detect via ffmpeg the value of property "Delay relative to video" showed here :

    &#xA;

    Audio #2&#xA;ID                                       : 3&#xA;Format                                   : AC-3&#xA;Format/Info                              : Audio Coding 3&#xA;Commercial name                          : Dolby Digital&#xA;Codec ID                                 : A_AC3&#xA;Duration                                 : 10 min 0 s&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 320 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Channel layout                           : L R&#xA;Sampling rate                            : 48.0 kHz&#xA;Frame rate                               : 31.250 FPS (1536 SPF)&#xA;Bit depth                                : 32 bits&#xA;Compression mode                         : Lossy&#xA;Delay relative to video                  : 1 s 78 ms&#xA;Stream size                              : 22.8 MiB (1%)&#xA;Language                                 : rom&#xA;Service kind                             : Complete Main&#xA;Default                                  : No&#xA;Forced                                   : No&#xA;

    &#xA;

    Thank you !

    &#xA;