Combine videos until it reaches a certain time then loop to continue with the rest until all the files are processed

前端 未结 0 895
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-29 08:45

So I have this script:

div=$(find . -iname \'*.mp4\' -exec ./ffprobe -v quiet -of csv=p=0 -show_entries format=duration {} \\; | paste -sd+ -| bc )
echo "$di         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题