Search found 23 matches

by llittleton
Wed Oct 14, 2020 5:54 pm
Forum: Usage, tips and tricks
Topic: command execute abort job issue
Replies: 2
Views: 3482

Re: command execute abort job issue

Steinar,

Moved from 1.04 to 1.1.02 and this issue is resolved.

Thank you
by llittleton
Wed Oct 07, 2020 7:10 pm
Forum: Usage, tips and tricks
Topic: command execute abort job issue
Replies: 2
Views: 3482

command execute abort job issue

Hi,

I have a command execute node that runs an external exe for transcoding. If I abort a job, the exe continues to run. Is there a way to have the exe
quit when I abort the job?

Thank you
by llittleton
Wed Oct 07, 2020 3:42 am
Forum: Bug reporting
Topic: AntiVirus issue with rest_service on 1.0.0.4/5.
Replies: 3
Views: 6195

Re: AntiVirus issue with rest_service on 1.0.0.4/5.

Steinar,

I got my security team to whitelist the rest_service.exe, working fine now!

Thank you!
by llittleton
Tue Sep 29, 2020 1:10 pm
Forum: Bug reporting
Topic: 1.1.0 error when starting workflow
Replies: 5
Views: 5899

1.1.0 error when starting workflow

Hi, I installed 1.1.0 and copied over my configs from 1.0.4. I get this error when starting a workflow: Line 3806 (File "D\FFAStrans1.10\processordef_runner.a3x"): Error: Variable must be of type "Object". reverted back to 1.0.4. Let me know how I can help to get past this issue. L
by llittleton
Sat Aug 01, 2020 5:43 pm
Forum: Usage, tips and tricks
Topic: Dual GPU encoding
Replies: 19
Views: 19569

Re: Dual GPU encoding

@encodem

Thank you for your reply. I will look at the workflow hack and will try your suggestion of an ffmpeg node to strip out the audio channels.

Lawrence
by llittleton
Wed Jul 29, 2020 6:40 pm
Forum: Usage, tips and tricks
Topic: Dual GPU encoding
Replies: 19
Views: 19569

Re: Dual GPU encoding

I have been trying out using Rigaya's Nvencc: https://github.com/rigaya/NVEnc/ Using this command line: %comspec% /c "D:\NVEncC_5.11_x64\NVEncC64.exe -i "%s_source%" --fps 30000/1001 --output-res 1920x1080 -c hevc --cbr 10000 --lookahead 16 --aq --profile main10 --output-depth 10 --au...
by llittleton
Sun Jul 26, 2020 8:33 pm
Forum: Usage, tips and tricks
Topic: Dual GPU encoding
Replies: 19
Views: 19569

Re: Dual GPU encoding

Encodem, Thank you for your detailed reply. This works but now that I am using it I think a better way would to alternate each gpu for each queued job. If i have only 4 jobs, they all go to gpu 0. It would work better to have 2 on each gpu. Also, if there is a way to remove the dependency on the nvi...
by llittleton
Sun Jul 26, 2020 5:40 pm
Forum: Usage, tips and tricks
Topic: Command executor output to delivery folder
Replies: 5
Views: 6059

Re: Command executor output to delivery folder

emcodem,

Thank you for your reply. What i mean is can i take the output of a command execute node and pipe it into a delivery folder node, and then use the delivery folder node to specify the location and name of the output file?

Thank you,

Lawrence
by llittleton
Sun Jul 26, 2020 5:31 pm
Forum: Bug reporting
Topic: AntiVirus issue with rest_service on 1.0.0.4/5.
Replies: 3
Views: 6195

Re: AntiVirus issue with rest_service on 1.0.0.4/5.

Hi,

Palo Alto Networks is still deleting this rest_service.exe.

Flags it under "Generic ml".

Thank you,

Lawrence
by llittleton
Thu Jul 23, 2020 2:30 pm
Forum: Usage, tips and tricks
Topic: Command executor output to delivery folder
Replies: 5
Views: 6059

Command executor output to delivery folder

Hi, I am using a command executor to do a gpu conversion: %comspec% /c "D:\NVEncC_5.11_x64\NVEncC64.exe -i "%s_source%" --vpp-select-every 2 --fps 60000/1001 -c hevc --cbr 20000 --cu-max 32 --bframes 0 --ref 4 --gop-len 30 --lookahead 15 --strict-gop --profile main10 --output-depth 10...