axiomatic-systems / Bento4

Full-featured MP4 format, MPEG DASH, HLS, CMAF SDK and tools
http://www.bento4.com
2.03k stars 483 forks source link

mp4decrypt file path length limit #942

Open Jaynator495 opened 8 months ago

Jaynator495 commented 8 months ago

There appears to be a file path length limit before the program just errors out. From testing, the limit appears to be 254 characters long (excluding /'s for directories), 255 and greater will error out. I assume it's somehow an 8 bit limit. Would it be possible to fix this?

Additionally, I also noticed that if the filename includes unicode, it will also fail.