mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-07-06 19:07:31 +02:00
Merge pull request #17 from ZebaSz/master
This commit is contained in:
@ -85,7 +85,7 @@ do
|
|||||||
ffmpeg -loglevel error -stats -i "${full_file_path}" -ss "${start%?}" -to "${end}" -codec:a copy "${chapter_file}"
|
ffmpeg -loglevel error -stats -i "${full_file_path}" -ss "${start%?}" -to "${end}" -codec:a copy "${chapter_file}"
|
||||||
fi
|
fi
|
||||||
done 9< "$metadata_file"
|
done 9< "$metadata_file"
|
||||||
rm ${full_file_path}
|
rm "${full_file_path}"
|
||||||
debug "Done creating chapters. Chaptered files contained in ${output_directory}."
|
debug "Done creating chapters. Chaptered files contained in ${output_directory}."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user