RandomEngy / VidCoder

A Blu-ray, DVD and video file transcoder for Windows.
http://vidcoder.net
GNU General Public License v2.0
670 stars 42 forks source link

Fix file names that cause bugs and Add support for deep folder directories. #1269

Open zakimimit opened 5 days ago

zakimimit commented 5 days ago

Problem Description

Hello

1- The filenames if it looks like "abc~1.mp4"

it will be converted, but when the software tries to save it it can't , you can remove the "~" or "~1" from the name.

Add it to source name cleanup (this may be a fix for the second bug)

2- Adding support for deep folder directories

There is manipulation you can do

Is to get the first letter of each word in the title of the file as to make it fit the maximum length support.

When you save the file, save it with the best fitting title.(you can make it first 3 lettere)

I hope my approach helps you.

My best regards,

What version of VidCoder are you running?

11.3

Encode Log

No response

zakimimit commented 14 hours ago

@RandomEngy I hop you can fix the The filenames bugs