Re: [FFmpeg-user] Doing nothing with ffmpeg and that as fast as possible...

2014-09-09 Thread Carl Eugen Hoyos
gmx.de> writes: > I will get an h264 compressed full hd (100p30) video > stream with audio from STDIN and want to copy it > untouched to hardisk with ffmpeg, but this as fast > as possible (or in other words with the lowest > possible CPU load) What's wrong with "cat - >file"? Or redirecting

Re: [FFmpeg-user] Doing nothing with ffmpeg and that as fast aspossible...

2014-09-09 Thread Bouke (VideoToolShed)
Original Message - From: To: "FFmpeg user questions" Sent: Tuesday, September 09, 2014 8:11 PM Subject: [FFmpeg-user] Doing nothing with ffmpeg and that as fast aspossible... Hi, I will get an h264 compressed full hd (100p30) video stream with audio from STDIN and want to copy

Re: [FFmpeg-user] Change frame rate without dropping/adding frames

2014-09-09 Thread Dave Rice
On Sep 8, 2014, at 6:20 AM, tim nicholson wrote: > On 08/09/14 09:19, Carl Eugen Hoyos wrote: >> tim nicholson ffmpeg.org> writes: >> > I want to take a video at 60fps and convert it > to 24fps, without adding or dropping frames. Use the input option -r. >>> >>> which is

[FFmpeg-user] Doing nothing with ffmpeg and that as fast as possible...

2014-09-09 Thread meino . cramer
Hi, I will get an h264 compressed full hd (100p30) video stream with audio from STDIN and want to copy it untouched to hardisk with ffmpeg, but this as fast as possible (or in other words with the lowest possible CPU load)... How can I do that ? Best regards, mcc ___

Re: [FFmpeg-user] No sound after converting a flv to an mp4

2014-09-09 Thread gfmonk
It looks like I have a problem with the flv's and not ffmpeg. Thanks -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/No-sound-after-converting-a-flv-to-an-mp4-tp4667249p4667261.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___

Re: [FFmpeg-user] No sound after converting a flv to an mp4

2014-09-09 Thread Carl Eugen Hoyos
gfmonk gurudental.com> writes: > Here is a sample input flv. > > Thanks. in.flv > 404. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-user] Split a video with -map 0 -c:v copy -c:a copy have audio BUT NOT video output.

2014-09-09 Thread Carl Eugen Hoyos
alberto fiaschi gmail.com> writes: > ffmpeg version 2.1.5 Copyright (c) 2000-2014 the FFmpeg developers Please test current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] How to delete digital silence?

2014-09-09 Thread Carl Eugen Hoyos
Барт Гопник gmail.com> writes: > Now I'm using proprietary software to delete > digital silence from the beginning and from the > end of *.wav file. > > Can I solve this problem using FFMPEG (only)? Did you already test the silencedetect and silenceremove filter? https://ffmpeg.org/ffmpeg-fi

[FFmpeg-user] Split a video with -map 0 -c:v copy -c:a copy have audio BUT NOT video output.

2014-09-09 Thread alberto fiaschi
this command give me only audio have you any solution ? ffmpeg -loglevel debug -i ./track_a.ts -ss '00:03:50' -to '00:31:42' -map 0 -c:v copy -c:a copyGioNew.mp4 This is the output : ffmpeg -loglevel debug -i ./track_a.ts -ss '00:03:50' -to '00:31:42' -map 0 -c:v copy -c:a copyGioNe

[FFmpeg-user] How to delete digital silence?

2014-09-09 Thread Барт Гопник
Now I'm using proprietary software to delete digital silence from the beginning and from the end of *.wav file. Can I solve this problem using FFMPEG (only)? Thanks in advance for your help! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffm

Re: [FFmpeg-user] No sound after converting a flv to an mp4

2014-09-09 Thread gfmonk
Here is a sample input flv. Thanks. in.flv -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/No-sound-after-converting-a-flv-to-an-mp4-tp4667249p4667255.html Sent from the FFmpeg-users mailing list archiv

Re: [FFmpeg-user] Transport Stream with h264 (Constrained baseline)/aac encoding for HLS streaming

2014-09-09 Thread Jay
Hi Carl, Wow! This has fixed my problem. Many thanks to you !! I also noticed that when the .ts files are generated it also generates a warning message: [mpegts @ 0b62f2e0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. a.