Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (46)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9721)

  • Revert "avformat/demux : Count EAGAIN as 100 bytes in relation to read limit in avform...

    18 juin 2022, par Marton Balint
    Revert "avformat/demux : Count EAGAIN as 100 bytes in relation to read limit in avformat_find_stream_info()"
    

    Modifying avformat_find_stream_info() behaviour based on the number of EAGAINs
    it encounters is a hack which usually only hides the real issue if such thing
    happen.

    This reverts commit b0cac7082d8a3ff2d4f039af01b45c48bb578de7.

    • [DH] libavformat/demux.c
  • About "ffmpeg -c copy" two ts files, can not play the problem

    4 septembre 2022, par Orlando Bloom

    aaa.mp4

    


    General
Complete name                            : C:/aaa.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom (isom/iso2/avc1/mp41)
File size                                : 3.08 MiB
Duration                                 : 11 s 512 ms
Overall bit rate                         : 2 248 kb/s
Writing application                      : Lavf57.83.100
Comment                                  : GIFSHOW [899819595][iOS][11.4.1][iPhone9,2][5.8.5.606][Camera:f]#[720x1280][5327k][78k][C][1][tv=bec1_f80c][ags=0.455141][agm=0.747282][agsi=2000]

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L3.1
Format settings                          : CABAC / 4 Ref Frames
Format settings, CABAC                   : Yes
Format settings, Reference frames        : 4 frames
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 11 s 512 ms
Bit rate                                 : 2 161 kb/s
Width                                    : 720 pixels
Height                                   : 1 280 pixels
Display aspect ratio                     : 0.563
Frame rate mode                          : Constant
Frame rate                               : 29.970 (29970/1000) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.078
Stream size                              : 2.96 MiB (96%)
Writing library                          : x264 core 148
Codec configuration box                  : avcC

Audio
ID                                       : 2
Format                                   : AAC LC SBR
Format/Info                              : Advanced Audio Codec Low Complexity with Spectral Band Replication
Commercial name                          : HE-AAC
Format settings                          : Explicit
Codec ID                                 : mp4a-40-2
Duration                                 : 11 s 501 ms
Bit rate mode                            : Constant
Bit rate                                 : 78.8 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 44.1 kHz
Frame rate                               : 21.533 FPS (2048 SPF)
Compression mode                         : Lossy
Stream size                              : 111 KiB (4%)
Default                                  : Yes
Alternate group                          : 1




    


    I want to merge this mp4 with another ts file, because my hardware configuration is very poor, so I choose "-c copy"

    


    General
ID                                       : 1 (0x1)
Complete name                            : C:/bbb.ts
Format                                   : MPEG-TS
File size                                : 3.41 MiB
Duration                                 : 15 s 315 ms
Overall bit rate mode                    : Variable
Overall bit rate                         : 1 861 kb/s

Video
ID                                       : 256 (0x100)
Menu ID                                  : 1 (0x1)
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L3.1
Format settings                          : CABAC / 4 Ref Frames
Format settings, CABAC                   : Yes
Format settings, Reference frames        : 4 frames
Codec ID                                 : 27
Duration                                 : 15 s 382 ms
Width                                    : 1 080 pixels
Height                                   : 606 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive

Audio
ID                                       : 257 (0x101)
Menu ID                                  : 1 (0x1)
Format                                   : AAC LC
Format/Info                              : Advanced Audio Codec Low Complexity
Format version                           : Version 4
Muxing mode                              : ADTS
Codec ID                                 : 15-2
Duration                                 : 15 s 185 ms
Bit rate mode                            : Variable
Channel(s)                               : 1 channel
Channel layout                           : C
Sampling rate                            : 44.1 kHz
Frame rate                               : 43.066 FPS (1024 SPF)
Compression mode                         : Lossy
Delay relative to video                  : -46 ms





    


    I directly -c copy them, can't play the whole thing,

    


    Then I convert aaa.mp4 to ts
using "ffmpeg -i aaa.mp4 -bsf:v h264_mp4toannexb -codec copy -hls_list_size 0 aaa.ts" , this is what I googled.

    


    Finally tried aaa.ts and bbb.ts with "-c copy", still can't play.

    


    My machine configuration is acceptable, convert aaa.mp4 to the same encoding as bbb.ts

    


    If I transcode both together, I can't do it because bbb.ts is too big.

    


  • ffprobe on windows no output beyond " { " (ffmpeg-6.0-essentials_build) [closed]

    6 avril 2023, par Stahkub

    I'm attempting to use ffprobe on an rtsp stream using the following command :

    


    ffprobe -loglevel quiet -rtsp_transport tcp -select_streams v:0 -show_entries stream=width,height -of json rtsp://stream


    


    however the only thing showing in the console after this command is "" on windows, but works on wsl

    


    Windows console

    


    WSL console

    


    the windows command will never return and must be killed. Any ideas ?

    


    Reinstalled ffmpeg, different versions, rebooted pc, tried absolute path to ffprobe, tried running ffprobe using python. Tried piping output to a file, same result. I've searched around and haven't found a similar issue.