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