|
|
|
|
@ -519,7 +519,9 @@ class ReplayerAnimator(var handHistory: HandHistory, var export: Boolean) { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// ffmpegImageDescriptor = ffmpegImageDescriptor.plus(imagePath) // adds path one more time due to "quirk", see doc above |
|
|
|
|
Timber.d("COUNT = $count") |
|
|
|
|
|
|
|
|
|
ffmpegImageDescriptor = ffmpegImageDescriptor.plus("file '$imagePath'\n") |
|
|
|
|
|
|
|
|
|
FileUtils.writeToFile(ffmpegImageDescriptor, FFMPEG_DESCRIPTOR_FILE, directory) |
|
|
|
|
|
|
|
|
|
|