Ticket #213 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

Wall filter breaks when rows and cols aren't aspect ratio compliant

Reported by: dionoea Assigned to: dionoea (accepted)
Priority: lowest Milestone: Bugs paradize
Component: Filters Version: master
Severity: minor Keywords:
Cc: Platform(s): all
Difficulty: unknown Work status: Not started

Description (Last modified by dionoea)

try something like :

vlc --vout-filter wall --wall-rows 3 --wall-cols 1 --wall-element-aspect "4:3" video.mpg

(where video.mpg is a normal size video)

The vouts don't work well since the filter is trying to fit a 4:3 video on 3 4:3 vouts ... (which isn't possible unless at least one of these 3 vouts is empty ... simple math)

if you change --wall-element-aspect to "10:3" ... it'll work well.

Change History

06/17/05 17:59:16 changed by dionoea

  • description changed.

06/20/05 13:37:30 changed by zorglub

  • severity changed from major to minor.
  • milestone changed from 0.8.2 to 0.8.3 (trunk).

This is not really a "bug".. you are actually trying to do something wrong. We should prevent you from, but that's not imho very urgent.

06/27/05 18:59:52 changed by courmisch

  • priority changed from normal to low.

08/19/05 18:36:32 changed by dionoea

  • status changed from new to assigned.
  • owner set to dionoea.

09/24/05 17:27:18 changed by dionoea

  • milestone changed from 0.8.4-test1 to 0.8.5.

01/25/06 21:05:16 changed by tumu

  • milestone changed from 0.8.5 feature freeze to 0.8.5-test1.

01/26/06 01:26:03 changed by tumu

  • priority changed from low to normal.
  • component set to Filters.
  • summary changed from Wall video filter bahaves weirdly when number of rows and cols aren't aspect ratio compliant to Wall filter breaks when rows and cols aren't aspect ratio compliant.

02/21/06 17:03:23 changed by zorglub

  • milestone changed from 0.8.5-test1 to 0.8.5-test2.

03/18/06 19:03:40 changed by zorglub

  • priority changed from normal to lowest.

03/24/06 10:23:23 changed by zorglub

  • milestone changed from 0.8.5-test2 to 0.8.5-final.

Self contained, not test2 blocker

04/12/06 08:03:39 changed by zorglub

  • milestone changed from 0.8.5-test3 to Bugs paradize.