[FFmpeg-trac] #3151(avcodec:open): H.261 encoding: "-mbd rd" seems to confuse order of MBs in GOBs

FFmpeg trac at avcodec.org
Mon Nov 18 18:49:32 CET 2013


#3151: H.261 encoding: "-mbd rd" seems to confuse order of MBs in GOBs
------------------------------------+-----------------------------------
             Reporter:  maikmerten  |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:  h261        |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Changes (by cehoyos):

 * keywords:   => h261
 * status:  new => open
 * version:  unspecified => git-master
 * reproduced:  0 => 1


Comment:

 The output file shows heavy artefacts.
 {{{
 $ ffmpeg -f lavfi -i testsrc=s=352x288 -vb 256k -mbd rd -t 60 out.h261
 ffmpeg version N-58249-g2974050 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Nov 18 2013 18:18:50 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      52. 53.100 / 52. 53.100
   libavcodec     55. 43.101 / 55. 43.101
   libavformat    55. 21.100 / 55. 21.100
   libavdevice    55.  5.100 / 55.  5.100
   libavfilter     3. 91.100 /  3. 91.100
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.104 /  0. 17.104
   libpostproc    52.  3.100 / 52.  3.100
 Input #0, lavfi, from 'testsrc=s=352x288':
   Duration: N/A, start: 0.000000, bitrate: N/A
     Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 352x288
 [SAR 1:1 DAR 11:9], 25 tbr, 25 tbn, 25 tbc
 Output #0, h261, to 'out.h261':
   Metadata:
     encoder         : Lavf55.21.100
     Stream #0:0: Video: h261, yuv420p, 352x288 [SAR 1:1 DAR 11:9], q=2-31,
 256 kb/s, 90k tbn, 25 tbc
 Stream mapping:
   Stream #0:0 -> #0:0 (rawvideo -> h261)
 Press [q] to stop, [?] for help
 frame= 1500 fps=877 q=9.3 Lsize=    2217kB time=00:01:00.00 bitrate=
 302.7kbits/s
 video:2217kB audio:0kB subtitle:0 global headers:0kB muxing overhead
 0.000000%
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/3151#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list