Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (111)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9861)

  • log : Print a full backtrace along with error messages under Valgrind

    20 avril 2015, par Vittorio Giovara
    log : Print a full backtrace along with error messages under Valgrind
    

    Useful to understand where and in what execution state a certain message
    is generated. It is enabled only when optimizations are disabled, since
    function names are not printed otherwise.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] configure
    • [DH] libavutil/log.c
    • [DH] libavutil/version.h
  • ffmpeg and uscreencapture not taking full screen

    27 mai 2022, par The Mr. Totardo

    I want to record my screen full screen with modest command below. My screen resolution is 1920x1080

    &#xA;

    C :\Users\Totzfreelance\ffmpeg.exe -f dshow -i video="UScreenCapture":audio="Microphone (Realtek High Definition Audio)" -offset_x 0 -offset_y 0 -video_size 1920x1080 -pix_fmt yuv420p c :\Users\Totzfreelance\testing3.mp4

    &#xA;

    but the video result dimension always 1280x720. There is part of screen not captured. I want it to be 1920x1080.

    &#xA;

  • How to embed subtitles to .mp4 movie using ffmpeg

    2 septembre 2021, par hudac

    I'm trying to embed subtitles I wrote to a movie I created.
    &#xA;I'm using FFmpeg version : ffmpeg-20150418-git-edbb9b5-win64-static with the command :

    &#xA;

    ffmpeg -i in.mp4 -f srt -i subs.srt -c:v copy -c:a copy -c:s mov_text out.mp4&#xA;

    &#xA;

    I saw here.

    &#xA;

    But I get errors during the process, and when the process is done there's an output file out.mp4 without subtitles embedded.
    &#xA;When I play the in.mp4 in some player such as media player classic with the subtitles separately, the subtitles are sync and everything is fine.

    &#xA;

    The subtitles are subrip encoded in UTF8.

    &#xA;

    I tried to look out for these errors but didn't find anything useful. it seems something ridiculous.
    &#xA;What am I doing wrong ?

    &#xA;

    Errors such as :

    &#xA;

    [mp4 @ 00000000003fe020] Codec for stream 0 does not use global headers but container format requires global headers&#xA;[mp4 @ 00000000003fe020] Codec for stream 1 does not use global headers but container format requires global headers&#xA;[mp4 @ 00000000003fe020] Application provided duration: -8 / timestamp: 72205 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;

    &#xA;

    Movie details from Media info :

    &#xA;

    Video  &#xA;ID: 1  &#xA;Format: AVC  &#xA;Format/Info: Advanced Video Codec  &#xA;Format profile: Main@L4.2  &#xA;Format settings, CABAC: Yes  &#xA;Format settings, ReFrames: 3 frames  &#xA;Format settings, GOP: M=4, N=24  &#xA;Codec ID: avc1  &#xA;Codec ID/Info: Advanced Video Coding  &#xA;Duration: 8mn 32s  &#xA;Source duration: 8mn 32s  &#xA;Bit rate: 23.4 Mbps  &#xA;Width: 1920 pixels  &#xA;Height: 1080 pixels  &#xA;Display aspect ratio: 16:9  &#xA;Original display aspect ratio: 2.2:1  &#xA;Frame rate mode: Variable  &#xA;Frame rate: 23.976 fps  &#xA;Minimum frame rate: 23.976 fps  &#xA;Maximum frame rate: 24.000 fps  &#xA;Standard: NTSC  &#xA;Color space: YUV  &#xA;Chroma subsampling: 4:2:0  &#xA;Bit depth: 8 bits  &#xA;Scan type: Progressive  &#xA;Bits/(Pixel*Frame): 0.472  &#xA;Stream size: 1.40 GiB (99%)  &#xA;Source stream size: 1.40 GiB (99%)  &#xA;Language: English  &#xA;Encoded date: UTC 2015-04-28 20:31:41  &#xA;Tagged date: UTC 2015-04-28 20:31:41  &#xA;mdhd_Duration: 512137  &#xA;

    &#xA;

    Ffmpeg command output :

    &#xA;

    ffmpeg version N-71497-gedbb9b5 Copyright (c) 2000-2015 the FFmpeg developers&#xA;  built with gcc 4.9.2 (GCC)&#xA;  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab&#xA;le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l&#xA;ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en&#xA;able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc&#xA; --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --ena&#xA;ble-decklink --enable-zlib&#xA;  libavutil      54. 22.101 / 54. 22.101&#xA;  libavcodec     56. 34.100 / 56. 34.100&#xA;  libavformat    56. 30.100 / 56. 30.100&#xA;  libavdevice    56.  4.100 / 56.  4.100&#xA;  libavfilter     5. 14.100 /  5. 14.100&#xA;  libswscale      3.  1.101 /  3.  1.101&#xA;  libswresample   1.  1.100 /  1.  1.100&#xA;  libpostproc    53.  3.100 / 53.  3.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;in.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: mp42mp41&#xA;    creation_time   : 2015-04-28 20:31:41&#xA;  Duration: 00:08:32.17, start: 0.000000, bitrate: 23640 kb/s&#xA;    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 1920x1080 [SAR 40:33 DAR 640:297], 23444 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 t&#xA;bc (default)&#xA;    Metadata:&#xA;      creation_time   : 2015-04-28 20:31:41&#xA;      handler_name    : ?Mainconcept Video Media Handler&#xA;      encoder         : AVC Coding&#xA;    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 189 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2015-04-28 20:31:41&#xA;      handler_name    : #Mainconcept MP4 Sound Media Handler&#xA;Input #1, srt, from &#x27;subs.srt&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #1:0: Subtitle: subrip&#xA;[mp4 @ 00000000003fe020] Codec for stream 0 does not use global headers but container format requires global headers&#xA;[mp4 @ 00000000003fe020] Codec for stream 1 does not use global headers but container format requires global headers&#xA;Output #0, mp4, to &#x27;out.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: mp42mp41&#xA;    encoder         : Lavf56.30.100&#xA;    Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 40:33 DAR 640:297], q=2-31, 23444 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 24k t&#xA;bc (default)&#xA;    Metadata:&#xA;      creation_time   : 2015-04-28 20:31:41&#xA;      handler_name    : ?Mainconcept Video Media Handler&#xA;      encoder         : AVC Coding&#xA;    Stream #0:1(eng): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 189 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2015-04-28 20:31:41&#xA;      handler_name    : #Mainconcept MP4 Sound Media Handler&#xA;    Stream #0:2: Subtitle: mov_text ([8][0][0][0] / 0x0008)&#xA;    Metadata:&#xA;      encoder         : Lavc56.34.100 mov_text&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (copy)&#xA;  Stream #0:1 -> #0:1 (copy)&#xA;  Stream #1:0 -> #0:2 (subrip (srt) -> mov_text (native))&#xA;Press [q] to stop, [?] for help&#xA;[mp4 @ 00000000003fe020] Application provided duration: -8 / timestamp: 72205 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -7 / timestamp: 74217 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -8 / timestamp: 76267 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -4 / timestamp: 77872 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -7 / timestamp: 79260 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -1 / timestamp: 88987 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -60 / timestamp: 91489 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -4 / timestamp: 108080 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -1 / timestamp: 112974 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -8 / timestamp: 115528 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -9 / timestamp: 122758 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 124862 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -12 / timestamp: 130307 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -140 / timestamp: 150079 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -144 / timestamp: 156606 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -245 / timestamp: 158916 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 231587 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -1 / timestamp: 234743 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -9 / timestamp: 239406 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 242670 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -4 / timestamp: 249833 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -9 / timestamp: 252669 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 257713 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -2 / timestamp: 272866 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -152 / timestamp: 276417 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -3 / timestamp: 290209 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 302825 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 305466 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -3 / timestamp: 314151 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -8 / timestamp: 315957 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -1 / timestamp: 322568 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -164 / timestamp: 333373 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -3 / timestamp: 379341 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -5 / timestamp: 385070 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -7 / timestamp: 396166 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -7 / timestamp: 402007 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -4 / timestamp: 404571 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -2 / timestamp: 418218 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -5 / timestamp: 428136 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -5 / timestamp: 433347 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -4 / timestamp: 438939 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -7 / timestamp: 445657 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 449039 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -6 / timestamp: 451870 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;[mp4 @ 00000000003fe020] Application provided duration: -5 / timestamp: 456582 is out of range for mov/mp4 format&#xA;[mp4 @ 00000000003fe020] pts has no value&#xA;frame=12279 fps=138 q=-1.0 Lsize= 1477815kB time=00:08:32.16 bitrate=23637.2kbits/s&#xA;video:1465658kB audio:11840kB subtitle:8kB other streams:0kB global headers:0kB muxing overhead: 0.020907%&#xA;

    &#xA;