Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (96)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11569)

  • Revision 431aaefbec : Replacing 1 mi_{width, height}_log2() with lookup tables. Change-Id : Iba91ff

    19 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Replacing 1 << mi_width, height_log2() with lookup tables.

    Change-Id : Iba91ff1e797a83517e2cd7c3ab86cba39f39415b

  • ffmpeg drawtext box height variies depending on text

    13 mars 2019, par NFpeter

    I use ffmpeg with zoompan and drawtext filter. I’m writing 4 lines of text in a box.
    Now I’ve the problem that the space between the boxes variies depending on the text height.

    Is there a way to set a fixed height for the text box ?
    Or is it possible to calculate the text position depending on the current text ?

    Here my call with 2 lines of text

    ffmpeg -ss 0 -t 10 -i white.png -y -filter_complex [0:v]zoompan='z=min(zoom+0.10143,1.217217)':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=25*6.0760000000000005:,trim=duration=6.0760000000000005[v0];[v0]drawtext=text=f:fontcolor=white:fontsize=40:box=1:boxcolor=black@0.8:boxborderw=15:alpha=1:x=w/20:y=(h/1.11)-th*0.5[v2];[v2]drawtext=text=f:fontcolor=white:fontsize=40:box=1:boxcolor=black@0.8:boxborderw=15:alpha=1:x=w/20:y=(h/1.246)-th*0.5 -c:v libx264 -r 25 -pix_fmt yuv420p -strict -2 out.mp4

    enter image description here

  • FFPROBE SWAPS WIDTH AND HEIGHT

    23 septembre 2022, par Chidozie Duru

    I just noticed that ffprobe swaps the width and height of some videos when fetching the data of those videos. Please help suggest how to go about this and get it right or any other package that is confirmed to work. Below is the resulting output after i used ffprobe to request for video metadata. I just requested the width and height, while some are correct, others are not as it swaps the value for width and height.

    &#xA;

            {&#xA;        streams: [&#xA;        {&#xA;        index: 0,&#xA;        codec_name: &#x27;aac&#x27;,&#xA;        codec_long_name: &#x27;AAC (Advanced Audio Coding)&#x27;,&#xA;        profile: &#x27;LC&#x27;,&#xA;        codec_type: &#x27;audio&#x27;,&#xA;        codec_tag_string: &#x27;mp4a&#x27;,&#xA;        codec_tag: &#x27;0x6134706d&#x27;,&#xA;        sample_fmt: &#x27;fltp&#x27;,&#xA;        sample_rate: 32000,&#xA;        channels: 1,&#xA;        channel_layout: &#x27;mono&#x27;,&#xA;        bits_per_sample: 0,&#xA;        id: &#x27;0x1&#x27;,&#xA;        r_frame_rate: &#x27;0/0&#x27;,&#xA;        avg_frame_rate: &#x27;0/0&#x27;,&#xA;        time_base: &#x27;1/32000&#x27;,&#xA;        start_pts: 0,&#xA;        start_time: 0,&#xA;        duration_ts: 12228608,&#xA;        duration: 382.144,&#xA;        bit_rate: 126250,&#xA;        max_bit_rate: &#x27;N/A&#x27;,&#xA;        bits_per_raw_sample: &#x27;N/A&#x27;,&#xA;        nb_frames: 11942,&#xA;        nb_read_frames: &#x27;N/A&#x27;,&#xA;        nb_read_packets: &#x27;N/A&#x27;,&#xA;        extradata_size: 2,&#xA;        tags: [Object],&#xA;        disposition: [Object]&#xA;        },&#xA;        {&#xA;        index: 1,&#xA;        codec_name: &#x27;h264&#x27;,&#xA;        codec_long_name: &#x27;H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10&#x27;,&#xA;        profile: &#x27;High&#x27;,&#xA;        codec_type: &#x27;video&#x27;,&#xA;        codec_tag_string: &#x27;avc1&#x27;,&#xA;        codec_tag: &#x27;0x31637661&#x27;,&#xA;        width: 1920,&#xA;        height: 1080,&#xA;        coded_width: 1920,&#xA;        coded_height: 1080,&#xA;        closed_captions: 0,&#xA;        film_grain: 0,&#xA;        has_b_frames: 0,&#xA;        sample_aspect_ratio: &#x27;N/A&#x27;,&#xA;        display_aspect_ratio: &#x27;N/A&#x27;,&#xA;        pix_fmt: &#x27;yuv420p&#x27;,&#xA;        level: 50,&#xA;        color_range: &#x27;unknown&#x27;,&#xA;        color_space: &#x27;unknown&#x27;,&#xA;        color_transfer: &#x27;unknown&#x27;,&#xA;        color_primaries: &#x27;unknown&#x27;,&#xA;        chroma_location: &#x27;unspecified&#x27;,&#xA;        field_order: &#x27;progressive&#x27;,&#xA;        refs: 1,&#xA;        is_avc: &#x27;true&#x27;,&#xA;        nal_length_size: 4,&#xA;        id: &#x27;0x2&#x27;,&#xA;        r_frame_rate: &#x27;25/1&#x27;,&#xA;        avg_frame_rate: &#x27;25/1&#x27;,&#xA;        time_base: &#x27;1/30000&#x27;,&#xA;        start_pts: 0,&#xA;        start_time: 0,&#xA;        duration_ts: 11463600,&#xA;        duration: 382.12,&#xA;        bit_rate: 183454,&#xA;        max_bit_rate: &#x27;N/A&#x27;,&#xA;        bits_per_raw_sample: 8,&#xA;        nb_frames: 9553,&#xA;        nb_read_frames: &#x27;N/A&#x27;,&#xA;        nb_read_packets: &#x27;N/A&#x27;,&#xA;        extradata_size: 29,&#xA;        tags: [Object],&#xA;        disposition: [Object]&#xA;        }&#xA;        ],&#xA;        format: {&#xA;        filename: &#x27;./input4.mp4&#x27;,&#xA;        nb_streams: 2,&#xA;        nb_programs: 0,&#xA;        format_name: &#x27;mov,mp4,m4a,3gp,3g2,mj2&#x27;,&#xA;        format_long_name: &#x27;QuickTime / MOV&#x27;,&#xA;        start_time: 0,&#xA;        duration: 382.144,&#xA;        size: 14896948,&#xA;        bit_rate: 311860,&#xA;        probe_score: 100,&#xA;        tags: {&#xA;        major_brand: &#x27;mp42&#x27;,&#xA;        minor_version: &#x27;0&#x27;,&#xA;        compatible_brands: &#x27;isommp42&#x27;,&#xA;        creation_time: &#x27;2022-09-23T20:39:00.000000Z&#x27;&#xA;        }&#xA;        },&#xA;        chapters: []&#xA;        }&#xA;

    &#xA;