Recherche avancée

Médias (91)

Autres articles (59)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (4074)

  • Revision 2fc927c66a : Fixing problem introduced in one of my previous commits. Changing fc->tx_probs

    20 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h



    Fixing problem introduced in one of my previous commits.

    Changing fc->tx_probs back to fc->pre_tx_probs. This change actually
    affects the bitstream but current test vectors work. Chrome branch is not
    affected at all. Broken since :

    cc662dd Adding struct tx_probs and struct tx_counts to cleanup the code.

    Change-Id : I36dd4b3678e902e10aba8dd49b0012eb558c209d

  • Fix configure problem with out-of-source-tree build for fate-related .mak files in...

    26 juin 2011, par Paul Sterne

    Fix configure problem with out-of-source-tree build for fate-related .mak files in...

  • The problem with converting ts files to mp4 [closed]

    6 décembre 2023, par Ryan

    So I download ts files from h264.m3u8. The files look like this "https://.net/data/3/a/e/6d162b532610fdae/h264_00000005.ts ". I merge them into one common ts file. And I'm trying to get an mp4 file using ffmpeg. I execute the following command sudo /opt/ffmpeg/bin/ffmpeg -y -f mpeg ts -i concat:/tmp/yLx1B9X9Mb/lujqnqQrtm.ts -c copy -bsf:a aac_adtstoasc output.mp4.
After that, I get

    


    ffmpeg version n3.1-1-g36fcb8c Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-17)
  configuration: --enable-gpl --enable-version3 --enable-libfdk_aac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libgsm --enable-libxvid --disable-static --enable-shared --prefix=/opt/ffmpeg
  libavutil      55. 27.100 / 55. 27.100
  libavcodec     57. 48.101 / 57. 48.101
  libavformat    57. 40.101 / 57. 40.101
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 46.102 /  6. 46.102
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[mpegts @ 0x1bc9540] Could not detect TS packet size, defaulting to non-FEC/DVHS
[mpegts @ 0x1bc9540] PES packet size mismatch
    Last message repeated 1 times
[mpegts @ 0x1bc9540] probed stream 0 failed
[mpegts @ 0x1bc9540] nothing to probe for stream 1
[mpegts @ 0x1bc9540] probed stream 1 failed
[mpegts @ 0x1bc9540] probed stream 2 failed
[mpegts @ 0x1bc9540] Could not find codec parameters for stream 0 (Unknown: none): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x1bc9540] Could not find codec parameters for stream 1 (Unknown: none): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x1bc9540] Could not find codec parameters for stream 2 (Unknown: none): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from 'concat:/tmp/yLx1B9X9Mb/lujqnqQrtm.ts':
  Duration: N/A, bitrate: N/A
    Stream #0:0[0xfaf]: Unknown: none
    Stream #0:1[0x15]: Unknown: none
    Stream #0:2[0x15b4]: Unknown: none
Output #0, mp4, to 'output.mp4':
Output file #0 does not contain any stream


    


    The main problem is that it works for other ts files, but in this case it doesn't. I suspect that the whole problem is that there is a block with h264_init.mp4 here in m3u8, but to be honest I don't understand what I need to do with it.

    


    It seems to me that I have already tried everything, but maybe I was doing it wrong