Recherche avancée

Médias (91)

Autres articles (43)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

Sur d’autres sites (4427)

  • Encode video for ipod classic

    25 avril 2014, par mulllhausen

    I just finished installing ffmpeg on debian wheezy using these instructions - http://trac.ffmpeg.org/wiki/UbuntuCompilationGuide. Now I want to encode a video to play on my iPod classic. The video has the following info :

    $ mediainfo in.mp4
    General
    Complete name                            : in.mp4
    Format                                   : MPEG-4
    Format profile                           : Base Media / Version 2
    Codec ID                                 : mp42
    File size                                : 1.21 GiB
    Duration                                 : 55mn 10s
    Overall bit rate mode                    : Variable
    Overall bit rate                         : 3 130 Kbps
    Encoded date                             : UTC 2010-08-25 23:38:59
    Tagged date                              : UTC 2010-08-25 23:38:59

    Video
    ID                                       : 1
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : High@L3.2
    Format settings, CABAC                   : Yes
    Format settings, ReFrames                : 2 frames
    Codec ID                                 : avc1
    Codec ID/Info                            : Advanced Video Coding
    Duration                                 : 55mn 10s
    Bit rate mode                            : Variable
    Bit rate                                 : 3 000 Kbps
    Maximum bit rate                         : 5 000 Kbps
    Width                                    : 1 280 pixels
    Height                                   : 720 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Constant
    Frame rate                               : 29.970 fps
    Standard                                 : NTSC
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Bits/(Pixel*Frame)                       : 0.109
    Stream size                              : 1.16 GiB (96%)
    Language                                 : English
    Encoded date                             : UTC 2010-07-21 13:28:49
    Tagged date                              : UTC 2010-07-21 13:28:49
    Color primaries                          : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
    Transfer characteristics                 : BT.709-5, BT.1361
    Matrix coefficients                      : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177

    Audio
    ID                                       : 2
    Format                                   : AAC
    Format/Info                              : Advanced Audio Codec
    Format profile                           : LC
    Codec ID                                 : 40
    Duration                                 : 55mn 10s
    Bit rate mode                            : Variable
    Bit rate                                 : 125 Kbps
    Maximum bit rate                         : 270 Kbps
    Channel(s)                               : 2 channels
    Channel positions                        : Front: L R
    Sampling rate                            : 44.1 KHz
    Compression mode                         : Lossy
    Stream size                              : 49.4 MiB (4%)
    Language                                 : English
    Encoded date                             : UTC 2010-07-21 13:28:49
    Tagged date                              : UTC 2010-07-21 13:28:49
    mdhd_Duration                            : 3310353

    I have already tried just copying the video to the IPod with banshee but the video just shows a black screen. Which is the best format to play the video on the Ipod ? What ffmpeg parameters should I use ? I would like to maximize resolution while minimizing file size.

  • The audio selector of kaltura player is inactive

    17 février 2018, par Bolot Kalil

    Guys.

    I have created single video file with multiple audio using this ffmpeg code :

    ffmpeg -y -i input.mp4 -i 1.mp3 -i 2.mp3 -map 0:v -map 1:a -map 2:a -metadata:s:a:0 language=kir -metadata:s:a:0 title="Kirghiz" -metadata:s:a:1 language=eng -metadata:s:a:1 title="English" -acodec copy -bsf:a aac_adtstoasc -vcodec copy -movflags faststart output.mp4

    But on the kaltura after uploading the video file, audio selector on the player is inactive, why ?

    I have tried also with xml file, the result is same.

    Please help me I couldn’t find the reason why this happens.

    Many thanks.

  • dshow command is listing device name different from actual device name

    17 octobre 2017, par Somanshu

    I have used the command :

    ffmpeg -f dshow -list_devices true -i dummy

    to list the devices, but if device name is in language other than English then
    device name shown by FFmpeg and actual differ. How can I solve this mismatch
    problem ? This image shows the device name in Spanish :

    in Spanish

    This image shows the device name as read by FFmpeg :

    as read by FFmpeg