Search found 7 matches
- Tue Mar 12, 2019 10:22 pm
- Forum: Usage, tips and tricks
- Topic: Timecode filter - set to source framerate after custom ffmpeg
- Replies: 6
- Views: 8662
Re: Timecode filter - set to source framerate after custom ffmpeg
[...] What i don't really understand is why you would use 2 encodings instead of only one... i guess you have some encode node somewhere later anyway, why not adding the -vf you use in the custom ffmpeg node there? Are you aware that when "omitting" the video and audio codec, ffmpeg will ...
- Sat Feb 09, 2019 11:02 pm
- Forum: Usage, tips and tricks
- Topic: Timecode filter - set to source framerate after custom ffmpeg
- Replies: 6
- Views: 8662
Timecode filter - set to source framerate after custom ffmpeg
Hello all, I discovered during tests, that if using custom ffmpeg script before A/V Media and then Timecode filter, it results in timecode burning with miliseconds instead of frames (on frames position). Custom FFmpeg has such options, I use it without audio and video codecs: -vf drawtext="font...
- Sat Feb 09, 2019 6:55 pm
- Forum: Usage, tips and tricks
- Topic: Populating more variables through HTTP communication processor
- Replies: 7
- Views: 9043
Re: Populating more variables through HTTP communication processor
Ok, I eventually found proper function for it:
Thought there has to be something
Code: Select all
$readarray()
- Fri Feb 08, 2019 8:42 pm
- Forum: Usage, tips and tricks
- Topic: Populating more variables through HTTP communication processor
- Replies: 7
- Views: 9043
Re: Populating more variables through HTTP communication processor
Yes, much easier! At least, it work only if use single-quotes on inputs string parameter - as inside there are double quotes already included.
Many thanks for help!
Artur
Many thanks for help!
Artur
- Thu Feb 07, 2019 7:57 pm
- Forum: Usage, tips and tricks
- Topic: Populating more variables through HTTP communication processor
- Replies: 7
- Views: 9043
Re: Populating more variables through HTTP communication processor
Ok I forgot that there are more fields to be filled in
Thanks!
Artur
Thanks!
Artur
- Thu Feb 07, 2019 11:22 am
- Forum: Usage, tips and tricks
- Topic: Populating more variables through HTTP communication processor
- Replies: 7
- Views: 9043
Re: Populating more variables through HTTP communication processor
Hi emcodem,
I've just put some specially-designed unused variable there as first in list, to fill the gap
Good tip, thanks! Of course I also thought now that this way I can setup some more Populate Variables processors to get next values!
Thanks!
Artur
I've just put some specially-designed unused variable there as first in list, to fill the gap
Good tip, thanks! Of course I also thought now that this way I can setup some more Populate Variables processors to get next values!
Thanks!
Artur
- Wed Feb 06, 2019 11:24 pm
- Forum: Usage, tips and tricks
- Topic: Populating more variables through HTTP communication processor
- Replies: 7
- Views: 9043
Populating more variables through HTTP communication processor
Hello all, First of all, I want to thank Steinar of making and maintenance this great software! I am quite new and just testing it, but it is really great work! Back to subject - I trying to work with HTTP communicate processor. It allows populate single variable (BTW. not the first one on list of u...