Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Christoph Gerstbauer
Carl Eugen Hoyos ag.or.at> writes: Please test with the following inlined patch and -cpuflags 0: Please ignore, this test makes no sense. Sorry, Carl Eugen Ok. But if I should test it I need the ability to compile, right? I have no experiences with that :/ br Christoph

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Christoph Gerstbauer
Am 19.05.15 um 23:06 schrieb Carl Eugen Hoyos: Christoph Gerstbauer gmail.com> writes: C:\Windows\System32>ffmpeg -i C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff.avi -vf "scale=in_range=full:out_range=tv" -vcodec ffvhuff It seems to me that the scale filter is so smart that it does

Re: [FFmpeg-user] H264 IP-camera dump causes wrong duration/bitrate

2015-05-19 Thread Kal Sze
On Wed, 20 May 2015 at 08:56 しらせ けんじ wrote: > I tried to encode to mpeg / mp4 before, and the result was same. > So, I think the problem is input data or decoder , not encorder! > > Are there any idea to investigate this problem? > > Is it possible that your camera actually captures at a lower fr

Re: [FFmpeg-user] H264 IP-camera dump causes wrong duration/bitrate

2015-05-19 Thread しらせ けんじ
I tried to encode to mpeg / mp4 before, and the result was same. So, I think the problem is input data or decoder , not encorder! Are there any idea to investigate this problem? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mail

Re: [FFmpeg-user] Merge 2 Video + Audio files in a single file side by side.

2015-05-19 Thread Moritz Barsnick
On Tue, May 19, 2015 at 04:04:33 -0700, meghana.rav...@amultek.com wrote: > I am able to merge 2 video files in single file but it using audio of first > video file only, where as i need to merge audio of second file as well. [...] > i have tried various way with `amerge` but no success. As I am ne

Re: [FFmpeg-user] Conform framerate with ffmpeg

2015-05-19 Thread Carl Eugen Hoyos
Carles Vila gmail.com> writes: > > > Hi, here are some of my findings regarding frame > > > rate conforming. > > > > Did you test input option -r ? > > Did it work? > > No it didn't. I used -r 25 (before -i) in conjunction > with -c:v copy (which is what I'm after) and it kept > the framerate

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Carles Vila
On 19 May 2015 at 23:16, Carl Eugen Hoyos wrote: > Carl Eugen Hoyos ag.or.at> writes: > > > Please test with the following inlined patch > > and -cpuflags 0: > > Please ignore, this test makes no sense. > > Sorry, Carl Eugen > > ___ > ffmpeg-user maili

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-19 Thread Kevin Wells
From: kevwe...@hotmail.co.uk To: ffmpeg-user@ffmpeg.org Date: Mon, 18 May 2015 11:50:20 + Subject: Re: [FFmpeg-user] HD> SD Down-Convert Prores Color > To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date:

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Please test with the following inlined patch > and -cpuflags 0: Please ignore, this test makes no sense. Sorry, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ff

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Carl Eugen Hoyos
Christoph Gerstbauer gmail.com> writes: > C:\Windows\System32>ffmpeg -i > C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff.avi -vf > "scale=in_range=full:out_range=tv" -vcodec ffvhuff Please test with the following inlined patch and -cpuflags 0: diff --git a/libavfilter/vf_scale.c b/libav

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Carl Eugen Hoyos
Christoph Gerstbauer gmail.com> writes: > C:\Windows\System32>ffmpeg -i > C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff.avi -vf > "scale=in_range=full:out_range=tv" -vcodec ffvhuff It seems to me that the scale filter is so smart that it doesn't scale if the input and output resolution

Re: [FFmpeg-user] Conform framerate with ffmpeg

2015-05-19 Thread Carles Vila
On 19 May 2015 at 21:43, Carl Eugen Hoyos wrote: > Carles Vila gmail.com> writes: > > > Hi, here are some of my findings regarding frame > > rate conforming. > > Did you test input option -r ? > Did it work? > > Carl Eugen > > ___ > ffmpeg-user mailing

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Christoph Gerstbauer
Hello Carl, here is the syntax C:\Windows\System32>ffmpeg -i C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff.avi -vf "scale=in_range=full:out_range=tv" -vcodec ffvhuff C:\User s\Administrator\Desktop\big_buck_bunny_ffvhuff_CORRfulltotv.avi -loglevel debug x265 [warning]: Unable to open libx2

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-19 Thread Carl Eugen Hoyos
Kevin Wells hotmail.co.uk> writes: > Hi Carl, what should I change to make the output bt601? Please provide such a sample (including ffmpeg -i output for the sample). Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/m

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

