| User review:
|
Hi, first thanks for your nice GUI-Tool.
I have a software request, but I dont know, if you could build that in your GUI-Tool.
Would it be possible to build in the chapters feature?
Here is the commandline usage:
ffmpeg -i "Test.mp3" -i "Test.txt" -map_metadata 1 -codec copy "outputTest.mp3"
The "Test.txt" File does have these structure:
//QuoteStart
;FFMETADATA1
[CHAPTER]
TIMEBASE=1/1000
START=0
END=300000
title=Chapter 1
[CHAPTER]
TIMEBASE=1/1000
START=300001
END=600000
title=Chapter 2
//QuoteEnd
The command merges the chaptermarks from "Test.txt" with the "Test.mp3" into the "outputTest.mp3"
It would be cool if you could do it in one of your next versions.
Thanks Teddy |