Search found 270 matches

by FranceBB
Mon Feb 17, 2025 5:41 pm
Forum: Usage, tips and tricks
Topic: Farming mode does not work as a service
Replies: 4
Views: 81

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...
by FranceBB
Sat Feb 01, 2025 9:35 pm
Forum: Bug reporting
Topic: H264 from AVC Intra Colours Wrong
Replies: 10
Views: 7556

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...
by FranceBB
Thu Jan 23, 2025 9:17 pm
Forum: Feature requests
Topic: Lowercase for wrapper in audio extraction
Replies: 2
Views: 2173

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...
by FranceBB
Sun Jan 12, 2025 3:35 pm
Forum: Announcements, user stories and other.
Topic: Happy 2025
Replies: 2
Views: 3085

Re: Happy 2025

Happy new year to you as well! We're going forward and upwards and I'm so proud to be part of this community! :D Obviously a huge thanks goes to Grandmaster Steinar who single-handedly kept the project going. Without him, there wouldn't be FFAStrans in the first place! Let's see what 2025 holds, but...
by FranceBB
Fri Dec 27, 2024 7:33 am
Forum: Usage, tips and tricks
Topic: iPhone spatial audio issue
Replies: 8
Views: 5692

Re: iPhone spatial audio issue

I can confirm that the very latest version of the master branch seems to deal with apac/spatial audio without failing. Yaaaaay, music to my ears! :D In your face, Telestr- ehm I mean, cool cool, I'm glad to hear that it works. :) @emcodem I am working to get you a test file that is 1) tiny enough t...
by FranceBB
Wed Dec 25, 2024 10:45 pm
Forum: Usage, tips and tricks
Topic: iPhone spatial audio issue
Replies: 8
Views: 5692

Re: iPhone spatial audio issue

Vantage? Brrrrrrr that word is like Voldemort in Harry Potter, it can't be pronounced here. Besides, it should really be called "DisadVantage" given that it sets you back compared to using FFAStrans. FFAStrans for life! :D Ok, jokes aside, I'm very happy to see that you reported this 'caus...
by FranceBB
Wed Dec 18, 2024 9:26 pm
Forum: Usage, tips and tricks
Topic: setting max parallel running jobs
Replies: 11
Views: 8291

Re: setting max parallel running jobs

are the 20 parallel jobs created because you're splitting the workflow in different sections all being executed at the same time like what you're doing with the audio extractor + H.264 video encoder on the other topic? If you don't want them to be executed in parallel you can make them sequential, a...
by FranceBB
Wed Dec 18, 2024 9:16 pm
Forum: Usage, tips and tricks
Topic: exclude audio
Replies: 8
Views: 5250

Re: exclude audio

Oh this is funny. I live in PAL land and I generally perform the 4% speed up + pitch adjustment to go from 23,976fps to 25fps, but you live in NTSC land so you gotta do the exact opposite: 4% slowdown + pitch adjustment to go from 25fps to 23,976fps. Anyway, is the slowdown why you have a separate f...
by FranceBB
Wed Dec 18, 2024 6:45 am
Forum: Usage, tips and tricks
Topic: exclude audio
Replies: 8
Views: 5250

Re: exclude audio

Yeah that's because of BlankClip() which is then used to fill the rest of silence. You still have to use KillAudio() as in your suggestion, but instead of losing time indexing it and then throwing it away, by not indexing it in the first place we're not gonna lose time as what KillAudio() would kill...
by FranceBB
Mon Dec 16, 2024 10:05 pm
Forum: Usage, tips and tricks
Topic: exclude audio
Replies: 8
Views: 5250

Re: exclude audio

I can see the A/V Decoder there.
There's no need to index the audio if you're not gonna use it anyway.
You can untick the "Use audio" tickbox and it will skip audio indexing. ;)