2015-05-19 Thread Carl Eugen Hoyos
Neik rikai.com> writes: > But, I am operating in a command line environment. The only thing supported here... Please provide "ffmpeg -list_formats 1 -i" and "v4l2-ctl --list-formats" console output for your device. Note that if v4l2-ctl does not show h.264 for your device (ie if you are nei

Re: [FFmpeg-user] Conform framerate with ffmpeg

2015-05-19 Thread Carl Eugen Hoyos
Carles Vila gmail.com> writes: > Hi, here are some of my findings regarding frame > rate conforming. Did you test input option -r ? Did it work? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-user] deinterlacing SD content

2015-05-19 Thread Carl Eugen Hoyos
kruemel.org> writes: > When I play the original, the movie looks ok. For > the converted movie, I can see the typical > horizontal lines for moving objects. Is this only reproducible with -vcodec libxx265 or also with -vcodec mpeg4 -qscale 2 ? Please provide the input sample. Carl Eugen _

[FFmpeg-user] deinterlacing SD content

2015-05-19 Thread cvb
Hi, I have SD TV recordings (mpeg2, ts container) here which I would like to deinterlace and convert to h.265. I'm playing the recording with VLC. When I play the original, the movie looks ok. For the converted movie, I can see the typical horizontal lines for moving objects. Forcing VLC to

Re: [FFmpeg-user] Merge 2 Video + Audio files in a single file side by side.

2015-05-19 Thread Lou
On Tue, May 19, 2015, at 03:04 AM, meghana.rav...@amultek.com wrote: > Hi... > > I need some help :) > > I need to merge 2 video files along with their audio in single file side > by > side. > > I am able to merge 2 video files in single file but it using audio of > first > video file only, w

[FFmpeg-user] Merge 2 Video + Audio files in a single file side by side.

2015-05-19 Thread meghana.rav...@amultek.com
Hi... I need some help :) I need to merge 2 video files along with their audio in single file side by side. I am able to merge 2 video files in single file but it using audio of first video file only, where as i need to merge audio of second file as well. below is command i am using to do th

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

2015-05-19 Thread Neik
I am trying to capture the camera-encoded H.264 video stream from a Logitech C930e webcam. It seems that there is support for this in the UVC driver and I understand that guvcview supports this camera: http://sourceforge.net/p/linux-uvc/mailman/message/33405777/ But, I am operating in a comm

Re: [FFmpeg-user] Conform framerate with ffmpeg

2015-05-19 Thread Carles Vila
On 16 May 2015 at 10:24, Carl Eugen Hoyos wrote: > Reuben Martin gmail.com> writes: > > > On Friday, May 15, 2015 02:42:06 PM Carl Eugen Hoyos wrote: > > > Carles Vila gmail.com> writes: > > > > 2. Is there a way to conform a ProRes file > > > > directly with ffmpeg? All audio channels playback

Re: [FFmpeg-user] Remove 'Annotation' from Quicktime output

2015-05-19 Thread Kevin Wells
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Tue, 19 May 2015 07:51:55 + > Subject: Re: [FFmpeg-user] Remove 'Annotation' from Quicktime output > > Kevin Wells hotmail.co.uk> writes: > >> ffmpeg version 2.6.2-tessus > > Please test curr

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-19 Thread Kevin Wells
From: kevwe...@hotmail.co.uk To: ffmpeg-user@ffmpeg.org Date: Mon, 18 May 2015 11:50:20 + Subject: Re: [FFmpeg-user] HD> SD Down-Convert Prores Color > To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date:

[FFmpeg-user] keeping one frame for 3

2015-05-19 Thread lorenzo angeli
Hi , I'm trying to have one still frame and an image sequence clip joined with concat. It seems to be working fine, but I'm not sure how to make the still image lasting 3 frames. at the moment I'm using : ffmpeg -loop 1 -t 1 -i -i .%4d. --filter_complex "[in][out]" . out.mov What's the c

