PinBox
PinBox copied to clipboard
BUG [swscaler...]Warning: Data is not aligned!...
Expected Behavior
The stream shouldn't show any error.
Current Behavior
The console shows an error: [swscaler @
Possible Solution
There are a lot of possible solutions. One is changing the image format or the pixel format. Other is making sure that final dimensions are multiples of 8, 16 or 32. Also, FFmpeg says that the codec may be deprecated and they reccomend to use AVStream.codecpar instead.
Steps to Reproduce
- Just initialize an stream
my plan was change final image size to 512x256, so we do not extra step to convert on 3ds side.
According to FFMPEG, that would solve the problem.
I have the exact same problem, what are the exact steps I should take to fix this? also, the dicord link doesn't work anymore.
Bonjour , Comment ont initialise le flux
I'm experiencing the same problem as well, I know this is no longer worked on but is there any forks that don't have this issue @namkazt.
I'm using an old 3DS and it's really annoying.
If this was not fixed in 2018, I wouldn't expect it in 2022.
If this was not fixed in 2018, I wouldn't expect it in 2022.
:(
my plan was change final image size to 512x256, so we do not extra step to convert on 3ds side.
how do you do that