[FFmpeg-user] separatefields, tinterlace=mode=mergex2 - wrong SAR, wrong DAR

Mark Filipak (ffmpeg) markfilipak at bog.us
Thu Dec 31 07:39:59 EET 2020


The full package is here: https://www.dropbox.com/t/ZGYrFW1fflB9ZCjX


target-separatefields,tinterlace=mode=mergex2.mkv - wrong SAR, wrong DAR -- README

Input #0, matroska,webm, from 'source.vob':
     Stream #0:0, 2, 1/1000: Video: mpeg2video (Main), yuv420p(tv, smpte170m, top first), 720x480 
[SAR 8:9 DAR 4:3], 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default)

1, ffmpeg -report -loglevel info -i source.vob -map 0 -vf bwdif -codec:v libx265 -x265-params 
"crf=16:qcomp=1.00" -codec:a copy -codec:s copy -dn target-bwdif.mkv
   Output #0, matroska, to 'target-bwdif.mkv':
       Stream #0:0, 0, 1/1000: Video: hevc, yuv420p(tv, smpte170m, progressive), 720x480 [SAR 8:9 
DAR 4:3], q=2-31, 59.94 fps, 1k tbn (default)

2, ffmpeg -report -loglevel info -i source.vob -map 0 -vf separatefields -codec:v libx265 
-x265-params "crf=16:qcomp=1.00" -codec:a copy -codec:s copy -dn target-separatefields.mkv
   Output #0, matroska, to 'target-separatefields.mkv':
       Stream #0:0, 0, 1/1000: Video: hevc, yuv420p(tv, smpte170m, progressive), 720x240 [SAR 8:9 
DAR 8:3], q=2-31, 59.94 fps, 1k tbn (default)

3, ffmpeg -report -loglevel info -i source.vob -map 0 -vf "separatefields,tinterlace=mode=mergex2" 
-codec:v libx265 -x265-params "crf=16:qcomp=1.00" -codec:a copy -codec:s copy -dn 
"target-separatefields,tinterlace=mode=mergex2.mkv"
   Output #0, matroska, to 'target-separatefields,tinterlace=mode=mergex2.mkv':
       Stream #0:0, 0, 1/1000: Video: hevc, yuv420p(tv, smpte170m, top coded first (swapped)), 
720x480 [SAR 16:9 DAR 8:3], q=2-31, 59.94 fps, 1k tbn (default)


It seems to me that target #3 should be "[SAR 8:9 DAR 4:3]"

Here is the full report for it:

ffmpeg started on 2020-12-30 at 23:51:51
Report written to "ffmpeg-20201230-235151.log"
Log level: 48
Command line:
ffmpeg -report -loglevel info -i source.vob -map 0 -vf "separatefields,tinterlace=mode=mergex2" 
-codec:v libx265 -x265-params "crf=16:qcomp=1.00" -codec:a copy -codec:s copy -dn 
"target-separatefields,tinterlace=mode=mergex2.mkv"
ffmpeg version N-100479-gd67c6c7f6f Copyright (c) 2000-2020 the FFmpeg developers
   built with gcc 9.3-win32 (GCC) 20200320
   configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config 
--cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 
--disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 
--enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig 
--enable-opencl --enable-libvmaf --enable-vulkan --enable-libvorbis --enable-amf --enable-libaom 
--enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm 
--enable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus 
--enable-libtheora --enable-libvpx --enable-libwebp --enable-libmfx --enable-libopencore-amrnb 
--enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband 
--enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 
--enable-libtwolame --enable-libuavs3d --enable-libvidstab --enable-libx264 --enable-libx26 
libavutil      56. 62.100 / 56. 62.100
   libavcodec     58.115.102 / 58.115.102
   libavformat    58. 65.100 / 58. 65.100
   libavdevice    58. 11.103 / 58. 11.103
   libavfilter     7. 94.100 /  7. 94.100
   libswscale      5.  8.100 /  5.  8.100
   libswresample   3.  8.100 /  3.  8.100
   libpostproc    55.  8.100 / 55.  8.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-i' ... matched as input url with argument 'source.vob'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 
