[FFmpeg-user] ffmpeg don't writes metadata in file (but shows it correctly)
Felix Muster
felixjan.muster at icloud.com
Fri Jan 11 00:44:27 EET 2019
Oh man.
Your request forcing me to redo the "working" command.
And I realized it also didn't work!
I thought it would work because I do it many times before so don't tested it.
But ...
I updated from v4.0.3 to v4.1.
With v4.0.3 everything works fine!
And I was searching for many hours.
I cannot believe it works now.
So tested:
N-92936-ged3b64402e --> don’t work
4.1 --> don’t work
4.0.3 --> works
ffmpeg^
-i video.h264 -i audio1.dts -i audio2.dts -i sbtl1.srt -i sbtl2.srt^
-map 0:0 -map 1:0 -map 2:0 -map 3:0 -map 4:0^
-metadata:s:v:0 handler="AVC"^
-metadata:s:a:0 language=deu -metadata:s:a:0 handler="DTS-HD Master Audio"^
-metadata:s:a:1 language=kor -metadata:s:a:1 handler="DTS-HD Master Audio"^
-metadata:s:s:0 language=ger -metadata:s:s:0 handler="Deutsch (forced)"^
-metadata:s:s:1 language=ger -metadata:s:s:1 handler="Deutsch"^
-movflags disable_chpl^
-c:s mov_text -c:v copy -c:a alac -sample_fmt:a s16p^
output1.m4v
ffmpeg version N-92936-ged3b64402e Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.2.1 (GCC) 20181201
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 25.100 / 56. 25.100
libavcodec 58. 43.100 / 58. 43.100
libavformat 58. 25.100 / 58. 25.100
libavdevice 58. 6.101 / 58. 6.101
libavfilter 7. 47.100 / 7. 47.100
libswscale 5. 4.100 / 5. 4.100
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
[h264 @ 0000000000603c80] Stream #0: not enough frames to estimate rate; consider increasing probesize
Input #0, h264, from 'video.h264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc
Input #1, dts, from 'audio1.dts':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #1:0: Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p
Input #2, dts, from 'audio2.dts':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #2:0: Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p
Input #3, srt, from 'sbtl1.srt':
Duration: N/A, bitrate: N/A
Stream #3:0: Subtitle: subrip
Input #4, srt, from 'sbtl2.srt':
Duration: N/A, bitrate: N/A
Stream #4:0: Subtitle: subrip
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #1:0 -> #0:1 (dts (dca) -> alac (native))
Stream #2:0 -> #0:2 (dts (dca) -> alac (native))
Stream #3:0 -> #0:3 (subrip (srt) -> mov_text (native))
Stream #4:0 -> #0:4 (subrip (srt) -> mov_text (native))
Press [q] to stop, [?] for help
Output #0, ipod, to 'output1.m4v':
Metadata:
encoder : Lavf58.25.100
Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 23.98 tbr, 1200k tbn, 1200k tbc
Metadata:
handler : AVC
Stream #0:1(deu): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 128 kb/s
Metadata:
handler : DTS-HD Master Audio
encoder : Lavc58.43.100 alac
Stream #0:2(kor): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 128 kb/s
Metadata:
handler : DTS-HD Master Audio
encoder : Lavc58.43.100 alac
Stream #0:3(ger): Subtitle: mov_text (tx3g / 0x67337874)
Metadata:
handler : Deutsch (forced)
encoder : Lavc58.43.100 mov_text
Stream #0:4(ger): Subtitle: mov_text (tx3g / 0x67337874)
Metadata:
handler : Deutsch
encoder : Lavc58.43.100 mov_text
[ipod @ 00000000031a0540] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[ipod @ 00000000031a0540] pts has no value
Last message repeated 141 times
frame= 142 fps=0.0 q=-1.0 size= 18944kB time=00:02:38.19 bitrate= 981.0kbits/s speed= 316x
[...]
Last message repeated 159 times
[ipod @ 00000000031a0540] pts has no value
Last message repeated 227 times
frame=174094 fps=227 q=-1.0 Lsize=17132876kB time=02:01:01.61 bitrate=19328.0kbits/s speed=9.46x
video:14183414kB audio:2944871kB subtitle:17kB other streams:0kB global headers:0kB muxing overhead: 0.026704%
ffmpeg^
-i temp.mkv -i sbtl1.srt -i sbtl2.srt^
-map 0:0 -map 0:1 -map 0:2 -map 1:0 -map 2:0^
-metadata:s:v:0 handler="AVC"^
-metadata:s:a:0 language=deu -metadata:s:a:0 handler="DTS-HD Master Audio"^
-metadata:s:a:1 language=kor -metadata:s:a:1 handler="DTS-HD Master Audio"^
-metadata:s:s:0 language=ger -metadata:s:s:0 handler="Deutsch (forced)"^
-metadata:s:s:1 language=ger -metadata:s:s:1 handler="Deutsch"^
-movflags disable_chpl^
-c:s mov_text -c:v copy -c:a alac -sample_fmt:a s16p^
output2.m4v
ffmpeg version N-92936-ged3b64402e Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.2.1 (GCC) 20181201
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 25.100 / 56. 25.100
libavcodec 58. 43.100 / 58. 43.100
libavformat 58. 25.100 / 58. 25.100
libavdevice 58. 6.101 / 58. 6.101
libavfilter 7. 47.100 / 7. 47.100
libswscale 5. 4.100 / 5. 4.100
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, matroska,webm, from 'temp.mkv':
Metadata:
title : SYMPATHYFORMRVENGEANCE.Title5
encoder : libebml v1.3.4 + libmatroska v1.4.5
creation_time : 2019-01-07T18:15:21.000000Z
Duration: 02:01:01.55, start: 0.000000, bitrate: 20800 kb/s
Chapter #0:0: start 0.000000, end 241.282000
Metadata:
title : (01)00:00:00:000
Chapter #0:1: start 241.282000, end 808.349000
Metadata:
title : (02)00:04:01:282
Chapter #0:2: start 808.349000, end 1154.194000
Metadata:
title : (03)00:13:28:349
Chapter #0:3: start 1154.194000, end 1538.537000
Metadata:
title : (04)00:19:14:194
Chapter #0:4: start 1538.537000, end 2034.574000
Metadata:
title : (05)00:25:38:537
Chapter #0:5: start 2034.574000, end 2278.567000
Metadata:
title : (06)00:33:54:574
Chapter #0:6: start 2278.567000, end 2765.095000
Metadata:
title : (07)00:37:58:567
Chapter #0:7: start 2765.095000, end 2829.660000
Metadata:
title : (08)00:46:05:095
Chapter #0:8: start 2829.660000, end 3309.014000
Metadata:
title : (09)00:47:09:660
Chapter #0:9: start 3309.014000, end 3840.336000
Metadata:
title : (10)00:55:09:014
Chapter #0:10: start 3840.336000, end 4142.388000
Metadata:
title : (11)01:04:00:336
Chapter #0:11: start 4142.388000, end 4515.469000
Metadata:
title : (12)01:09:02:388
Chapter #0:12: start 4515.469000, end 4876.079000
Metadata:
title : (13)01:15:15:469
Chapter #0:13: start 4876.079000, end 5259.295000
Metadata:
title : (14)01:21:16:079
Chapter #0:14: start 5259.295000, end 5674.877000
Metadata:
title : (15)01:27:39:295
Chapter #0:15: start 5674.877000, end 5956.408000
Metadata:
title : (16)01:34:34:877
Chapter #0:16: start 5956.408000, end 6418.412000
Metadata:
title : (17)01:39:16:408
Chapter #0:17: start 6418.412000, end 6740.024000
Metadata:
title : (18)01:46:58:412
Chapter #0:18: start 6740.024000, end 7074.942000
Metadata:
title : (19)01:52:20:024
Chapter #0:19: start 7074.942000, end 7261.547000
Metadata:
title : (20)01:57:54:942
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Metadata:
BPS : 16001624
BPS-eng : 16001624
DURATION : 02:01:01.171000000
DURATION-eng : 02:01:01.171000000
NUMBER_OF_FRAMES: 174094
NUMBER_OF_FRAMES-eng: 174094
NUMBER_OF_BYTES : 14523816039
NUMBER_OF_BYTES-eng: 14523816039
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:1(deu): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p (default)
Metadata:
BPS : 2398247
BPS-eng : 2398247
DURATION : 02:01:01.547000000
DURATION-eng : 02:01:01.547000000
NUMBER_OF_FRAMES: 680770
NUMBER_OF_FRAMES-eng: 680770
NUMBER_OF_BYTES : 2176873544
NUMBER_OF_BYTES-eng: 2176873544
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(kor): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p
Metadata:
BPS : 2395235
BPS-eng : 2395235
DURATION : 02:01:01.547000000
DURATION-eng : 02:01:01.547000000
NUMBER_OF_FRAMES: 680770
NUMBER_OF_FRAMES-eng: 680770
NUMBER_OF_BYTES : 2174139552
NUMBER_OF_BYTES-eng: 2174139552
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Input #1, srt, from 'sbtl1.srt':
Duration: N/A, bitrate: N/A
Stream #1:0: Subtitle: subrip
Input #2, srt, from 'sbtl2.srt':
Duration: N/A, bitrate: N/A
Stream #2:0: Subtitle: subrip
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (dts (dca) -> alac (native))
Stream #0:2 -> #0:2 (dts (dca) -> alac (native))
Stream #1:0 -> #0:3 (subrip (srt) -> mov_text (native))
Stream #2:0 -> #0:4 (subrip (srt) -> mov_text (native))
Press [q] to stop, [?] for help
Output #0, ipod, to 'output2.m4v':
Metadata:
title : SYMPATHYFORMRVENGEANCE.Title5
encoder : Lavf58.25.100
Chapter #0:0: start 0.000000, end 241.282000
Metadata:
title : (01)00:00:00:000
Chapter #0:1: start 241.282000, end 808.349000
Metadata:
title : (02)00:04:01:282
Chapter #0:2: start 808.349000, end 1154.194000
Metadata:
title : (03)00:13:28:349
Chapter #0:3: start 1154.194000, end 1538.537000
Metadata:
title : (04)00:19:14:194
Chapter #0:4: start 1538.537000, end 2034.574000
Metadata:
title : (05)00:25:38:537
Chapter #0:5: start 2034.574000, end 2278.567000
Metadata:
title : (06)00:33:54:574
Chapter #0:6: start 2278.567000, end 2765.095000
Metadata:
title : (07)00:37:58:567
Chapter #0:7: start 2765.095000, end 2829.660000
Metadata:
title : (08)00:46:05:095
Chapter #0:8: start 2829.660000, end 3309.014000
Metadata:
title : (09)00:47:09:660
Chapter #0:9: start 3309.014000, end 3840.336000
Metadata:
title : (10)00:55:09:014
Chapter #0:10: start 3840.336000, end 4142.388000
Metadata:
title : (11)01:04:00:336
Chapter #0:11: start 4142.388000, end 4515.469000
Metadata:
title : (12)01:09:02:388
Chapter #0:12: start 4515.469000, end 4876.079000
Metadata:
title : (13)01:15:15:469
Chapter #0:13: start 4876.079000, end 5259.295000
Metadata:
title : (14)01:21:16:079
Chapter #0:14: start 5259.295000, end 5674.877000
Metadata:
title : (15)01:27:39:295
Chapter #0:15: start 5674.877000, end 5956.408000
Metadata:
title : (16)01:34:34:877
Chapter #0:16: start 5956.408000, end 6418.412000
Metadata:
title : (17)01:39:16:408
Chapter #0:17: start 6418.412000, end 6740.024000
Metadata:
title : (18)01:46:58:412
Chapter #0:18: start 6740.024000, end 7074.942000
Metadata:
title : (19)01:52:20:024
Chapter #0:19: start 7074.942000, end 7261.547000
Metadata:
title : (20)01:57:54:942
Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 23.98 tbr, 16k tbn, 1k tbc (default)
Metadata:
BPS : 16001624
BPS-eng : 16001624
DURATION : 02:01:01.171000000
DURATION-eng : 02:01:01.171000000
NUMBER_OF_FRAMES: 174094
NUMBER_OF_FRAMES-eng: 174094
NUMBER_OF_BYTES : 14523816039
NUMBER_OF_BYTES-eng: 14523816039
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
handler : AVC
Stream #0:1(deu): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 128 kb/s (default)
Metadata:
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
BPS : 2398247
BPS-eng : 2398247
DURATION : 02:01:01.547000000
DURATION-eng : 02:01:01.547000000
NUMBER_OF_FRAMES: 680770
NUMBER_OF_FRAMES-eng: 680770
NUMBER_OF_BYTES : 2176873544
NUMBER_OF_BYTES-eng: 2176873544
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
handler : DTS-HD Master Audio
encoder : Lavc58.43.100 alac
Stream #0:2(kor): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 128 kb/s
Metadata:
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
BPS : 2395235
BPS-eng : 2395235
DURATION : 02:01:01.547000000
DURATION-eng : 02:01:01.547000000
NUMBER_OF_FRAMES: 680770
NUMBER_OF_FRAMES-eng: 680770
NUMBER_OF_BYTES : 2174139552
NUMBER_OF_BYTES-eng: 2174139552
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
handler : DTS-HD Master Audio
encoder : Lavc58.43.100 alac
Stream #0:3(ger): Subtitle: mov_text (tx3g / 0x67337874)
Metadata:
handler : Deutsch (forced)
encoder : Lavc58.43.100 mov_text
Stream #0:4(ger): Subtitle: mov_text (tx3g / 0x67337874)
Metadata:
handler : Deutsch
encoder : Lavc58.43.100 mov_text
frame= 128 fps=0.0 q=-1.0 size= 17153kB time=00:02:38.19 bitrate= 888.2kbits/s speed= 305x
[...]
frame=173963 fps=230 q=-1.0 size=17111041kB time=02:00:55.80 bitrate=19318.8kbits/s speed=9.58x
frame=174094 fps=230 q=-1.0 size=17118209kB time=02:01:01.43 bitrate=19311.9kbits/s speed=9.59x
frame=174094 fps=230 q=-1.0 Lsize=17134456kB time=02:01:01.61 bitrate=19329.8kbits/s speed=9.59x
video:14183414kB audio:2944871kB subtitle:17kB other streams:0kB global headers:0kB muxing overhead: 0.035928%
ffmpeg -i temp.mkv
ffmpeg version N-92936-ged3b64402e Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.2.1 (GCC) 20181201
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 25.100 / 56. 25.100
libavcodec 58. 43.100 / 58. 43.100
libavformat 58. 25.100 / 58. 25.100
libavdevice 58. 6.101 / 58. 6.101
libavfilter 7. 47.100 / 7. 47.100
libswscale 5. 4.100 / 5. 4.100
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, matroska,webm, from 'temp.mkv':
Metadata:
title : SYMPATHYFORMRVENGEANCE.Title5
encoder : libebml v1.3.4 + libmatroska v1.4.5
creation_time : 2019-01-07T18:15:21.000000Z
Duration: 02:01:01.55, start: 0.000000, bitrate: 20800 kb/s
Chapter #0:0: start 0.000000, end 241.282000
Metadata:
title : (01)00:00:00:000
Chapter #0:1: start 241.282000, end 808.349000
Metadata:
title : (02)00:04:01:282
Chapter #0:2: start 808.349000, end 1154.194000
Metadata:
title : (03)00:13:28:349
Chapter #0:3: start 1154.194000, end 1538.537000
Metadata:
title : (04)00:19:14:194
Chapter #0:4: start 1538.537000, end 2034.574000
Metadata:
title : (05)00:25:38:537
Chapter #0:5: start 2034.574000, end 2278.567000
Metadata:
title : (06)00:33:54:574
Chapter #0:6: start 2278.567000, end 2765.095000
Metadata:
title : (07)00:37:58:567
Chapter #0:7: start 2765.095000, end 2829.660000
Metadata:
title : (08)00:46:05:095
Chapter #0:8: start 2829.660000, end 3309.014000
Metadata:
title : (09)00:47:09:660
Chapter #0:9: start 3309.014000, end 3840.336000
Metadata:
title : (10)00:55:09:014
Chapter #0:10: start 3840.336000, end 4142.388000
Metadata:
title : (11)01:04:00:336
Chapter #0:11: start 4142.388000, end 4515.469000
Metadata:
title : (12)01:09:02:388
Chapter #0:12: start 4515.469000, end 4876.079000
Metadata:
title : (13)01:15:15:469
Chapter #0:13: start 4876.079000, end 5259.295000
Metadata:
title : (14)01:21:16:079
Chapter #0:14: start 5259.295000, end 5674.877000
Metadata:
title : (15)01:27:39:295
Chapter #0:15: start 5674.877000, end 5956.408000
Metadata:
title : (16)01:34:34:877
Chapter #0:16: start 5956.408000, end 6418.412000
Metadata:
title : (17)01:39:16:408
Chapter #0:17: start 6418.412000, end 6740.024000
Metadata:
title : (18)01:46:58:412
Chapter #0:18: start 6740.024000, end 7074.942000
Metadata:
title : (19)01:52:20:024
Chapter #0:19: start 7074.942000, end 7261.547000
Metadata:
title : (20)01:57:54:942
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Metadata:
BPS : 16001624
BPS-eng : 16001624
DURATION : 02:01:01.171000000
DURATION-eng : 02:01:01.171000000
NUMBER_OF_FRAMES: 174094
NUMBER_OF_FRAMES-eng: 174094
NUMBER_OF_BYTES : 14523816039
NUMBER_OF_BYTES-eng: 14523816039
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:1(deu): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p (default)
Metadata:
BPS : 2398247
BPS-eng : 2398247
DURATION : 02:01:01.547000000
DURATION-eng : 02:01:01.547000000
NUMBER_OF_FRAMES: 680770
NUMBER_OF_FRAMES-eng: 680770
NUMBER_OF_BYTES : 2176873544
NUMBER_OF_BYTES-eng: 2176873544
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(kor): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p
Metadata:
BPS : 2395235
BPS-eng : 2395235
DURATION : 02:01:01.547000000
DURATION-eng : 02:01:01.547000000
NUMBER_OF_FRAMES: 680770
NUMBER_OF_FRAMES-eng: 680770
NUMBER_OF_BYTES : 2174139552
NUMBER_OF_BYTES-eng: 2174139552
_STATISTICS_WRITING_APP: DVDFab 11.0.1.0
_STATISTICS_WRITING_APP-eng: DVDFab 11.0.1.0
_STATISTICS_WRITING_DATE_UTC: 2019-01-07 18:15:21
_STATISTICS_WRITING_DATE_UTC-eng: 2019-01-07 18:15:21
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
At least one output file must be specified
ffmpeg -i output1.m4v
ffmpeg version N-92936-ged3b64402e Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.2.1 (GCC) 20181201
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 25.100 / 56. 25.100
libavcodec 58. 43.100 / 58. 43.100
libavformat 58. 25.100 / 58. 25.100
libavdevice 58. 6.101 / 58. 6.101
libavfilter 7. 47.100 / 7. 47.100
libswscale 5. 4.100 / 5. 4.100
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output1.m4v':
Metadata:
major_brand : M4V
minor_version : 512
compatible_brands: isomiso2avc1
encoder : Lavf58.25.100
Duration: 02:01:01.55, start: 0.000000, bitrate: 19328 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 16001 kb/s, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(deu): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 1719 kb/s (default)
Metadata:
handler_name : SoundHandler
Stream #0:2(kor): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 1602 kb/s
Metadata:
handler_name : SoundHandler
Stream #0:3(ger): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s (default)
Metadata:
handler_name : SubtitleHandler
Stream #0:4(ger): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s
Metadata:
handler_name : SubtitleHandler
At least one output file must be specified
ffmpeg -i output2.m4v
ffmpeg version N-92936-ged3b64402e Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.2.1 (GCC) 20181201
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 25.100 / 56. 25.100
libavcodec 58. 43.100 / 58. 43.100
libavformat 58. 25.100 / 58. 25.100
libavdevice 58. 6.101 / 58. 6.101
libavfilter 7. 47.100 / 7. 47.100
libswscale 5. 4.100 / 5. 4.100
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output2.m4v':
Metadata:
major_brand : M4V
minor_version : 512
compatible_brands: isomiso2avc1
title : SYMPATHYFORMRVENGEANCE.Title5
encoder : Lavf58.25.100
Duration: 02:01:01.55, start: 0.000000, bitrate: 19329 kb/s
Chapter #0:0: start 0.000000, end 241.282000
Metadata:
title : (01)00:00:00:000
Chapter #0:1: start 241.282000, end 808.349000
Metadata:
title : (02)00:04:01:282
Chapter #0:2: start 808.349000, end 1154.194000
Metadata:
title : (03)00:13:28:349
Chapter #0:3: start 1154.194000, end 1538.537000
Metadata:
title : (04)00:19:14:194
Chapter #0:4: start 1538.537000, end 2034.574000
Metadata:
title : (05)00:25:38:537
Chapter #0:5: start 2034.574000, end 2278.567000
Metadata:
title : (06)00:33:54:574
Chapter #0:6: start 2278.567000, end 2765.095000
Metadata:
title : (07)00:37:58:567
Chapter #0:7: start 2765.095000, end 2829.660000
Metadata:
title : (08)00:46:05:095
Chapter #0:8: start 2829.660000, end 3309.014000
Metadata:
title : (09)00:47:09:660
Chapter #0:9: start 3309.014000, end 3840.336000
Metadata:
title : (10)00:55:09:014
Chapter #0:10: start 3840.336000, end 4142.388000
Metadata:
title : (11)01:04:00:336
Chapter #0:11: start 4142.388000, end 4515.469000
Metadata:
title : (12)01:09:02:388
Chapter #0:12: start 4515.469000, end 4876.079000
Metadata:
title : (13)01:15:15:469
Chapter #0:13: start 4876.079000, end 5259.295000
Metadata:
title : (14)01:21:16:079
Chapter #0:14: start 5259.295000, end 5674.877000
Metadata:
title : (15)01:27:39:295
Chapter #0:15: start 5674.877000, end 5956.408000
Metadata:
title : (16)01:34:34:877
Chapter #0:16: start 5956.408000, end 6418.412000
Metadata:
title : (17)01:39:16:408
Chapter #0:17: start 6418.412000, end 6740.024000
Metadata:
title : (18)01:46:58:412
Chapter #0:18: start 6740.024000, end 7074.942000
Metadata:
title : (19)01:52:20:024
Chapter #0:19: start 7074.942000, end 7261.547000
Metadata:
title : (20)01:57:54:942
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 16001 kb/s, 23.98 fps, 23.98 tbr, 16k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(deu): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 1719 kb/s (default)
Metadata:
handler_name : SoundHandler
Stream #0:2(kor): Audio: alac (alac / 0x63616C61), 48000 Hz, 5.1, s16p, 1602 kb/s
Metadata:
handler_name : SoundHandler
Stream #0:3(ger): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s (default)
Metadata:
handler_name : SubtitleHandler
Stream #0:4(ger): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s
Metadata:
handler_name : SubtitleHandler
Stream #0:5(eng): Data: bin_data (text / 0x74786574)
Metadata:
handler_name : SubtitleHandler
At least one output file must be specified
More information about the ffmpeg-user
mailing list