Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Matej
On Tue, Jul 22, 2014 at 5:02 PM, Carl Eugen Hoyos wrote: > Matej tam.si> writes: > > > > Now please remux your transport stream with FFmpeg and > > > test to confirm my suspicion that this is starttime- > > > related. > > > Could you please tell which streams should I remux > > You tested your o

Re: [FFmpeg-user] Input link in1:v0 parameters (size 1280x720, SAR 1:1) do not match the corresponding output link in0:v0 parameters (640x360, SAR 1:1)

2014-07-22 Thread Carl Eugen Hoyos
Bikash Kumar Sinha gmail.com> writes: > I am trying to merge 2 videos and get the following > error even after setting the filters. > Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), > yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9] > Stream #1:0(eng): Video: h264 (Baseline) (avc1 /

[FFmpeg-user] Input link in1:v0 parameters (size 1280x720, SAR 1:1) do not match the corresponding output link in0:v0 parameters (640x360, SAR 1:1)

2014-07-22 Thread Bikash Kumar Sinha
I am trying to merge 2 videos and get the following error even after setting the filters. Help Please. c:\Bikash\temp\VideoMerge\upload\ffmpeg\bin>ffmpeg -i q1.mp4 -i a1.mp4 -filter_complex "[1:0] setsar=1/1[sarfix];[sarfix] [0:1] [0:0] [1:1] concat=n=2:v=1:a=1 [v] [a] " -map "[v]" -map "[a]" -vc

Re: [FFmpeg-user] Concatenated H.264 or H.265 might not play correctly.drop=#

2014-07-22 Thread Carl Eugen Hoyos
Luke Davis newanswertech.com> writes: > >> 1. What damage is actually happening to my outgoing > >> stream here, and is this a problem that can eventually > >> disrupt the stream? I assume it is frames being > >> dropped? > > > > Only you can answer this question. > > No, I can't, else I would

Re: [FFmpeg-user] Concatenated H.264 or H.265 might not play correctly.drop=#

2014-07-22 Thread Reindl Harald
Am 22.07.2014 05:26, schrieb Luke Davis: > Is there any way to solve this, other than not using H264? > I can use MPEG video H264 *is* MPEG video http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC signature.asc Description: OpenPGP digital signature _

Re: [FFmpeg-user] Concatenated H.264 or H.265 might not play correctly.drop=#

2014-07-22 Thread Luke Davis
On Tue, 22 Jul 2014, Carl Eugen Hoyos wrote: Luke Davis newanswertech.com> writes: [sdp0x1fcc0a0] Concatenated H.264 or H.265 might not play correctly.drop=5 The drop number increases over time. The source is sending 15 FPS, with a keyframe every 5. So my questions are: 1. What damage

Re: [FFmpeg-user] [mp4 @ 00000000002ff260] Malformed AAC bitstream detected:

2014-07-22 Thread Bikash Kumar Sinha
Simon, Sorry about the top posting, as I said I am new and did not realize I was doing that. My issues is not yet resolved and was wondering if there is a way I can share with you a copule of videos ( q1.mp4 and a1.mp4) that I was trying to merge along with my script. Can I attach those videos he

Re: [FFmpeg-user] -preset help: error in wiki?

2014-07-22 Thread Lou
On Wed, 16 Jul 2014 01:44:42 -0400 (EDT) Luke Davis wrote: > On the page: > > https://trac.ffmpeg.org/wiki/Encode/H.264 > > It states: > > You can see a list of current presets with -preset help, and what settings > they > apply with x264 --fullhelp. Try: ffmpeg -f lavfi -i nullsrc -c:v lib

Re: [FFmpeg-user] Enabling libx265

2014-07-22 Thread Kimio Miyamura
2014/07/23 3:22、Kimio Miyamura apost.plala.or.jp> wrote: > > 2014/07/21 22:32、David Favor davidfavor.com> wrote: > >> Kimio Miyamura wrote: >>> 2014/07/20 1:26、David Favor davidfavor.com> wrote: Or if you'd like to build shared, here's the correct incantation... cmake -DCMAKE

Re: [FFmpeg-user] Enabling libx265

2014-07-22 Thread Kimio Miyamura
2014/07/21 22:32、David Favor davidfavor.com> wrote: > Kimio Miyamura wrote: >> 2014/07/20 1:26、David Favor davidfavor.com> wrote: >>> Or if you'd like to build shared, here's the correct incantation... >>> >>> cmake -DCMAKE_INSTALL_PREFIX:PATH=$prefix ../../source >>> >>> You know everything

Re: [FFmpeg-user] Strange latency with some codecs

2014-07-22 Thread Carl Eugen Hoyos
Simon Pickles thefoundry.co.uk> writes: > I've just upgraded from FFmpeg 1.0 to 2.1.4 Given that 2.1 is very close to eol and 2.3 is binary compatible, this is really not a good idea. Additionally, if you found a bug (I don't know the issue you describe), you will have to test if is reprodu

[FFmpeg-user] Strange latency with some codecs

