Search found 1683 matches

by emcodem
Fri Sep 06, 2024 7:15 am
Forum: Usage, tips and tricks
Topic: Color statut monitor line
Replies: 2
Views: 544

Re: Color statut monitor line

Hey Ghtais,

if you mean the inbuilt status monitor application, there is no way to influence row colors. In webint you have it under the "options" btn
by emcodem
Thu Sep 05, 2024 6:52 am
Forum: Usage, tips and tricks
Topic: Fetch Jobs and Tasks from external Systems
Replies: 1
Views: 622

Re: Fetch Jobs and Tasks from external Systems

hi @krskvch welcome to the Forum and thanks for using FFAStrans! Yes there are multiple ways for this kind of stuff. What other system we talk about, like a transcoder or qc? And is this other system part of your ffastrans job or you think about importing/viewing jobs from a system without any conne...
by emcodem
Thu Aug 01, 2024 8:18 pm
Forum: Bug reporting
Topic: No Deinterlacing When AViSynth Trim Used
Replies: 5
Views: 10076

Re: No Deinterlacing When AViSynth Trim Used

I can add that we discussed about why the "Clear media props" checkbox even exists and why it is on by default. The intention is to allow upgrading from older versions to 1.4 without having to change the existing workflows as usual (1.4 ships the shiny new avisynth dll that supports "...
by emcodem
Thu Aug 01, 2024 7:41 am
Forum: Bug reporting
Topic: No Deinterlacing When AViSynth Trim Used
Replies: 5
Views: 10076

Re: No Deinterlacing When AViSynth Trim Used

Hi graham, sorry for the delay, i thought @FranceBB will be very interested in this because all avisynth stuff is his baby but i guess it is too hot in italy currently to turn on PC's in the living room ;-) Looks like the checkbox "clear media properties in the custom avisynth processor" i...
by emcodem
Fri Jul 26, 2024 6:53 am
Forum: Usage, tips and tricks
Topic: Time to Process Variable
Replies: 3
Views: 5589

Re: Time to Process Variable

Hehe i thought it is "easier" with less scripting, not being aware that you are a powershell crack :geek:
by emcodem
Thu Jul 25, 2024 9:43 am
Forum: Usage, tips and tricks
Topic: Time to Process Variable
Replies: 3
Views: 5589

Re: Time to Process Variable

hey @failsafe5000 long time not heared from you :) It would be easy if we had some $datediff function but there are no date calc functions builtin yet. Also "$timecalc" is not helpful here. So let's do a little trick. In a cmd executor node, insert this code, what it does is to use powersh...
by emcodem
Thu Jul 11, 2024 10:02 pm
Forum: Usage, tips and tricks
Topic: Blackmagic Raw files
Replies: 30
Views: 29443

Re: Blackmagic Raw files

@Ben @andrezagato with the interest and help of @Ben, i decided to go for an avisynth plugin. Example workflow: emcodem_avisynth_braw_source.json Avisynth Source plugin dll: https://forum.doom9.org/showthread.php?t=185608 Basically you create the folder and extract the downloaded files to "%s_f...
by emcodem
Tue Jul 09, 2024 3:18 pm
Forum: Bug reporting
Topic: DVD Encoder Bugs
Replies: 18
Views: 26796

Re: DVD Encoder Bugs

@jan2ooo sure, there are multiple GUIs for it but i just use the minimalistic original GUI they link on sourceforge (you just need to navigate to the /files directory on their sourceforge link) https://sourceforge.net/projects/mpv-player-windows/files/ Just download the most downloaded 7z package, e...
by emcodem
Mon Jul 08, 2024 2:44 pm
Forum: Bug reporting
Topic: DVD Encoder Bugs
Replies: 18
Views: 26796

Re: DVD Encoder Bugs

@jan2ooo out of curiosity i tried an old version of vlc (1.1) where the playback of your .vob files just worked. This seconds the assumption that it's just a bug in VLC preventing correct playback. Usually we directly submit such kind of bugs to the vendors but this time i have to skip that because ...
by emcodem
Mon Jul 08, 2024 12:29 pm
Forum: Bug reporting
Topic: DVD Encoder Bugs
Replies: 18
Views: 26796

Re: DVD Encoder Bugs

@jan2ooo Thanks a lot for the examples, it helped me very much understanding your issue. So i tested a little bit around, analyzed the vob file and it looks like this is an issue related to vlc playback only. It was hard to see the problem first because i don't use VLC anymore at all, but looking at...