Re: [FFmpeg-user] Right audio channel shifted

2014-10-14 Thread Alex
Okay, I played a bit around with the atrim Filter, but the manual isn't very helpful here. I've tried the following: C:\ffmpeg -i test.mxf -vcodec copy -map 0:v -acodec pcm_s24le -map 0:1 -map 0:2 -filter_complex [a:1]atrim=start=0.035 test_new.mxf ffmpeg version N-66809-g20df026 Copyright (c)

Re: [FFmpeg-user] Right audio channel shifted

2014-10-14 Thread Moritz Barsnick
Hi Alex, I guess there is somehing wrong with the channel mapping, but without the fliter_complex the mapping seems to be okay. I think the filter_complex messes up the mapping. Note this mapping from your output: Stream mapping: Stream #0:2 (pcm_s24le) - atrim atrim - Stream #0:0

[FFmpeg-user] Start time/duration question when transcoding to WMV/WMA

2014-10-14 Thread Robert Krüger
I observed that start times and durations changed when transcoding whatever input (tried a few) to wmv/wma in a wmv container. Here's a sample command line with output: ffmpeg -f lavfi -i testsrc=s=640x480:d=1 -f lavfi -i sine=frequency=1000:sample_rate=48000:duration=1 -c:v wmv2 -c:a wmav2

Re: [FFmpeg-user] Right audio channel shifted

2014-10-14 Thread Celal Yasar Sahinoz
Dear All, Just joined the mailing list. Looking for a video player in a browser, that will play: mp4 video codec, aac audio codec, and floor audio, en, fr, ger, tr translations. Each audio channel will be selected in the browser in most platforms. I have managed to: ffmpeg -i 00.mp4 -i 01.mp4 -i

Re: [FFmpeg-user] Right audio channel shifted

2014-10-14 Thread Alex
Moritz Barsnick wrote Hi Alex, I guess there is somehing wrong with the channel mapping, but without the fliter_complex the mapping seems to be okay. I think the filter_complex messes up the mapping. Note this mapping from your output: Stream mapping: Stream #0:2 (pcm_s24le) - atrim

[FFmpeg-user] Any ffmpeg plugin for image stabilization that handles walking tilt?

2014-10-14 Thread Fernando Cassia
Hi there. I have begun playing around with using a wearable camera that just clips into your shirt, like w mic clip. It records MJPEG at 720x480 which is enough for my uses, recording daily walks around the city. But there's one issue I had not taken into account: the body (actually torso) where

Re: [FFmpeg-user] Any ffmpeg plugin for image stabilization that handles walking tilt?

2014-10-14 Thread Moritz Barsnick
On Tue, Oct 14, 2014 at 12:07:16 -0300, Fernando Cassia wrote: Someone on the above post talks about the vidstabdetect and vidstabtransform filters, but without giving further detail on why those are better. I think I have read something, but can't recall where. That said, have you looked at

[FFmpeg-user] configuring the ffmpeg failed,need a hand.

2014-10-14 Thread 津瑞
Dear Sir or Madam: I'm a programmer from Shanghai of China and sorry to disturb you! I'm working with the monitor and using the ffmepg to make a player but it failed when I was configuring the ffmpeg with a note:ERROR: libx264 not found . I have done such work before

Re: [FFmpeg-user] [FFmpeg-devel] Any ffmpeg plugin for image stabilization that handles walking tilt?

2014-10-14 Thread compn
On Tue, 14 Oct 2014 12:07:16 -0300 Fernando Cassia fcas...@gmail.com wrote: In short: I´d like to know if there´s any FOSS filters -both for FFMPEG and third party ones for ie Virtualdub or Avidemux, that represents the state-of-the-art in image stabilization post-processing wrt to walking

[FFmpeg-user] FFmpeg hangs very often

2014-10-14 Thread LD2K.com Litecoin Mining Pool
FFmpeg hangs very often, even if i trying output to a local file output.flv ffmpeg/ffmpeg -i http://21.12.32.23:8042/9275617894-ru-perviy-hd -preset fast -acodec aac -strict experimental -ar 44100 -ac 2 -b:a 96k -vcodec libx264 -b:v 1900k -maxrate 2000k -bufsize 4000k -g 60 -f flv

Re: [FFmpeg-user] configuring the ffmpeg failed,need a hand.

2014-10-14 Thread Moritz Barsnick
On Tue, Oct 14, 2014 at 11:14:12 +0800, 津瑞 wrote: I have done such work before the upper working including downloading the sdl1.2,x264,libvpx and configuring them without error. Please show us your ./configure command line and attach the resulting config.log file. You may also want to show