Search found 277 matches
- Sat Apr 12, 2025 10:19 pm
- Forum: Feature requests
- Topic: Closed captions 608 to 708 VANC
- Replies: 7
- Views: 9838
Re: Closed captions 608 to 708 VANC
I'm not even aware about any "small" tool that one could maybe buy and utilize it in ffastrans. Nothing open source exists anywhere on the web unfortunately. There just doesn't seem to be much interest. :( Even @FranceBB had to spend a few ten thousands to the major vendors for the workfl...
- Tue Apr 01, 2025 7:00 am
- Forum: Usage, tips and tricks
- Topic: Hosts take same job
- Replies: 5
- Views: 1289
Re: Hosts take same job
Yeah, doctor sayin i got Vitamin DB deficiency :? lol Jokes aside, in 9 years and 4 months of FFAStrans usage I've never really run into an actual effective concurrency issue. Lots of things changed over the years, but the file based database with the various tickets (json) has been able to cope qu...
- Wed Mar 26, 2025 3:26 pm
- Forum: Usage, tips and tricks
- Topic: Troubles to write on a NAS
- Replies: 19
- Views: 5534
Re: Troubles to write on a NAS
I'm not using the built-in XDCAM because i have to encode into 50p and this preset is not available. Well, there's a very simple reason why it's not available: it doesn't exist xD When you're encoding in HD so 1280x720 then you can go to 50p, however if you're encoding to FULL HD you can only go to...
- Wed Mar 26, 2025 1:16 pm
- Forum: Usage, tips and tricks
- Topic: Troubles to write on a NAS
- Replies: 19
- Views: 5534
Re: Troubles to write on a NAS
Given that you're trying to create an XDCAM-50 file, is there any particular reason why you're not using the built-in XDCAM encoder? How to use a delivery block after a ffmpeg in a command executor. When you're outputting the file in FFMpeg, don't write to destination, write here: "%s_job_work%...
- Sat Mar 22, 2025 7:55 pm
- Forum: Usage, tips and tricks
- Topic: CMAF
- Replies: 7
- Views: 2153
Re: CMAF
I mainly use chatgpt :") Arggg, the devil! Jokes aside, I generally avoid all the "AS" (Artificial Stupidity), be it GPT, Copilot, Gemini etc (got the joke? XD). Unfortunately (or should I say "fortunately"), for niche things, they're not really good and encoding is one of ...
- Sat Mar 22, 2025 6:30 pm
- Forum: Usage, tips and tricks
- Topic: CMAF
- Replies: 7
- Views: 2153
Re: CMAF
Hi there, welcome to the forum! :) I'm actually glad that you're using FFAStrans, the more people use it, the better. Anyway, the error you're getting is related to the way the Custom FFMpeg node works. In a custom FFMpeg node the input from the last node is automatically used, which means that you ...
- Mon Feb 24, 2025 3:17 pm
- Forum: Usage, tips and tricks
- Topic: CONDITIONAL QUESTION
- Replies: 14
- Views: 13284
Re: CONDITIONAL QUESTION
To be fair, if you want the conditional to return "true" for all files starting with "DGTL_", then there's no need to mess with Regext, you can simply do: if %s_original_name% == DGTL_* and it's gonna work with a simple conditional. ;) Screenshot from 2025-02-24 15-13-48.png Scre...
- Mon Feb 17, 2025 5:41 pm
- Forum: Usage, tips and tricks
- Topic: Farming mode does not work as a service
- Replies: 6
- Views: 2796
Re: Farming mode does not work as a service
When you open the Workflow Manager, can you check at the bottom that FFAStrans isn't running as Application? Most often than not this message pops up when the service is running as application, for instance: Screenshot from 2025-02-17 17-35-22.png This occurs when the host is set up with the followi...
- Sat Feb 01, 2025 9:35 pm
- Forum: Bug reporting
- Topic: H264 from AVC Intra Colours Wrong
- Replies: 10
- Views: 14020
Re: H264 from AVC Intra Colours Wrong
Hey Graham, can you try with 1.4.2.10? The build is here: https://github.com/steipal/FFAStrans-Public You just have to click on "Code" and select "Download as zip". The reason why I'm suggesting this is that I cannot reproduce this with 1.4.2.10 and, frankly speaking, that's exac...
- Thu Jan 23, 2025 9:17 pm
- Forum: Feature requests
- Topic: Lowercase for wrapper in audio extraction
- Replies: 2
- Views: 3774
Re: Lowercase for wrapper in audio extraction
Well, on the Delivery node you can always tick the box that removes the extension and add "wav" as lowercase (at least that's how I've done it), which is probably easier to remember than editing the json, especially given that any other change to the workflow would override the json if you...