Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

Sur d’autres sites (4068)

  • avformat/movenc : support dvwC box for Dolby Vision

    14 octobre 2021, par Limin Wang
    avformat/movenc : support dvwC box for Dolby Vision
    

    By <<Dolby Vision Streams Within the ISO Base Media File Format Version 2.2>>

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/movenc.c
  • Dolby Vision Mp4 to HLS Stream

    23 avril 2022, par goodkid38

    Is it possible to create a dolby vision HLS stream with ffmpeg ? I have tried online tutorials such as this one https://codecalamity.com/encoding-uhd-4k-hdr10-videos-with-ffmpeg/#saving-dolby-vision but I have not seen any success. I either get hevc files with no dv from tsmuxer, invalid rpu files or the Skipping NAL unit 63 message from ffmpeg. Here is the current ffmpeg command I'm testing to at least get an hevc with dolby vision

    &#xA;

    ffmpeg -i input.mp4 -c:v copy -f hevc - | dovi_tool extract-rpu --rpu-out input.rpu - | x265-10b - --input-depth 10 --output-depth 10 --y4m --preset veryfast --crf 22 --master-display "G(8500,39850)B(6550,2300)R(35400,14600)WP(15635,16450)L(40000000,50)" --max-cll "0,0" --colormatrix bt2020nc --colorprim bt2020 --transfer smpte2084 --dolby-vision-rpu input.rpu --dolby-vision-profile 8.1 --vbv-bufsize 20000 --vbv-maxrate 20000 output.hevc &#xA;

    &#xA;

    I have also tried with dovi_tool like so

    &#xA;

    ffmpeg -i nameofmovie.mp4 -f yuv4mpegpipe -strict -1 -pix_fmt yuv420p10le - | x265-10b - --input-depth 10 --output-depth 10 --y4m --preset veryfast --crf 22 --master-display "G(8500,39850)B(6550,2300)R(35400,14600)WP(15635,16450)L(40000000,50)" --max-cll "0,0" --colormatrix bt2020nc --colorprim bt2020 --transfer smpte2084 --dolby-vision-rpu input.rpu --dolby-vision-profile 8.1 --vbv-bufsize 20000 --vbv-maxrate 20000 output.hevc&#xA;

    &#xA;

    Which gives me this error :

    &#xA;

    [hevc @ 000002f047aaf1c0] Skipping NAL unit 63&#xA;    Last message repeated 1 times&#xA;av_interleaved_write_frame(): Invalid argument&#xA;Error writing trailer of pipe:: Invalid argument00:00:00.04 bitrate=4772857.0kbits/s speed=0.297x&#xA;frame=    1 fps=0.0 q=-0.0 Lsize=   24300kB time=00:00:00.04 bitrate=4772857.0kbits/s speed=0.261x&#xA;video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5271783.500000%&#xA;Error closing file pipe:: Invalid argument&#xA;[hevc @ 000002f047cc0b80] Skipping NAL unit 63&#xA;    Last message repeated 8 times&#xA;[hevc @ 000002f047a23dc0] Skipping NAL unit 63&#xA;    Last message repeated 1 times&#xA;[hevc @ 000002f0480be640] Skipping NAL unit 63&#xA;    Last message repeated 1 times&#xA;Conversion failed!&#xA;

    &#xA;

    Theoretically I'd like to go from mkv straight to HLS with dolby vision but that seems to be even more problematic.

    &#xA;

    Any suggestions ?

    &#xA;

  • Add const qualifiers to variance/SAD functions.

    11 octobre 2010, par Timothy B. Terriberry

    Add const qualifiers to variance/SAD functions.