Re: [FFmpeg-user] Integration of ffmpeg with Haswell

2015-05-19 Thread Henk D. Schoneveld
On 18 May 2015, at 17:27, Shiwani Agrawal wrote: > Hello , > > Thanks for explanation , I would certainly test the speed enhancement for my > case before paying for the license . First read about quality of encoders, x264 used by ffmpeg, being the winner for years at http://www.compression.ru

Re: [FFmpeg-user] Query

2015-05-19 Thread Moritz Barsnick
On Tue, May 19, 2015 at 06:40:11 -0400, Marcus Johnson wrote: > As for the video, are you trying to reencode it (like change it to > h.264 to save space) or do you just want to copy it into another file > with the audio? The original poster already wrote: > want to merge to a single file (prores 4

Re: [FFmpeg-user] Query

2015-05-19 Thread Hardik Kanakia
Thank You Marcus, I shall run the same and let you know if I get stuck anywhere Thank you so much !! Regards, Hardik Kanakia +91 93204 89772 On Tue, May 19, 2015 at 4:17 PM, Marcus Johnson wrote: > You'll have to do this in two steps. here is the audio step. > > Replace the *.wav files here w

Re: [FFmpeg-user] Query

2015-05-19 Thread Marcus Johnson
You'll have to do this in two steps. here is the audio step. Replace the *.wav files here with the actual path and filenames. (also, if the wav files are 24 bit you'll have to add -acodec pcm_s24le in front of the file names) ffmpeg -i front_left.wav -i front_right.wav -i front_center.wav -i lfe.

Re: [FFmpeg-user] Query

2015-05-19 Thread Marcus Johnson
As for the video, are you trying to reencode it (like change it to h.264 to save space) or do you just want to copy it into another file with the audio? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Query

2015-05-19 Thread Hardik Kanakia
Thank You Marcus, All the 6 separate tracks will become 5.1 Regards, Hardik Kanakia +91 93204 89772 On Tue, May 19, 2015 at 3:59 PM, Marcus Johnson wrote: > should those six separate audio tracks become a 5.1 audio file, or should > they be pasted one after the other in a line? if the latte

Re: [FFmpeg-user] Query

2015-05-19 Thread Marcus Johnson
should those six separate audio tracks become a 5.1 audio file, or should they be pasted one after the other in a line? if the latter you're talking about concatanation; if the former, you'ree talking about merging the files. I'm not even going to get into the problems with your video question. __

Re: [FFmpeg-user] Query

2015-05-19 Thread Hardik Kanakia
Hello Moritz, Thank You your inputs, What I was referring to is; I have 6 separate audio tracks (wav format) and video file (uncompressed mov) (of the same length) and want to merge to a single file (prores 422 hq). Somehow I am not able to as I am very new to the world of ffmpeg. Thank You Reg

Re: [FFmpeg-user] How to silently ignore inexistent inputs

2015-05-19 Thread Yevgen Voronetskyy
I’ve tried to use this approach with ffprobe to check the aliveness of streams. Unfortunately, the streams unpublishing are quite often, so the time gap is rather big and often I still getting the same error… Anyway, thank you for your response :) -- Yev > On May 19, 2015, at 10:41, Anatol wro

Re: [FFmpeg-user] Remove 'Annotation' from Quicktime output

2015-05-19 Thread Carl Eugen Hoyos
Kevin Wells hotmail.co.uk> writes: > ffmpeg version 2.6.2-tessus Please test current FFmpeg git head before reporting issues here (this should be well explained on evermeet.cx - if not, please tell me!) and please avoid thread-hijacking! You can use -flags +bitexact to avoid writing the mux

Re: [FFmpeg-user] How to silently ignore inexistent inputs

2015-05-19 Thread Anatol
On startup, run a quick 'is alive' detection call ("ffmpeg -i rtmp:// server.com/stream X") through all the streams that u have, then build your cmd line only for those that that are alive. On Tue, May 19, 2015 at 9:40 AM, Yevgen Voronetskyy < yevge...@webgroup-limited.c