Re: [FFmpeg-user] Does mpeg-ts support VFR?

2015-06-12 Thread Moritz Barsnick
On Fri, Jun 12, 2015 at 16:59:50 +0800, Nemo wrote: Does mpeg-ts support VFR? It sure does. VFR means Viriable Frame Rate. No, it means variable frame rate. ;-) Mediainfo cannot show frame rate mode for most .ts files. This mailing list does not worry about mediainfo. What's your issue?

[FFmpeg-user] Ffmpeg performance issue when transcoding to webm

2015-06-12 Thread Alessio Dore
I have recently updated ffmpeg from version 2.0.2 to the most recent release 2.7. I installed it using the same building configuration as the old version and the same codecs version (libvpx and h264). When I tried to transcode an mp4 video to webm, I found out that the speed of the new version is

Re: [FFmpeg-user] ffmpeg latency and lag combining audio and video on Raspberry Pi

2015-06-12 Thread Lou
On Fri, Jun 12, 2015, at 04:32 AM, Neik wrote: I am trying to stream combined audio and video from a Raspberry Pi. To capture video alone I use: raspivid -o - -t 0 -n -w 1280 -h 720 -fps 25 | ffmpeg -thread_queue_size 1024 -y -f h264 -framerate 25 -i - -vcodec copy -f mpegts

[FFmpeg-user] Joining two videos

2015-06-12 Thread Shiwani Agrawal
Hi all , I have two files one is having both audio video stream(180 secs) and other is having only video(30 secs) . The output required is such that the for initial part there is only the first video on whole screen then after 20 secs the second video should come and the first video overlays

Re: [FFmpeg-user] ffmpeg extremely high consumption

2015-06-12 Thread Moritz Barsnick
On Fri, Jun 12, 2015 at 11:56:04 -0400, En Figureo Canal wrote: This is the command I'm using to send the stream to nginx: ffmpeg -re -i video.mp4 -vcodec libx264 -crf 23 -preset medium -pix_fmt yuv420p -f flv rtmp://ip/live/test (BTW, -crf 23 -preset is default for libx264. Not that it

Re: [FFmpeg-user] ffmpeg extremely high consumption

2015-06-12 Thread En Figureo Canal
I've noticed that the cpu goes wild when I use libx264, it doesn't matter if I reduce the quality ( -crf 30 ). If I don't use it, then the cpu stress stays at around 90-98%. Now, the video quality can't be compared. the libx264 compression is great but the stream freezes while playing but, the

[FFmpeg-user] ffmpeg latency and lag combining audio and video on Raspberry Pi

2015-06-12 Thread Neik
I am trying to stream combined audio and video from a Raspberry Pi. To capture video alone I use: raspivid -o - -t 0 -n -w 1280 -h 720 -fps 25 | ffmpeg -thread_queue_size 1024 -y -f h264 -framerate 25 -i - -vcodec copy -f mpegts udp://44.0.0.95:1234 It takes 6 seconds for the streaming

[FFmpeg-user] Libvpx encoder version

2015-06-12 Thread Amos Treiber
Hi, I want to compile ffmpeg with just webm codecs (vp8 and opus) in MinGW. I compiled libopus and libvpx and both are recognized by pkg-config: $ cat /usr/local/lib/pkgconfig/vpx.pc # pkg-config file from libvpx v1.4.0 prefix=/usr/local exec_prefix=${prefix} libdir=${prefix}/lib

[FFmpeg-user] Video frame drop caused loss

2015-06-12 Thread pk8est
ffmpeg command line: ffmpeg -y -i 122400.mp4 -c:a ac3 -b:a 64k -ar 44100 -c:v libx264 -b:v 300k -s 1280:720 -pix_fmt yuv420p -g 60 -preset veryfast -threads 0 122400-001.mp4 c:\\Program Files (x86)\\ImageMagick-6.7.6-Q16\\ffmpeg.exe -y -i 122400.mp4 -c:a ac3 -b:a 64k -ar 44100 -c:v libx264 -b:v

Re: [FFmpeg-user] Capture H.264 stream from Logitech C930e (C930) webcam

2015-06-12 Thread Neik
v4l2-ctl doesn't show the h.264 stream (I don't have access to the system to paste the output). It seems that on the C930e the h.264 is mixed in to one of the other streams. I have posted on the ffmpeg-devel and uvc-devel lists but without any reply. I've moved on to try to use a Raspberry