Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Rife-App 3.35

Sucessor of Dain-App. Interpolate videos using AI · By GRisk

video output name with (.)period gets cut off

A topic by bossmannnnnn created Nov 18, 2021 Views: 184 Replies: 1
Viewing posts 1 to 2
(1 edit)

If a video has periods in the name the output video name gets cut off at first (.). For example:

abc.videoclip1.mp4

abc.videoclip2.mp4

abc.videoclip3.mp4

If i ran all 3 of these videos in rifeapp the output will be just abc_60.0fps_Model[rl_best].mp4.

The Problem is because all 3 of them will have the same output name, it is possible that it will just overwrite the first 2 and just end up with the last processed video only. Is it possible make it so a (.)period in a video name doesn't cut off name but keeps the whole original name.

Another option would be to append a _2,_3,_4, etc. to the end of videos/folders so as to not overwrite them if there is already a video/folder with same name

Developer

Thanks for the feedback. This was on my TODO list and in fact I already fixed for the next release. I just fixed the split script to handle this type of situations.