Re: [FFmpeg-user] mp4 concatenation (muxer) problems -- invalid output?

2017-02-19 Thread Erik Dobberkau
Hi John, just to make sure I get this right, are you trying to build an advanced version of Vantage Camera Ingest? Have fun then... ;-) Let's go trough this step by step to find out if your approach makes sense: Obviously you're trying to concat recordings from a DSLR. -> Why are there gaps in b

[FFmpeg-user] mp4 concatenation (muxer) problems -- invalid output?

2017-02-19 Thread John A Hawkinson
Hi: I filed a bug yesterday and Cigaes suggested my problem wasn't really a bug and I should seek out help here, so I'm doing so. (Would it be better for me to try to do this in html email with some markup instead of plain text? Sorry there's so much ffmpeg/ffprobe output involved.) See https:

Re: [FFmpeg-user] ffmpeg concat issue

2017-02-19 Thread Cley Faye
2017-02-17 23:49 GMT+01:00 Mark Hatch : > > Any thoughts? ​Hi,​ ​You should​ probably send to the list the command *with* the complete console output when it fails, in addition to what you expect to happen. ___ ffmpeg-user mailing list ffmpeg-user@ffm

Re: [FFmpeg-user] Bug in FFMPEG Alsa?

2017-02-19 Thread christina zou
Hi Nicolas, > I suspect the difference might be related to the period time. FFmpeg uses the lowest possible period time to allow low-latency uses, but it makes for heavier CPU consumption. I actually ran a test where I ran Arecord using FFMPEG's period_size and buffer_size settings. Even when tho

Re: [FFmpeg-user] Bug in FFMPEG Alsa?

2017-02-19 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXV, christina zou a écrit : > Here is the result of your two commands: > 1. time ffmpeg -i temp_arecord.wav temp_ffmpeg.wav > real 0m3.154s > user 0m1.230s > 2. time ffmpeg -i temp_arecord.wav -c copy temp_ffmpeg2.wav > real 0m0.986s > user 0m0.510s (for a 27-seconds

Re: [FFmpeg-user] Bug in FFMPEG Alsa?

2017-02-19 Thread christina zou
Nicolas, You're right and I understand your point. Apologies that I have top-posted several times. I'll make sure to avoid it from now on. This community is my last hope, as I've been stuck on this issue for over a month. If I've been hasty about formatting in my frustration, it's my fault. I app

Re: [FFmpeg-user] Bug in FFMPEG Alsa?

2017-02-19 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXV, Phil Rhodes a écrit : > Don't worry about it - it isn't very important, and Carl has no formal > authority to tell you what to do. Replying to the troll, for once. Carl Eugen has no formal authority on anybody on the list. But he, like anybody else, has the author

Re: [FFmpeg-user] Bug in FFMPEG Alsa?

2017-02-19 Thread christina zou
Hi, You're right. The 3Mbps speed is as expected. However, this still doesn't explain why my FFmpeg command requires 95% of my device's CPU to record raw audio audio, when the equivalent Arecord command takes 5% of my CPU. Again, here are my two commands: arecord -v -r48000 -c2 -fS32_LE --perio