Added nostats
This commit is contained in:
parent
671b367957
commit
513815a9c5
@ -3,6 +3,7 @@ package no.iktdev.mediaprocessing.processer.ffmpeg
|
||||
class FfmpegArgumentsBuilder() {
|
||||
private val defaultArguments = listOf(
|
||||
"-nostdin",
|
||||
"-nostats",
|
||||
"-hide_banner"
|
||||
)
|
||||
private var inputFile: String? = null
|
||||
|
||||
@ -212,7 +212,6 @@ class EncodeService(
|
||||
)
|
||||
try {
|
||||
log.info { "Reporting encode progress ${Gson().toJson(processerEventInfo)}" }
|
||||
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user