'separatefields,tinterlace=mode=mergex2'.
Reading option '-codec:v' ... matched as option 'codec' (codec name) with argument 'libx265'.
Reading option '-x265-params' ... matched as AVOption 'x265-params' with argument 'crf=16:qcomp=1.00'.
Reading option '-codec:a' ... matched as option 'codec' (codec name) with argument 'copy'.
Reading option '-codec:s' ... matched as option 'codec' (codec name) with argument 'copy'.
Reading option '-dn' ... matched as option 'dn' (disable data) with argument '1'.
Reading option 'target-separatefields,tinterlace=mode=mergex2.mkv' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option loglevel (set logging level) with argument info.
Successfully parsed a group of options.
Parsing a group of options: input url source.vob.
Successfully parsed a group of options.
Opening an input file: source.vob.
[NULL @ 0000026c0d758fc0] Opening 'source.vob' for reading
[file @ 0000026c0d759f00] Setting default whitelist 'file,crypto,data'
[matroska,webm @ 0000026c0d758fc0] Format matroska,webm probed with size=2048 and score=100
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x22B59D at pos. 4328
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1644980
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1645026
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1645064
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1645106
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1645183
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1645250
[matroska,webm @ 0000026c0d758fc0] Unknown entry 0x447B at pos. 1645331
st:0 removing common factor 1000000 from timebase
[matroska,webm @ 0000026c0d758fc0] Before avformat_find_stream_info() pos: 5427 bytes read:33185 
seeks:2 nb_streams:1
[mpeg2video @ 0000026c0d75b740] ignoring pic cod ext after 0
[mpeg2video @ 0000026c0d75b740] Format yuv420p chosen by get_format().
[matroska,webm @ 0000026c0d758fc0] All info found
[matroska,webm @ 0000026c0d758fc0] After avformat_find_stream_info() pos: 155768 bytes read:185591 
seeks:2 frames:2
Input #0, matroska,webm, from 'source.vob':
   Metadata:
     encoder         : libebml v1.4.0 + libmatroska v1.6.2
     creation_time   : 2020-12-31T04:30:31.000000Z
   Duration: 00:00:01.43, start: 0.000000, bitrate: 9179 kb/s
     Stream #0:0, 2, 1/1000: Video: mpeg2video (Main), yuv420p(tv, smpte170m, top first), 720x480 
[SAR 8:9 DAR 4:3], 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default)
     Metadata:
       BPS-eng         : 9142940
       DURATION-eng    : 00:00:01.434000000
       NUMBER_OF_FRAMES-eng: 43
       NUMBER_OF_BYTES-eng: 1638872
       _STATISTICS_WRITING_APP-eng: mkvmerge v51.0.0 ('I Wish') 64-bit
       _STATISTICS_WRITING_DATE_UTC-eng: 2020-12-31 04:30:31
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
     Side data:
       cpb: bitrate max/min/avg: 9800000/0/0 buffer size: 1835008 vbv_delay: N/A
Successfully opened the file.
Parsing a group of options: output url target-separatefields,tinterlace=mode=mergex2.mkv.
Applying option map (set input stream mapping) with argument 0.
Applying option vf (set video filters) with argument separatefields,tinterlace=mode=mergex2.
Applying option codec:v (codec name) with argument libx265.
Applying option codec:a (codec name) with argument copy.
Applying option codec:s (codec name) with argument copy.
Applying option dn (disable data) with argument 1.
Successfully parsed a group of options.
Opening an output file: target-separatefields,tinterlace=mode=mergex2.mkv.
[file @ 0000026c0ef2c100] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
detected 8 logical cores
Stream mapping:
   Stream #0:0 -> #0:0 (mpeg2video (native) -> hevc (libx265))
Press [q] to stop, [?] for help
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
[mpeg2video @ 0000026c0ef56880] ignoring pic cod ext after 0
[mpeg2video @ 0000026c0ef56880] Format yuv420p chosen by get_format().
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
[Parsed_tinterlace_1 @ 0000026c0ef53100] Setting 'mode' to value 'mergex2'
[graph 0 input from stream 0:0 @ 0000026c0ef53500] Setting 'video_size' to value '720x480'
[graph 0 input from stream 0:0 @ 0000026c0ef53500] Setting 'pix_fmt' to value '0'
[graph 0 input from stream 0:0 @ 0000026c0ef53500] Setting 'time_base' to value '1/1000'
[graph 0 input from stream 0:0 @ 0000026c0ef53500] Setting 'pixel_aspect' to value '8/9'
[graph 0 input from stream 0:0 @ 0000026c0ef53500] Setting 'frame_rate' to value '30000/1001'
[graph 0 input from stream 0:0 @ 0000026c0ef53500] w:720 h:480 pixfmt:yuv420p tb:1/1000 
fr:30000/1001 sar:8/9
[format @ 0000026c0ef54900] Setting 'pix_fmts' to value 
'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|gbrp|yuv420p10le|yuv422p10le|yuv444p10le|gbrp10le|yuv420p12le|yuv422p12le|yuv444p12le|gbrp12le|gray|gray10le|gray12le'
[AVFilterGraph @ 0000026c0ef565c0] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
[Parsed_tinterlace_1 @ 0000026c0ef53100] mode:7 filter:off h:240 -> h:480
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
[matroska @ 0000026c0ef71fc0] get_metadata_duration returned: 0
Output #0, matroska, to 'target-separatefields,tinterlace=mode=mergex2.mkv':
   Metadata:
     encoder         : Lavf58.65.100
     Stream #0:0, 0, 1/1000: Video: hevc, yuv420p(tv, smpte170m, top coded first (swapped)), 720x480 
