Search found 592 matches

by momocampo
Fri Feb 16, 2024 8:45 pm
Forum: Bug reporting
Topic: Growing files conversion issue
Replies: 9
Views: 299

Re: Growing files conversion issue

Hello Railio, I have the same kind of workflow except i wait for After effect render. The main difficulty is to find the good setting between "check growing file" AND your sleep timer(to set in workflow properties). If you set a sleep timer too long, your wf will work but you will lose a l...
by momocampo
Sat Sep 30, 2023 1:51 pm
Forum: Feature requests
Topic: a... Trimmer
Replies: 3
Views: 1540

Re: a... Trimmer

Hey !
Emcodem is really too modest to say that his player is good. So thanks for him Knk !
And speaking of this player, i used it very often as well :)

;)
by momocampo
Sat Sep 09, 2023 10:17 am
Forum: Usage, tips and tricks
Topic: Conditional Node XML Decision
Replies: 2
Views: 1674

Re: Conditional Node XML Decision

Hi , Here is my method, I prefer to use regex to retrieve what you want. advertiser.jpg Your variable %s_xml_advertiser% will be "CP" or "CB", just place a conditonal after the previous populate node cond.jpg So, if "yes" -> CP If "no" -> CB Hope it helps. B.
by momocampo
Tue Aug 15, 2023 2:26 pm
Forum: Bug reporting
Topic: Black appears at end after deinterlace
Replies: 12
Views: 7526

Re: Black appears at end after deinterlace

Hello Agohain,
easy just do this :

Code: Select all

"%s_ffmpeg%" -i "%s_source%" -codec copy -y "C:\temp\%s_original_name%_delivered.mov" -codec copy -y "C:\location2\%s_original_name%_delivered.mov"
It should be ok like that.
by momocampo
Tue Jul 25, 2023 10:55 am
Forum: Bug reporting
Topic: Folder name length limit?
Replies: 3
Views: 2855

Re: Folder name length limit?

Hello Mark, Well, I tried on the last version of FFAStrans (1.3.1) and it works with a file with 52 charaters (manually submitted and with a watch folder). I don't think your path could be a problem, especially if file can be submitted manually. You should check your farming setting to see if the ho...
by momocampo
Sat Jul 01, 2023 3:33 pm
Forum: Usage, tips and tricks
Topic: March of the millions
Replies: 10
Views: 3168

Re: March of the millions

thought it was just Grandmaster's basement!
You're wrong dear Franck, the Grandmaster"s headquarter is more of an attic than a basement, I have already seen it ;)
For everything else, you are absolutely right.
by momocampo
Fri Jun 30, 2023 7:37 pm
Forum: Usage, tips and tricks
Topic: March of the millions
Replies: 10
Views: 3168

Re: March of the millions

What cowardice Emcodem !! :lol:
Ok so i say East cause this is the direction where lives Emcodem and it is because of him that there is delay because he never stops adding new features :o And it's not rumours but facts :mrgreen:
by momocampo
Thu Jun 29, 2023 3:31 pm
Forum: Feature requests
Topic: File to finish writing
Replies: 11
Views: 4339

Re: File to finish writing

Hello Luzi, Well, can you tell us how you set your "sleep timer" (right-click on workflow name and properties)? Cause that would mean that your file isn't completly transfered even with another sleep timer cycle? Weird.... So please tell us your sleep timer. And i pretty sure you can't use...
by momocampo
Tue Jun 20, 2023 9:01 pm
Forum: Usage, tips and tricks
Topic: Watch Folder_Wait for File Copy to complete
Replies: 17
Views: 12349

Re: Watch Folder_Wait for File Copy to complete

Hey Graham,

I think the answer should be yes. Place your wait_for_file.au3 in the FFAStrans\Processors\plugin_nodes\ folder and it should work with monitor folder then command executor node.
I think Emcodem could confirm but it sounds good.
Cheers.
by momocampo
Tue Jun 20, 2023 8:37 pm
Forum: Usage, tips and tricks
Topic: Remove Record/Forget Files Not Working Anymore
Replies: 4
Views: 1296

Re: Remove Record/Forget Files Not Working Anymore

Hi Graham, You're right; you can now remove your "remove file record" node, this is exactly the purpose of "forget missing files" , FFAStrans will synchronize the files history to the actual files. To sum up, be sure to remove your source file (otherwise there is a risk of a loop...