Search found 14 matches

by Larsdp
Wed Jul 14, 2021 8:20 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

Thanks it works now :-) FFtrans i really powerfull if you know how. Is there any recommended coding language to learn to get an better idea of it all?
by Larsdp
Wed Jul 14, 2021 7:33 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

"1920 1080 prores" is the output in the Results window. Actually same story is i set it to h264 and test a h264 file it overrules the first two checks and just go to succeed so something is off with the way a positive is handled. I wish i was a programmer :-) Hm maybe it has to do with the...
by Larsdp
Wed Jul 14, 2021 6:48 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

thanks it works, sort of :-) When inputting a mp4 file it show this: Video Width error, actual width 512 should be 721 Video height error, actual heitgh 640 should be 725 Codec error, actual codec h264 should be prores So thats working, the file is wrong on all parameters....but when i feed in a pro...
by Larsdp
Tue Jul 13, 2021 11:31 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

No, not sure whats happening :-)

-Prores Check Status-

"prores" = "prores" ? "" : "
Video Width error, actual width 1920 should be 721
Video height error, actual heitgh 1080 should be 725
Codec error, actual codec prores should be prores
by Larsdp
Tue Jul 13, 2021 9:50 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

sorry just found the answer with '' not sure what they are called "%s_v_codec%" = 'mp4' ? "" :
everything works now....

No too fast doenst work hmm
by Larsdp
Tue Jul 13, 2021 9:22 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

So i'm trying to understand the number vs string but can't get it right. %s_v_codec% = mp4 ? "" : "%s_custom_error% | Video height error, actual codec %s_v_codec%" above line outputs this: prores = mp4 ? "" : " I'ved tried with all kinds of "" ways but ca...
by Larsdp
Mon Jul 12, 2021 1:53 pm
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

Everything works perfect but i'm getting this in my text file:

Video height error, actual width 720
Video Width error, actual width 720
%s_custom_error%


So the %s_custom_error% varible is not being terminate or (not sure what is called). Do i remove that also by using the replace function?
by Larsdp
Mon Jul 12, 2021 12:43 pm
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

Thanks, you got me again, need to sit down with a cup of coffee now. Thanks for helping me out!
by Larsdp
Mon Jul 12, 2021 12:15 pm
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

Okay, so now i got to understand it a bit better. Question: the variable %s_custom_error% in the first node should there be two with the same name or should i create one pr condition test? It seems like a only get one error written out to the text file when using %s_custom_error% i'm testing a file ...
by Larsdp
Mon Jul 12, 2021 8:13 am
Forum: Usage, tips and tricks
Topic: Error output in txt file
Replies: 21
Views: 12156

Re: Error output in txt file

Thanks! That's next level :-) I think i'll be quiet now for a while trying to look through it and learn.