mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-04-18 18:44:41 -04:00
Merge pull request #196 from Muxelmann/patch-2
Fixing `,000` issue with mp4chaps
This commit is contained in:
commit
bee00b9c58
1 changed files with 1 additions and 0 deletions
1
AAXtoMP3
1
AAXtoMP3
|
@ -955,6 +955,7 @@ do
|
|||
else
|
||||
"$FFPROBE" -i "${aax_file}" -print_format csv -show_chapters 2>/dev/null | awk -F "," '{printf "CHAPTER%d=%02d:%02d:%02.3f\nCHAPTER%dNAME=%s\n", NR, $5/60/60, $5/60%60, $5%60, NR, $8}' > "${output_directory}/${currentFileNameScheme}.chapters.txt"
|
||||
fi
|
||||
$SED -i 's/\,000/\.000/' "${output_directory}/${currentFileNameScheme}.chapters.txt"
|
||||
mp4chaps -i "${output_file}"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue