Commandline + flag + preset

All about the program
Post Reply
o3388076
Posts: 7
Joined: 14 Dec 2018, 19:55

13 Oct 2023, 23:30

Hello this forum again.
By default help shows such hint how to use commandline:

Code: Select all

Usage:
VideoThumbnailsMaker.exe [flags] [preset.vtm] video1|folder1 [video2|folder2]
When you try to mix everything together, you will see that in such order preset wont be applied. At least its on my side like that.
!!! To make it work you have to use [FLAGS] AFTER the path to [preset.VTM] file.

Code: Select all

VideoThumbnailsMaker.exe [preset.vtm] [flags] video1|folder1 [video2|folder2]
So this is typo/bug or something is off on my system?





And 2nd piece from me.
If using /nc which closes output window. Will it also close window on Failed result still ?
User avatar
admin
Site Admin
Posts: 1377
Joined: 03 Jun 2014, 22:14

14 Oct 2023, 12:05

Hello,
So this is typo/bug or something is off on my system?
Which exact commands did you compare?
It should be no difference.
If using /nc which closes output window. Will it also close window on Failed result still ?
It should.
o3388076
Posts: 7
Joined: 14 Dec 2018, 19:55

14 Oct 2023, 21:29

Code: Select all

C:\Program Files\Video Thumbnails Maker>VideoThumbnailsMaker.exe /nc "D:\_SOFTWARE\SUU.VTM\template2.vtm" "D:\VMware-VMs\_VM_share\10.08\video.mp4"
C:\Program Files\Video Thumbnails Maker>VideoThumbnailsMaker.exe "D:\_SOFTWARE\SUU.VTM\template2.vtm" /nc "D:\VMware-VMs\_VM_share\10.08\video.mp4"
First one - ignores provided template, and uses current one, selected in app.
Second - uses mentioned custom template, which is different from one selected in application.
Post Reply