Search found 2 matches

by DCCentR
Thu May 16, 2024 9:16 am
Forum: Usage, tips and tricks
Topic: Exclude files contained in a .txt list from transcoding
Replies: 3
Views: 4786

Re: Exclude files contained in a .txt list from transcoding

@emcodem, thank you so much! It's works as it should :) I'd like to point out that I had to reverse the order in this expression: $regext("%s_original_name%, "%s_temp%"") => $regext("%s_temp%", "%s_original_name%") If this is not done, the result for condition...
by DCCentR
Mon May 13, 2024 11:03 am
Forum: Usage, tips and tricks
Topic: Exclude files contained in a .txt list from transcoding
Replies: 3
Views: 4786

Exclude files contained in a .txt list from transcoding

Hi all, I want to add a check for all video files entering the monitoring folder. I want to exclude files contained in a .txt list from a transcoding workflow. txt list look like that (each line is video file name): HPT10104_V2023 HPT10106_v2023 HPT10107B HPT20105 HPT40102 HPU10106_v2023 HPU20101_B_...