cleanvid icon indicating copy to clipboard operation
cleanvid copied to clipboard

[ Windows ] Error Out on Long files

Open Drive4Code opened this issue 1 year ago • 5 comments

I've noticed Windows Error Out When the File is too large, happened with a 50-minute video.

Error: Too Long Commandline Argument

I think its a Windows Specific issue with a limit on the commandline when chaining alll those afade filters together. I've tried enabling long paths in the register as suggested online, yet still no luck

Drive4Code avatar Jan 09 '24 21:01 Drive4Code

Did you ever find a fix for this? same issue here

bradyj04 avatar Apr 25 '24 04:04 bradyj04

I have not had a chance to look at this yet, I'll try to figure something out

mmguero avatar Apr 25 '24 04:04 mmguero

Is there a work around for this? I'm having the same problem.

sundrycode avatar Jun 13 '24 22:06 sundrycode

A workaround I've tested is using Windows Subsystem for Linux

Drive4Code avatar Jun 14 '24 07:06 Drive4Code

perhaps possible by writing the filter to a file and using -filter_complex_script?

mmguero avatar Jun 25 '24 03:06 mmguero