2014-07-22 Thread Simon Pickles
Hi I've just upgraded from FFmpeg 1.0 to 2.1.4 and although it was pretty painless, I am having a weird problem with a few codecs. So far I've found this problem occurs with PNG, jpeg2000 and DNxHD. Basically, in the old version a mov format with a png codec used to work fine, with every call to

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Carl Eugen Hoyos
Matej tam.si> writes: > > Now please remux your transport stream with FFmpeg and > > test to confirm my suspicion that this is starttime- > > related. > Could you please tell which streams should I remux You tested your original problem (error messages when transcoding a transport stream with

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Matej
On Tue, Jul 22, 2014 at 12:56 PM, Carl Eugen Hoyos wrote: > Matej tam.si> writes: > > > I have tried to use local TS file and -f lavfi -i sine > > as inputs and the muxing errors about delays start to > > show up immediately, so it's the same situation as > > with the video input and -f lavfi -i

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Carl Eugen Hoyos
Matej tam.si> writes: > I have tried to use local TS file and -f lavfi -i sine > as inputs and the muxing errors about delays start to > show up immediately, so it's the same situation as > with the video input and -f lavfi -i sine sound. Now please remux your transport stream with FFmpeg and

Re: [FFmpeg-user] Concatenated H.264 or H.265 might not play correctly.drop=#

2014-07-22 Thread Carl Eugen Hoyos
Luke Davis newanswertech.com> writes: > [sdp0x1fcc0a0] Concatenated H.264 or H.265 > might not play correctly.drop=5 > > The drop number increases over time. > > The source is sending 15 FPS, with a keyframe every 5. > > So my questions are: > > 1. What damage is actually happening to m

Re: [FFmpeg-user] Colons in file name => "Protocol not found"

2014-07-22 Thread Carl Eugen Hoyos
Anssi Saari iki.fi> writes: > $ ffmpeg -i Teinipomo-2014-07-11T19:30:05.flv Use the following workaround if your filename contains colons (or if you are sure that you provide a file but cannot rule out that the filename contains colons): $ ffmpeg -i file:Teinipomo-2014-07-11T19:30:05.flv > f

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Matej
On Tue, Jul 22, 2014 at 10:44 AM, Luke Davis wrote: > On Tue, 22 Jul 2014, Luke Davis wrote: > > On Tue, 22 Jul 2014, Matej wrote: >> >> I have tried to use local TS file and -f lavfi -i sine as inputs and the >>> muxing errors about delays start to show up immediately, so it's the same >>> sit

Re: [FFmpeg-user] Need help with video filter to create multiple ouput

2014-07-22 Thread kslimani
> Hello, > > i am trying to transcode a live UDP stream into 4 rtmp output stream using > a single ffmpeg process but my command line display this error : "At least > one output file must be specified". > > The command i am using is : > > ffmpeg -i udp://224.0.0.1:1234 \ > -vf > "crop=iw-5:ih-5:5:5

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Luke Davis
On Tue, 22 Jul 2014, Luke Davis wrote: On Tue, 22 Jul 2014, Matej wrote: I have tried to use local TS file and -f lavfi -i sine as inputs and the muxing errors about delays start to show up immediately, so it's the same situation as with the video input and -f lavfi -i sine sound. Any ideas o

[FFmpeg-user] Failed to set VP8E_SET_ARNR_TYPE codec control: Invalid parameter

2014-07-22 Thread Luke Davis
Hi I am trying to use ffserver to transcode some MPEGTS files (an HLS) to webm. Configs below. I am using ffmpeg launched from within ffserver. The error I am seeing with ffserver -d, is: [libvpx @ 0x2b22740] Failed to set VP8E_SET_ARNR_TYPE codec control: Invalid parameter [libvpx @ 0x2b2

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Luke Davis
On Tue, 22 Jul 2014, Matej wrote: I have tried to use local TS file and -f lavfi -i sine as inputs and the muxing errors about delays start to show up immediately, so it's the same situation as with the video input and -f lavfi -i sine sound. Any ideas on what is causing the problem and how to

Re: [FFmpeg-user] Colons in file name => "Protocol not found"

2014-07-22 Thread Luke Davis
On Tue, 22 Jul 2014, Anssi Saari wrote: I tried to convert an flv file that my TV doesn't like to mp4 with ffmpeg but all I got was "protocol not found"... As it turns out, the file was named Teinipomo-2014-07-11T19:30:05.flv and apparently that somehow confuses ffmpeg to think there's some kin

Re: [FFmpeg-user] MPEG TS output - muxing queue - max_interleave_delta

2014-07-22 Thread Matej
On Mon, Jul 21, 2014 at 3:00 PM, Carl Eugen Hoyos wrote: > Matej tam.si> writes: > > > On Mon, Jul 21, 2014 at 2:13 PM, Carl Eugen Hoyos wrote: > > > > > Matej tam.si> writes: > > > > > > > Things work perfectly for about an hour (sound is > > > > smooth and the video too fpr the entire period)

Re: [FFmpeg-user] ffmpeg for a joomla video website

2014-07-22 Thread Nicolas George
Le tridi 3 thermidor, an CCXXII, Reindl Harald a écrit : > > Le tridi 3 thermidor, an CCXXII, Tom Evans a écrit : > >> Shell'ing to run ffprobe gets you the same data; using software with > >> known exploits is much more insecure than making sure you correctly > >> escape filenames. > > And it is e

[FFmpeg-user] Colons in file name => "Protocol not found"

2014-07-22 Thread Anssi Saari
I tried to convert an flv file that my TV doesn't like to mp4 with ffmpeg but all I got was "protocol not found"... As it turns out, the file was named Teinipomo-2014-07-11T19:30:05.flv and apparently that somehow confuses ffmpeg to think there's some kind of a protocol involved instead of a