AllskyTeam / allsky

A Raspberry Pi operated Wireless Allsky Camera
MIT License
1.19k stars 180 forks source link

timelapse failed ... deprecated pixel format #1113

Closed pedda4711 closed 2 years ago

pedda4711 commented 2 years ago

i get this error on bullseye after linking many pictures (rpi3, 1GB)

[swscaler @ 0x219ee90] deprecated pixel format used, make sure you did set range correctly x264 [error]: malloc of size 38600544 failed Video encoding failed

keogram and startrails work

default config settings:

TIMELAPSEWIDTH=0 TIMELAPSEHEIGHT=0

Bitrate of the timelapse video. Higher numbers will produce higher quality but larger files. TIMELAPSE_BITRATE="2000k"

Timelapse video Frames Per Second. FPS=25

Encoder for timelapse video. May be changed to use a hardware encoder or different codec. VCODEC="libx264"

Pixel format. PIX_FMT=${PIX_FMT:-yuv420p}

FFLOG determines the amount of log information displayed while creating a timelapse video. Set to "info" to see additional information if you are tuning the algorithm. FFLOG="warning"

pedda4711 commented 2 years ago

it's a problem with TIMELAPSWIDTH and HEIGHT settings to default.

EricClaeys commented 2 years ago

@pedda4711 The Wiki has a very good page on how to resolve timelapse issues.