Recherche avancée

Médias (91)

Autres articles (25)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (2670)

  • REMOVE encode settings from mediainfo for H265 HEVC .mkv ? Remove Writing library ?

    13 octobre 2020, par For Fun

    I want to know how I can remove encode settings from the mediainfo with mkvpropedit or ffmpeg ?

    


    İn this post :
https://video.stackexchange.com/questions/18227/removing-mp4-encoding-information
I found this command :
ffmpeg -i INPUT -c copy -bsf:v 'filter_units=remove_types=6' OUTPUT
    
for only h264 AVC !

    


    so how can you do this for h265 HEVC ?
What command do i need to use ?

    


    İ want to remove this :

    


    cpuid=0 / frame-threads=3 / no-wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=1920x1080 / interlace=0 / total-frames=0 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=2 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-hrd / info / hash=0 / no-temporal-layers / open-gop / min-keyint=23 / keyint=250 / gop-lookahead=0 / bframes=4 / b-adapt=0 / b-pyramid / bframe-bias=0 / rc-lookahead=15 / lookahead-slices=0 / scenecut=40 / radl=0 / no-splice / no-intra-refresh / ctu=64 / min-cu-size=8 / no-rect / no-amp / max-tu-size=32 / tu-inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=0 / dynamic-rd=0.00 / no-ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=2 / limit-refs=3 / no-limit-modes / me=1 / subme=1 / merange=57 / temporal-mvp / no-hme / weightp / no-weightb / no-analyze-src-pics / deblock=0:0 / sao / no-sao-non-deblock / rd=2 / selective-sao=4 / early-skip / rskip / fast-intra / no-tskip-fast / no-cu-lossless / no-b-intra / no-splitrd-skip / rdpenalty=0 / psy-rd=2.00 / psy-rdoq=0.00 / no-rd-refine / no-lossless / cbqpoffs=0 / crqpoffs=0 / rc=crf / crf=18.0 / qcomp=0.60 / qpstep=4 / stats-write=0 / stats-read=0 / ipratio=1.40 / pbratio=1.30 / aq-mode=2 / aq-strength=1.00 / cutree / zone-count=0 / no-strict-cbr / qg-size=32 / no-rc-grain / qpmax=69 / qpmin=0 / no-const-vbv / sar=1 / overscan=0 / videoformat=5 / range=0 / colorprim=2 / transfer=2 / colormatrix=2 / chromaloc=0 / display-window=0 / cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-timing-info / vui-hrd-info / slices=1 / no-opt-qp-pps / no-opt-ref-list-length-pps / no-multi-pass-opt-rps / scenecut-bias=0.05 / no-opt-cu-delta-qp / no-aq-motion / no-hdr / no-hdr-opt / no-dhdr10-opt / no-idr-recovery-sei / analysis-reuse-level=5 / scale-factor=0 / refine-intra=0 / refine-inter=0 / refine-mv=1 / refine-ctu-distortion=0 / no-limit-sao / ctu-info=0 / no-lowpass-dct / refine-analysis-type=0 / copy-pic=1 / max-ausize-factor=1.0 / no-dynamic-refine / no-single-sei / no-hevc-aq / no-svt / no-field / qp-adaptation-range=1.00

    


  • FFmpeg. Loosing timecode while transcoding

    23 février 2017, par 7sides

    I’ve got an mp4 (h264) file from RTSP webcam with dynamic FPS ( 10).

    I can see that mp4 STTS atom contains right frames durations/deltas when a frame is skipped (due to networking problems for instance).

    So at playing I always have the right total duration for about 30 minutes.

    But when I transcode this file to mpegts format and back to mp4 the total duration becomes approx. 29:10 (seems due to missed frames and normalising of PTS).

    Here are the commands :

    Convert from mp4 to mpegts :

    ffmpeg -copyts -i /script_cache/_1487864096/10.8.0.118_rtsp.camera.1.hall_1487831449.mp4 -c copy -y -bsf:v h264_mp4toannexb -copyts -f mpegts /script_cache/_1487864096/10.8.0.118_rtsp.camera.1.hall_1487831449.ts
    

    Convert from mpegts to mp4 :

    ffmpeg -copyts -i /script_cache/_1487864096/10.8.0.118_rtsp.camera.1.hall_1487831449.ts -c copy -f mp4 result.mp4
    

    So, how can I preserve the source duration/deltas while converting mp4->mpegts->mp4 ?

  • avformat/matroskaenc : Avoid temporary buffers when reformatting H.2645

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Avoid temporary buffers when reformatting H.2645
    

    Do this by using the new NALUList API. This avoids an allocation
    of a dynamic buffer per packet as well as the (re)allocation
    of the actual buffer as well as copying the data around.

    This improves performance : The time for one call to write_packet
    decreased from 703501 to 357900 decicyles when remuxing a 5min
    14000 kb/s H.264 transport stream.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c