Search found 579 matches

by momocampo
Mon May 29, 2023 9:26 am
Forum: Usage, tips and tricks
Topic: Clear history of Status Monitor
Replies: 2
Views: 138

Re: Clear history of Status Monitor

Hello Ray,
You can right-click on jobs list and select "reset log", but you're gonna lose all jobs. You can also specify how many jobs you want to keep in monitor status : Right-click on job list and select "select max list size".
As said Emcodem, no matter if you keep a lot of jobs.
;)
by momocampo
Mon Apr 24, 2023 8:26 am
Forum: Usage, tips and tricks
Topic: Run Batch file from Command Executor
Replies: 1
Views: 116

Re: Run Batch file from Command Executor

Hi MichaelDW96,

You can't use 2 lines, you have to use a "&" to execute 2 commands, like this :

Code: Select all

cmd /c "cd C:\Users\midso\Desktop\indexer & index-bgvid.bat"
I think it could be ok.

cheers

B.
by momocampo
Wed Feb 15, 2023 10:55 pm
Forum: Feature requests
Topic: Transfer from one folder to several
Replies: 5
Views: 1061

Re: Transfer from one folder to several

Hi Luzimarsorgi, To complete Emcodem's answer, I could add if you are sure you have only 5 possibilities, you just have to create 4 conditionnal nodes cause if the first 4 possibilities failed, it will be for sure the last one so no need conditionnal :) Anyway, as told Emcodem, please tell us more a...
by momocampo
Wed Jan 11, 2023 11:11 am
Forum: Usage, tips and tricks
Topic: Delayed compression
Replies: 5
Views: 398

Re: Delayed compression

Hello Klerbit and welcome here ! If you want to delay some jobs, the better way is to use the webinterface : https://ffastrans.com/frm/forum/viewtopic.php?f=5&t=789 This is a really useful tool and you can do a lot of things with it. You will delay your jobs with the scheduler: set day and time and ...
by momocampo
Sun Jan 08, 2023 11:17 am
Forum: Usage, tips and tricks
Topic: Correct Video Layer Setting for Transparency Channel (AVI)
Replies: 9
Views: 766

Re: Correct Video Layer Setting for Transparency Channel (AVI)

Hi,
I think Microsoft RLE or Uncompressed 422 should be ok but check your file size cause it's gonna be huge :)
by momocampo
Sat Jan 07, 2023 2:12 pm
Forum: Usage, tips and tricks
Topic: Accept file if name exists anywhere
Replies: 3
Views: 323

Re: Accept file if name exists anywhere

Hi AUthorleon, Don't be so hurry, it's the week-end :) Anyway, if you specify that : test*.mp4 it will be the same as test* or that test*.mov When you use * , it means EVERYTHING after your string will be accepted, extension included. If you want only mp4 files and if you don't have too many others ...
by momocampo
Wed Jan 04, 2023 8:04 pm
Forum: Usage, tips and tricks
Topic: Renaming files using list
Replies: 8
Views: 647

Re: Renaming files using list

Yep, I should told you too -> Regex is a must have too :)
it will help you so much to select only what you need/want.

Cheers ;)
by momocampo
Sat Dec 31, 2022 4:42 pm
Forum: Usage, tips and tricks
Topic: Renaming files using list
Replies: 8
Views: 647

Re: Renaming files using list

Hello ring4life70, Variables are very easy to use, you just have to understand what is their purposes. There are 2 kinds of variables in FFAStrans : static and ....variable :) Statics never change and can be useful to add a path in a node for example (and avoid to write it again). Variables can be c...
by momocampo
Sat Dec 17, 2022 5:56 pm
Forum: Usage, tips and tricks
Topic: How to preserve folder structure
Replies: 2
Views: 503

Re: How to preserve folder structure

Hello Hhajj,

Yeah, as Thomas said, you can use different variables to succeed.
Go here on the wiki ;
https://ffastrans.com/wiki/doku.php?id= ... _variables
There is some useful explanations ;)
Cheers.
by momocampo
Mon Jan 10, 2022 8:10 pm
Forum: Bug reporting
Topic: Proxyfiles from .m2ts originals get a weird start TC
Replies: 12
Views: 3965

Re: Proxyfiles from .m2ts originals get a weird start TC

Hi Christian,
I think you forgot to join your workflow :) Give it to us, we're gonna see that.
;)
B.