Description | The length of the file names generated for FFmpeg to create indexes can quickly exceed the allowed length. Not everyone works in the root directory "/" and even then the combination of path, directories and meaningful file name plus additional extension can become long, too long. And this does not happen on the FAT but with XFS (max. filename length 255 bytes). Currently, this can only be limited by renaming the files or directories, file names shortening links are ignored. Maybe something like a SHA checksum would be better? |
---|