Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: p3trus on May 19, 2017, 11:33:48 AM

Title: three partial filter issues
Post by: p3trus on May 19, 2017, 11:33:48 AM
Partial again ^^

Title: Re: two partial filter issues
Post by: eumagga0x2a on May 20, 2017, 05:57:46 PM
You should add that reordering partialized filters doesn't rescale the start and end time if a filter in the stack modifies the total duration.
Title: Re: two partial filter issues
Post by: p3trus on May 20, 2017, 06:02:42 PM
*adds eumagga0x2a's bug*
sorry, never had that one occuring, because I didn't have to use any time-changing filters so far
Title: Re: three partial filter issues
Post by: eumagga0x2a on May 22, 2017, 01:43:47 PM
Quote from: p3trus on May 19, 2017, 11:33:48 AM

  • make a filter partial
  • open partial configuration (time codes) by double-clicking the partial filter
  • click on 'Configure filter' => no preview available, not even at times where partial is defined/ configured to

What actually should happen when calling configure for the partialized (son) filter from the partial filter configure dialog, if the former has a seekable preview? Should the preview behave exactly as if the filter was never partialized?
Title: Re: three partial filter issues
Post by: p3trus on May 22, 2017, 02:17:20 PM
Either that (would most likely be easier to implement), or seeking restricted to the range of the partial filter (scaled up to the whole length of the seek bar) - the latter would give more control in some cases, eg applying a delogo filter on a moving in & out info logo of a recording - the seeking steps of the normal (filter) preview are quite big.
Title: Re: three partial filter issues
Post by: eumagga0x2a on May 23, 2017, 08:28:20 PM
The seekable preview within partialized filters should be fixed (https://github.com/mean00/avidemux2/commit/62ed4cf8babd6f9f131e00a9ac4cbfa33847bf66) now.

I agree that available seek steps in the preview leave room for improvement.