Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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 (...)

  • 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 (...)

Sur d’autres sites (11878)

  • Reducing the bit rate is dropping the audio stream [closed]

    19 février 2013, par user977505

    I'm a newbie to the ffmpeg, x264 commands and conversion. So please bear w/ me.

    I've a H.264 content w/ very high bit rate and I'm using ffmepg, x264 commands to reduce the bit rate. The bit rate is getting reduced but the problem is the output doesn't have the audio stream anymore.

    Here are the commands, I'm using :

    ffmpeg.exe  -i King_Maker_Leader.mp4 -pix_fmt yuv420p -vf scale=1024:576 -r 24 \
      -f yuv4mpegpipe - | x264.exe  —bitrate 1664 —demuxer y4m \
      —preset slow —ref 3 —threads 6 —thread-input —no-scenecut \
      —no-interlaced —stats King_Maker_Leader.stats —vbv-bufsize 3328000 \
      —vbv-maxrate 1996 —pass 1 —output NUL —profile main —level 3.1 —sar 1:1 \
      —tune film —keyint 96 -
    

    ffmpeg.exe -i King_Maker_Leader.mp4 -pix_fmt yuv420p -vf scale=1024:576 \
    -r 24 -f yuv4mpegpipe - | x264.exe —bitrate 1664 —demuxer y4m \
    —preset slow —ref 3 —threads 6 —thread-input —no-scenecut \
    —no-interlaced —stats King_Maker_Leader.stats —vbv-bufsize 3328000 \
    —vbv-maxrate 1996 —pass 2 —output King_Maker_Leader_generated.mp4 \
    —profile main —level 3.1 —sar 1:1 —tune film —keyint 96 -

    I cannot figure out what is wrong with the above commands.

    I'm attaching the partial logs from pass 2 command that show the input has two streams (video and audio) and the output has only video stream.

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '..\yathrakkarude_sathruka.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       encoder         : Lavf54.6.101
     Duration: 00:01:00.37, start: 0.000000, bitrate: 8587 kb/s
       Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 720x576 [
    SAR 16:11 DAR 20:11], 8073 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
       Metadata:
         handler_name    : VideoHandler
       Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 508
    kb/s
       Metadata:
         handler_name    : SoundHandler
    Output #0, yuv4mpegpipe, to 'pipe:':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       encoder         : Lavf54.25.104
       Stream #0:0(eng): Video: rawvideo (I420 / 0x30323449), yuv420p, 1024x576 [SA
    R 45:44 DAR 20:11], q=2-31, 200 kb/s, 90k tbn, 24 tbc
       Metadata:
         handler_name    : VideoHandler
    Stream mapping:
     Stream #0:0 -> #0:0 (h264 -> rawvideo)
    Press [q] to stop, [?] for help
    [yuv4mpegpipe @ 016d5800] Encoder did not produce proper pts, making some up.
    y4m [info]: 1024x576p 45:44 @ 24/1 fps (cfr)
    x264 [info]: using SAR=1/1
    x264 [warning]: VBV buffer (2000000) > level limit (14000)
    x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
  • Overlaying jpg onto Mp4 using -VF

    16 février 2013, par brux

    I am using the following command to overlay a jpg :

    ffmpeg -i in.mp4 -vf "movie=bb.png [movie] ; [in] [movie] overlay=0:0 [out]" -vcodec libx264 -acodec copy out.mp4

    This works as expected with the first file (listed below) but it doesnt work with the second file. There is no error when I try with the second file, rather is creates an unusually large file that would not open :

    File 1 :

    [me@me ~]$ ffmpeg -i 2013-02-08.mp4
    ffmpeg version 1.0.git Copyright (c) 2000-2012 the FFmpeg developers
     built on Jan 11 2013 00:12:08 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2)
     configuration:
     libavutil      52.  8.100 / 52.  8.100
     libavcodec     54. 74.100 / 54. 74.100
     libavformat    54. 37.100 / 54. 37.100
     libavdevice    54.  3.100 / 54.  3.100
     libavfilter     3. 23.101 /  3. 23.101
     libswscale      2.  1.102 /  2.  1.102
     libswresample   0. 17.101 /  0. 17.101
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2013-02-08.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       creation_time   : 2013-02-08 20:31:49
       encoder         : Lavf53.24.0
     Duration: 00:00:03.20, start: 0.000000, bitrate: 1030 kb/s
       Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x576 [SAR 1:1 DAR 5:4], 1247 kb/s, 8.08 fps, 7.50 tbr, 15 tbn, 15 tbc
       Metadata:
         creation_time   : 2013-02-08 20:31:49
         handler_name    : VideoHandler
       Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 8000 Hz, mono, s16, 12 kb/s
       Metadata:
         creation_time   : 2013-02-08 20:31:49
         handler_name    : SoundHandler
    At least one output file must be specified

    File 2

    [me@me ~]$ ffmpeg -i aq.mp4
    ffmpeg version 1.0.git Copyright (c) 2000-2012 the FFmpeg developers
     built on Jan 11 2013 00:12:08 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2)
     configuration:
     libavutil      52.  8.100 / 52.  8.100
     libavcodec     54. 74.100 / 54. 74.100
     libavformat    54. 37.100 / 54. 37.100
     libavdevice    54.  3.100 / 54.  3.100
     libavfilter     3. 23.101 /  3. 23.101
     libswscale      2.  1.102 /  2.  1.102
     libswresample   0. 17.101 /  0. 17.101
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'aq.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       creation_time   : 2013-02-19 20:33:16
       encoder         : Lavf53.24.0
     Duration: 00:00:03.20, start: 0.000000, bitrate: 1394 kb/s
       Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x576 [SAR 1:1 DAR 5:4], 1451 kb/s, 30 fps, 30 tbr, 30 tbn, 60 tbc
       Metadata:
         creation_time   : 2013-02-19 20:33:16
         handler_name    : VideoHandler
       Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 8000 Hz, mono, s16, 12 kb/s
       Metadata:
         creation_time   : 2013-02-19 20:33:16
         handler_name    : SoundHandler
    At least one output file must be specified

    In case it is important I am capturing these videos with Android devices. The first mp4 file is created by a Nexus 7, the second (the file which wont overlay the image) is created using a HTC Desire.

  • Merge commit ’e0f8be6413b6a8d334d6052e610af32935c310af’

    5 mai 2013, par Michael Niedermayer
    Merge commit ’e0f8be6413b6a8d334d6052e610af32935c310af’
    

    * commit ’e0f8be6413b6a8d334d6052e610af32935c310af’ :
    avformat : Add AVPROBE_SCORE_EXTENSION define and use where appropriate

    Conflicts :
    libavformat/ac3dec.c
    libavformat/avformat.h
    libavformat/avs.c
    libavformat/m4vdec.c
    libavformat/mov.c
    libavformat/mp3dec.c
    libavformat/mpeg.c
    libavformat/mpegvideodec.c
    libavformat/psxstr.c
    libavformat/pva.c
    libavformat/utils.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/aacdec.c
    • [DH] libavformat/ac3dec.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/avidec.c
    • [DH] libavformat/avs.c
    • [DH] libavformat/cavsvideodec.c
    • [DH] libavformat/dtsdec.c
    • [DH] libavformat/flacdec.c
    • [DH] libavformat/h261dec.c
    • [DH] libavformat/h263dec.c
    • [DH] libavformat/h264dec.c
    • [DH] libavformat/idcin.c
    • [DH] libavformat/img2dec.c
    • [DH] libavformat/m4vdec.c
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/mm.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/mp3dec.c
    • [DH] libavformat/mpc8.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/mpegvideodec.c
    • [DH] libavformat/mtv.c
    • [DH] libavformat/nsvdec.c
    • [DH] libavformat/omadec.c
    • [DH] libavformat/psxstr.c
    • [DH] libavformat/pva.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/sierravmd.c
    • [DH] libavformat/spdifdec.c
    • [DH] libavformat/takdec.c
    • [DH] libavformat/tta.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vc1test.c
    • [DH] libavformat/vqf.c
    • [DH] libavformat/westwood_aud.c
    • [DH] libavformat/xa.c