Re: [FFmpeg-user] libx264 vs android 4.4

2014-07-16 Thread Patrick Shirkey
On Fri, July 11, 2014 9:33 pm, Patrick Shirkey wrote: On Fri, July 11, 2014 8:37 pm, Carl Eugen Hoyos wrote: Patrick Shirkey pshirkey at boosthardware.com writes: On Fri, July 11, 2014 4:55 pm, Carl Eugen Hoyos wrote: Patrick Shirkey pshirkey at boosthardware.com writes: ffmpeg -f

Re: [FFmpeg-user] libx264 vs android 4.4

2014-07-16 Thread Carl Eugen Hoyos
Patrick Shirkey pshirkey at boosthardware.com writes: ffmpeg -f fbdev -r 1 -i /dev/graphics/fb0 -vcodec libx264 -f h264 -preset:v slow -pix_fmt yuv420p http://localhost:8090/feed1.ffm I don't know your use case but I wonder if a faster preset with a higher frame rate wouldn't be more

Re: [FFmpeg-user] libx264 vs android 4.4

2014-07-11 Thread Carl Eugen Hoyos
Patrick Shirkey pshirkey at boosthardware.com writes: ffmpeg -f rawvideo -i /dev/graphics/fb0 This looks plain wrong. ffmpeg cannot warn about this, it cannot know that /dev/... is a device (and not a file). Careful with your other input options, I haven't used the FFmpeg framebuffer input

Re: [FFmpeg-user] libx264 vs android 4.4

2014-07-11 Thread Patrick Shirkey
On Fri, July 11, 2014 4:55 pm, Carl Eugen Hoyos wrote: Patrick Shirkey pshirkey at boosthardware.com writes: ffmpeg -f rawvideo -i /dev/graphics/fb0 This looks plain wrong. ffmpeg cannot warn about this, it cannot know that /dev/... is a device (and not a file). I was starting from this

[FFmpeg-user] libx264 vs android 4.4

2014-07-10 Thread Patrick Shirkey
Hi, I'm seeing the following output when trying to use ffmpeg/libx264 with ffserver on android 4.4. I'm not sure why the preset value is not being picked up and also how to get around the final message. I have tried adding flags for bitrate, size, rate. - I have tested that ffserver is working