This what you are looking for ( I believe ):
Code: Select all
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 450x450 (450x450) chroma: RV24 -> 450x450 (450x450) chroma: RV32 with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: Filter 'Swscale' (0000000004e93f10) appended to chain
core debug: original format sz 450x450, of (0,0), vsz 450x450, 4cc RV24, sar 1:1, msk r0xff g0xff00 b0xff0000
core debug: Adding 'transform' as interactive
core debug: looking for video filter2 module matching "transform": 58 candidates
transform error: Unsupported pixel size 3 (chroma RV24)
core debug: no video filter2 modules matched
core error: Failed to create video filter2 'transform'
core error: Failed to add filter 'transform'
So as you said, it is a problem with the pixel size, rather than VLC.
Do you know what pixel size is accepted by VLC for rotation, and, off topic, how on earth I can change the pixel size of an image?