tkryger has quit [Read error: Connection reset by peer]
tkryger has joined #imx6-dev
tkryger has quit [Ping timeout: 264 seconds]
tkryger has joined #imx6-dev
egavinc has quit [Ping timeout: 276 seconds]
cnxsoft has joined #imx6-dev
tkryger has quit [Ping timeout: 264 seconds]
tkryger has joined #imx6-dev
aholler has joined #imx6-dev
aholler_ has quit [Ping timeout: 246 seconds]
silviof has quit [Ping timeout: 260 seconds]
Nilesh_ has joined #imx6-dev
NileshKokane has joined #imx6-dev
Nilesh_ has quit [Ping timeout: 264 seconds]
NileshKokane has quit [Ping timeout: 264 seconds]
NileshKokane has joined #imx6-dev
Nilesh_ has joined #imx6-dev
Nilesh_ has quit [Ping timeout: 264 seconds]
NileshKokane has quit [Ping timeout: 264 seconds]
NileshKokane has joined #imx6-dev
Nilesh_ has joined #imx6-dev
egavinc has joined #imx6-dev
tkryger has joined #imx6-dev
tkryger has quit [Changing host]
NileshKokane has quit [Changing host]
NileshKokane has joined #imx6-dev
Nilesh_ has quit [Changing host]
Nilesh_ has joined #imx6-dev
tkryger has quit [Ping timeout: 245 seconds]
tkryger has joined #imx6-dev
Nilesh_ has quit [Read error: Connection reset by peer]
NileshKokane has quit [Read error: Connection reset by peer]
dv_ has quit [Read error: Connection reset by peer]
dv_ has joined #imx6-dev
frsc has joined #imx6-dev
jmleo has quit [Read error: Connection reset by peer]
jmleo has joined #imx6-dev
dv_ has quit [Ping timeout: 244 seconds]
dv__ has joined #imx6-dev
silviof has joined #imx6-dev
TuTizz has joined #imx6-dev
TuTizz has joined #imx6-dev
silviof has quit [Quit: WeeChat 1.3]
adj_ has joined #imx6-dev
Nilesh_ has joined #imx6-dev
frsc has quit [Quit: Leaving]
frsc has joined #imx6-dev
silviof has joined #imx6-dev
dv__ is now known as dv_
NileshKokane has joined #imx6-dev
adj_ has quit [Ping timeout: 266 seconds]
frsc has quit [Ping timeout: 260 seconds]
TuTizz has quit [Ping timeout: 257 seconds]
cnxsoft has quit [Quit: cnxsoft]
tkryger has quit [Read error: Connection reset by peer]
tkryger has joined #imx6-dev
dv_ has quit [Ping timeout: 260 seconds]
jmleo has quit [Ping timeout: 260 seconds]
dv_ has joined #imx6-dev
jmleo has joined #imx6-dev
TuTizz has joined #imx6-dev
TuTizz has joined #imx6-dev
frsc has joined #imx6-dev
NileshKokane has quit [Quit: Connection closed for inactivity]
Nilesh_ has quit [Quit: Connection closed for inactivity]
caiortp has joined #imx6-dev
frsc has quit [Quit: Leaving]
<codinho>
dv_, , hi, I'm trying to check gst-imx h264 encoder performance, looks like it has not enough performance to encode even 1080p25, what do you think? I'm checking pipeline videotestsource ! imxvpuenc_h264 ! fakesink sync=true max-lateness=0 and there is a lots of drops on sink
<dv_>
it should, actually
<dv_>
well videotestsrc creates a 320x240 signal by default, and if you try to create 1080p frames with it, the CPU will bottleneck
<dv_>
perhaps unless you let it create a fully black frame
<codinho>
dv_, sorry I used capsfilter after testsrc with specified resolution
<codinho>
sure
<codinho>
it works with no drops with 320x240 with is default
<codinho>
*which*
<codinho>
even 720p doesn't work in realtime
<codinho>
dv_, my actuall goal is transcoding using imxvpudec ! imxvpuenc_h264 from high bitrate to lowbitrate, it doesn't work with low bitrate and even 720p30 1Mbps
<codinho>
lots of drops
<codinho>
I agree that videotestsrc ! imxvpuenc_h264 slow because of copying from source to encoder using cpu
paulk-collins has joined #imx6-dev
<codinho>
btw, I checked it with enabled 352Mhz feature
<codinho>
without that kernel feature enabled the thing are more worse
<dv_>
then it might be something else in the kernel
<dv_>
I can transcode 1080p with no problem
<codinho>
dv_, how? the actual command? 1080p->1080p?