[SAR 16:9 DAR 8:3], q=2-31, 59.94 fps, 1k tbn (default)
     Metadata:
       BPS-eng         : 9142940
       DURATION-eng    : 00:00:01.434000000
       NUMBER_OF_FRAMES-eng: 43
       NUMBER_OF_BYTES-eng: 1638872
       _STATISTICS_WRITING_APP-eng: mkvmerge v51.0.0 ('I Wish') 64-bit
       _STATISTICS_WRITING_DATE_UTC-eng: 2020-12-31 04:30:31
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
       encoder         : Lavc58.115.102 libx265
     Side data:
       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
Clipping frame in rate conversion by 0.000008
Clipping frame in rate conversion by 0.010979
frame=    2 fps=0.0 q=0.0 size=       3kB time=00:00:00.00 bitrate=N/A speed=   0x
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.021965
Clipping frame in rate conversion by 0.002983
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.005974
Clipping frame in rate conversion by 0.016960
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.027946
Clipping frame in rate conversion by 0.008965
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.000969
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.011955
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.007011
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.017998
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.002007
Clipping frame in rate conversion by 0.012993
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.023979
Clipping frame in rate conversion by 0.004997
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the 
start per stream)
Clipping frame in rate conversion by 0.007988
Clipping frame in rate conversion by 0.018974
[matroska @ 0000026c0ef71fc0] Starting new cluster with timestamp 0 at offset 3461 bytes
[matroska @ 0000026c0ef71fc0] Writing block of size 85887 with pts 0, dts -33, duration 17 at 
relative offset 9 in cluster at offset 3461. TrackNumber 1, keyframe 1
Clipping frame in rate conversion by 0.029961
[matroska @ 0000026c0ef71fc0] Writing block of size 37019 with pts 67, dts -17, duration 17 at 
relative offset 85904 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.010979
[matroska @ 0000026c0ef71fc0] Writing block of size 33574 with pts 33, dts 0, duration 17 at 
relative offset 122931 in cluster at offset 3461. TrackNumber 1, keyframe 0
frame=   32 fps=0.0 q=15.1 size=       3kB time=00:00:00.00 bitrate=27688.0kbits/s speed=0.00189x
[matroska @ 0000026c0ef71fc0] Writing block of size 13281 with pts 17, dts 17, duration 17 at 
relative offset 156513 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.002983
[matroska @ 0000026c0ef71fc0] Writing block of size 11330 with pts 50, dts 33, duration 17 at 
relative offset 169801 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.013969
[matroska @ 0000026c0ef71fc0] Writing block of size 38673 with pts 133, dts 50, duration 17 at 
relative offset 181138 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 24195 with pts 100, dts 67, duration 17 at 
relative offset 219819 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 10249 with pts 83, dts 83, duration 17 at 
relative offset 244022 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 9211 with pts 117, dts 100, duration 17 at 
relative offset 254278 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 32423 with pts 200, dts 117, duration 17 at 
relative offset 263496 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.008965
[matroska @ 0000026c0ef71fc0] Writing block of size 24608 with pts 167, dts 133, duration 17 at 
relative offset 295927 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.019951
[matroska @ 0000026c0ef71fc0] Writing block of size 10267 with pts 150, dts 150, duration 17 at 
relative offset 320543 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.000969
[matroska @ 0000026c0ef71fc0] Writing block of size 9670 with pts 184, dts 167, duration 17 at 
relative offset 330817 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 39149 with pts 267, dts 184, duration 17 at 
relative offset 340494 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 26613 with pts 234, dts 200, duration 17 at 
relative offset 379651 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.003960
[matroska @ 0000026c0ef71fc0] Writing block of size 10415 with pts 217, dts 217, duration 17 at 
relative offset 406272 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.015007
[matroska @ 0000026c0ef71fc0] Writing block of size 13684 with pts 250, dts 234, duration 17 at 
relative offset 416694 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.025993
[matroska @ 0000026c0ef71fc0] Writing block of size 45122 with pts 334, dts 250, duration 17 at 
relative offset 430385 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.007011
[matroska @ 0000026c0ef71fc0] Writing block of size 27497 with pts 300, dts 267, duration 17 at 
relative offset 475515 in cluster at offset 3461. TrackNumber 1, keyframe 0
frame=   48 fps= 45 q=15.1 size=       3kB time=00:00:00.26 bitrate= 103.3kbits/s speed=0.252x
[matroska @ 0000026c0ef71fc0] Writing block of size 16036 with pts 284, dts 284, duration 17 at 
relative offset 503020 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 17133 with pts 317, dts 300, duration 17 at 
relative offset 519063 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.010002
[matroska @ 0000026c0ef71fc0] Writing block of size 45791 with pts 400, dts 317, duration 17 at 
relative offset 536204 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 29170 with pts 367, dts 334, duration 17 at 
relative offset 582003 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 18207 with pts 350, dts 350, duration 17 at 
relative offset 611181 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 19484 with pts 384, dts 367, duration 17 at 
relative offset 629396 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 44677 with pts 467, dts 384, duration 17 at 
relative offset 648888 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.004997
[matroska @ 0000026c0ef71fc0] Writing block of size 29395 with pts 434, dts 400, duration 17 at 
relative offset 693573 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.015984
[matroska @ 0000026c0ef71fc0] Writing block of size 19160 with pts 417, dts 417, duration 17 at 
relative offset 722976 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 20514 with pts 450, dts 434, duration 17 at 
relative offset 742144 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 47832 with pts 534, dts 450, duration 17 at 
relative offset 762666 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 39637 with pts 501, dts 467, duration 17 at 
relative offset 810506 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 22957 with pts 484, dts 484, duration 17 at 
relative offset 850151 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.010979
[matroska @ 0000026c0ef71fc0] Writing block of size 23892 with pts 517, dts 501, duration 17 at 
relative offset 873116 in cluster at offset 3461. TrackNumber 1, keyframe 0
frame=   62 fps= 38 q=16.1 size=       3kB time=00:00:00.50 bitrate=  55.2kbits/s speed=0.311x
Clipping frame in rate conversion by 0.021965
[matroska @ 0000026c0ef71fc0] Writing block of size 45366 with pts 601, dts 517, duration 17 at 
relative offset 897016 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.002983
[matroska @ 0000026c0ef71fc0] Writing block of size 30680 with pts 567, dts 534, duration 17 at 
relative offset 942390 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 20362 with pts 551, dts 551, duration 17 at 
relative offset 973078 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 21837 with pts 584, dts 567, duration 17 at 
relative offset 993448 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.005974
[matroska @ 0000026c0ef71fc0] Writing block of size 45297 with pts 667, dts 584, duration 17 at 
relative offset 1015293 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.016960
[matroska @ 0000026c0ef71fc0] Writing block of size 30568 with pts 634, dts 601, duration 17 at 
relative offset 1060598 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.027946
[matroska @ 0000026c0ef71fc0] Writing block of size 20613 with pts 617, dts 617, duration 17 at 
relative offset 1091174 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.008965
[matroska @ 0000026c0ef71fc0] Writing block of size 20907 with pts 651, dts 634, duration 17 at 
relative offset 1111795 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 47912 with pts 734, dts 651, duration 17 at 
relative offset 1132710 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.000969
[matroska @ 0000026c0ef71fc0] Writing block of size 32229 with pts 701, dts 667, duration 17 at 
relative offset 1180630 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.011955
[matroska @ 0000026c0ef71fc0] Writing block of size 21459 with pts 684, dts 684, duration 17 at 
relative offset 1212867 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 22871 with pts 717, dts 701, duration 17 at 
relative offset 1234334 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 47212 with pts 801, dts 717, duration 17 at 
relative offset 1257213 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 32280 with pts 767, dts 734, duration 17 at 
relative offset 1304433 in cluster at offset 3461. TrackNumber 1, keyframe 0
frame=   76 fps= 36 q=15.0 size=       3kB time=00:00:00.73 bitrate=  37.7kbits/s speed=0.345x
[matroska @ 0000026c0ef71fc0] Writing block of size 21328 with pts 751, dts 751, duration 17 at 
relative offset 1336721 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.007011
[matroska @ 0000026c0ef71fc0] Writing block of size 23373 with pts 784, dts 767, duration 17 at 
relative offset 1358057 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.017998
[matroska @ 0000026c0ef71fc0] Writing block of size 46712 with pts 868, dts 784, duration 17 at 
relative offset 1381438 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 32865 with pts 834, dts 801, duration 17 at 
relative offset 1428158 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 23024 with pts 817, dts 817, duration 17 at 
relative offset 1461031 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 23122 with pts 851, dts 834, duration 17 at 
relative offset 1484063 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.002007
[matroska @ 0000026c0ef71fc0] Writing block of size 47105 with pts 934, dts 851, duration 17 at 
relative offset 1507193 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.012993
[matroska @ 0000026c0ef71fc0] Writing block of size 33917 with pts 901, dts 868, duration 17 at 
relative offset 1554306 in cluster at offset 3461. TrackNumber 1, keyframe 0
Clipping frame in rate conversion by 0.023979
[matroska @ 0000026c0ef71fc0] Writing block of size 22809 with pts 884, dts 884, duration 17 at 
relative offset 1588231 in cluster at offset 3461. TrackNumber 1, keyframe 0
[out_0_0 @ 0000026c0ef53600] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
[matroska @ 0000026c0ef71fc0] Writing block of size 25707 with pts 918, dts 901, duration 17 at 
relative offset 1611048 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 50680 with pts 1001, dts 918, duration 17 at 
relative offset 1636763 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 33923 with pts 968, dts 934, duration 17 at 
relative offset 1687451 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 24719 with pts 951, dts 951, duration 17 at 
relative offset 1721382 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 25875 with pts 984, dts 968, duration 17 at 
relative offset 1746109 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 47729 with pts 1068, dts 984, duration 17 at 
relative offset 1771992 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 32631 with pts 1034, dts 1001, duration 17 at 
relative offset 1819729 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 24977 with pts 1018, dts 1018, duration 17 at 
relative offset 1852368 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 25223 with pts 1051, dts 1034, duration 17 at 
relative offset 1877353 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 49988 with pts 1134, dts 1051, duration 17 at 
relative offset 1902584 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 37239 with pts 1101, dts 1068, duration 17 at 
relative offset 1952580 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 27244 with pts 1084, dts 1084, duration 17 at 
relative offset 1989827 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 28218 with pts 1118, dts 1101, duration 17 at 
relative offset 2017079 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 50991 with pts 1201, dts 1118, duration 17 at 
relative offset 2045305 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 35886 with pts 1168, dts 1134, duration 17 at 
relative offset 2096304 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 27153 with pts 1151, dts 1151, duration 17 at 
relative offset 2132198 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 30030 with pts 1185, dts 1168, duration 17 at 
relative offset 2159359 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 50934 with pts 1251, dts 1185, duration 17 at 
relative offset 2189397 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 38039 with pts 1235, dts 1201, duration 17 at 
relative offset 2240339 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 29851 with pts 1218, dts 1218, duration 17 at 
relative offset 2278386 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 56287 with pts 1335, dts 1235, duration 17 at 
relative offset 2308245 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 42468 with pts 1301, dts 1251, duration 17 at 
relative offset 2364540 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 30029 with pts 1268, dts 1268, duration 17 at 
relative offset 2407016 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 33061 with pts 1285, dts 1285, duration 17 at 
relative offset 2437053 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 31395 with pts 1318, dts 1301, duration 17 at 
relative offset 2470122 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 52547 with pts 1401, dts 1318, duration 17 at 
relative offset 2501525 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 37965 with pts 1368, dts 1335, duration 17 at 
relative offset 2554080 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 29763 with pts 1351, dts 1351, duration 17 at 
relative offset 2592053 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] Writing block of size 31008 with pts 1385, dts 1368, duration 17 at 
relative offset 2621824 in cluster at offset 3461. TrackNumber 1, keyframe 0
[matroska @ 0000026c0ef71fc0] end duration = 1418
[matroska @ 0000026c0ef71fc0] stream 0 end duration = 1418
frame=   85 fps= 23 q=16.9 Lsize=    2594kB time=00:00:01.36 bitrate=15522.8kbits/s speed=0.377x
video:2590kB audio:0kB subtitle:0kB other streams:0kB global headers:2kB muxing overhead: 0.157494%
Input file #0 (source.vob):
   Input stream #0:0 (video): 43 packets read (1638872 bytes); 43 frames decoded;
   Total: 43 packets (1638872 bytes) demuxed
Output file #0 (target-separatefields,tinterlace=mode=mergex2.mkv):
   Output stream #0:0 (video): 85 frames encoded; 85 packets muxed (2652160 bytes);
   Total: 85 packets (2652160 bytes) muxed
43 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0000026c0efb3000] Statistics: 2 seeks, 12 writeouts
[AVIOContext @ 0000026c0ef2f040] Statistics: 1673094 bytes read, 2 seeks


More information about the ffmpeg-user mailing list