Search found 8 matches

by tiler
Wed Mar 09, 2016 4:30 pm
Forum: Feature requests
Topic: Web Monitor
Replies: 17
Views: 25918

Re: Web Monitor

+1 for the web version of status monitor :)
by tiler
Wed Mar 09, 2016 3:44 pm
Forum: Usage, tips and tricks
Topic: Custiom AviSynth script
Replies: 1
Views: 5608

Custiom AviSynth script

Hi! I'm very new in AviSynth and try to make any simple example (my first script btw))). But not successful yet. The most simple way in my opinion is: m_video=ffms2(_ffas_video) m_audio=ffms2(_ffas_audio) m_clip=AudioDub(m_video,m_audio) Return m_clip It really do nothing as you can see - just get v...
by tiler
Wed Mar 09, 2016 3:32 pm
Forum: Bug reporting
Topic: Dual monitor
Replies: 5
Views: 10034

Re: Dual monitor

Thank you for a such cool software!
by tiler
Wed Mar 09, 2016 2:49 pm
Forum: Bug reporting
Topic: Dual monitor
Replies: 5
Views: 10034

Re: Dual monitor

I've attached dual monitor screenshot - the main FFAStrans window is on the right monitor, when I click on node to open the menu, the menu window appears on the first (left) monitor.
by tiler
Wed Mar 09, 2016 7:41 am
Forum: Feature requests
Topic: Drag and drop
Replies: 1
Views: 5860

Drag and drop

Hi! It will more comfortable to be able to drag and drop variables.
by tiler
Wed Mar 09, 2016 7:34 am
Forum: Bug reporting
Topic: Dual monitor
Replies: 5
Views: 10034

Dual monitor

Hi! In case of dual monitor configuration all of the dialogue windows appear on the first monitor. It's a little bit confusing if the main window is on the second monitor.
by tiler
Wed Mar 02, 2016 5:17 pm
Forum: Feature requests
Topic: Loudness control
Replies: 15
Views: 27407

Re: Loudness control

Hi steipal! ffmpeg has some features for normalisation. Recently I faced with this problem and I need some way to normalise a lot of files. I did this way with python and ffmpeg - maybe not the best but it was enough for me: To get the current loudness: ffmpeg -nostats -i input_file -filter_complex ...
by tiler
Wed Mar 02, 2016 3:06 pm
Forum: Feature requests
Topic: Loudness control
Replies: 15
Views: 27407

Loudness control

Amazing product! Thank you! Some wishes: - EBU R 128 and ITU 1770 loudness normalisation. I think it'll be very useful. - Condition logic like Vantage Analysis can do - for example "IF width == 1920 and CODEC == DNxHD DO THIS ELSE DO THAT". It'' require some additional skill from users but...