Add MP4 testfile with chapters

See https://github.com/Martchus/tageditor/issues/45
This commit is contained in:
Martchus 2019-03-28 17:53:14 +01:00
parent d812e0d3ae
commit 2772a0c1ad
2 changed files with 47 additions and 0 deletions

View File

@ -129,5 +129,6 @@ convert mkv/nested-tags.mkv \
\( 'mtx-test-data/mkv/tags.mkv' \) \
--global-tags "$srcdir/testfiles/mkv/nested-tags.xml" \
--track-order '0:0,0:1'
convert mp4/chapters.m4b ffmpeg -i "$srcdir/testfiles/metadata_for_ffmpeg.txt" -i flac/test.flac -map 1:0 -map_metadata 1 -c:a aac -ac 2 mp4/chapters.m4b
success "All testfiles downloaded/converted!"

View File

@ -0,0 +1,46 @@
;FFMETADATA1
narratedBy=Nick
date=2019
year=2019-01-15
artist=Andrew
album_artist=Andrew
album=test album
genre=Audiobook
copyright=©2018 Andrew
title=test title
author=Andrew
[CHAPTER]
TIMEBASE=1/1000
START=0
END=295354
title=Intro
[CHAPTER]
TIMEBASE=1/1000
START=295354
END=1127836
title=Recap
[CHAPTER]
TIMEBASE=1/1000
START=1127836
END=5227319
title=Chapter 1
[CHAPTER]
TIMEBASE=1/1000
START=5227319
END=7847737
title=Chapter 2
[CHAPTER]
TIMEBASE=1/1000
START=7847737
END=11114181
title=Chapter 3
[CHAPTER]
TIMEBASE=1/1000
START=11114181
END=15530570
title=Chapter 4
[CHAPTER]
TIMEBASE=1/1000
START=15530570
END=202437575
title=Chapter 5