It was a little odd that things were failing. Out of a 'folder' I was creating a folder via a 'command', then using a 'custom ffmpeg' to jam a video into the created folder.
My re-jig fixes it, but I would have expected the previous working to have worked.
Search found 11 matches
- Mon Sep 05, 2016 12:52 pm
- Forum: Bug reporting
- Topic: Custom FFmpeg fails with No video or audio found in media
- Replies: 13
- Views: 21997
- Fri Sep 02, 2016 2:53 pm
- Forum: Bug reporting
- Topic: Custom FFmpeg fails with No video or audio found in media
- Replies: 13
- Views: 21997
Re: Custom FFmpeg fails with No video or audio found in media
Think I have sorted the problem here...
I had a command executor creating a folder for the custom ffmpeg jobs output folder. I have moved this creation back in the chain a few steps so it is created well in advance.
I had a command executor creating a folder for the custom ffmpeg jobs output folder. I have moved this creation back in the chain a few steps so it is created well in advance.
- Fri Sep 02, 2016 11:54 am
- Forum: Bug reporting
- Topic: Custom FFmpeg fails with No video or audio found in media
- Replies: 13
- Views: 21997
Custom FFmpeg fails with No video or audio found in media
Hi, Decided to try the latest version (0.7.6.1) to see if it would solve an issue I was seeing with the previous version (0.7.5), whereby the first video through my conversion chain is fine, but the second in the queue (and beyond) seem to fail with the the error 'Custom FFmpeg fails with No video o...
- Mon Aug 01, 2016 5:17 pm
- Forum: Usage, tips and tricks
- Topic: Multiple custom encodes, only one happening, the rest failing.
- Replies: 5
- Views: 8747
Re: Multiple custom encodes, only one happening, the rest failing.
Right...some more info... I was trusting the test video I was provided with was 'good'. It isn't. Well, in the sense of what I need to test with it isn't. It contains only an audio stream, no video. I am pumping through one of my test videos now and the workflow behaves as I would expect. Interestin...
- Mon Aug 01, 2016 4:39 pm
- Forum: Usage, tips and tricks
- Topic: Multiple custom encodes, only one happening, the rest failing.
- Replies: 5
- Views: 8747
Re: Multiple custom encodes, only one happening, the rest failing.
I am using a custom ffmpeg.exe (one I compiled up with the cube mapping conversion code additition). But I am 99% sure it isn't that as it works perfectly on my i7, and works fine for the one video it does convert. I have tried adding the flag -threads 12 (to limit back the number of threads ffmpeg ...
- Mon Aug 01, 2016 4:30 pm
- Forum: Usage, tips and tricks
- Topic: Multiple custom encodes, only one happening, the rest failing.
- Replies: 5
- Views: 8747
Re: Multiple custom encodes, only one happening, the rest failing.
Yes, exactly the same thing every time. Which I guess might suggest it isn't timing related.
They three go from 'Waiting for processor resources' in the job queue, to the 'No audio or video found in media' in the completed queue. Want me to send a video? Or the log files?
They three go from 'Waiting for processor resources' in the job queue, to the 'No audio or video found in media' in the completed queue. Want me to send a video? Or the log files?
- Mon Aug 01, 2016 4:16 pm
- Forum: Usage, tips and tricks
- Topic: Multiple custom encodes, only one happening, the rest failing.
- Replies: 5
- Views: 8747
Multiple custom encodes, only one happening, the rest failing.
Me again :) My forked 4 encodes works a treat on my desktop (bog standard decent Intel i7 (8-logical-cores). But when I run it on a higher-end conversion machine (Xeon 48-logical cores) it only does one of the encodes with the error 'No video or audio found in media'. Anyone seen anything like this?...
- Mon Aug 01, 2016 4:12 pm
- Forum: Usage, tips and tricks
- Topic: Increment a user integer variable
- Replies: 6
- Views: 10324
Re: Increment a user integer variable
Fail enough. The system is flexible enough to work around it with batch files etc so all good
- Mon Aug 01, 2016 3:05 pm
- Forum: Usage, tips and tricks
- Topic: Increment a user integer variable
- Replies: 6
- Views: 10324
Re: Increment a user integer variable
Perfectly, you nailed it here:
"Once you fork a workflow you create separate instances of the job with their own copy of the variable"
Is 'workflow-wide' variables on the road-map?
"Once you fork a workflow you create separate instances of the job with their own copy of the variable"
Is 'workflow-wide' variables on the road-map?
- Mon Aug 01, 2016 12:30 pm
- Forum: Usage, tips and tricks
- Topic: Increment a user integer variable
- Replies: 6
- Views: 10324
Re: Increment a user integer variable
Hi, Think my lack of knowledge of terminology and how the tool works may have, and indeed might here, hinder my explanation. Essentially, in the screen shot, you can see I fork into doing 4 encodes, then I jam them into a destination folder...and some time later, I want to increment a variable such ...