Re: [FFmpeg-user] Regarding yuyv422I

2014-09-06 Thread Carl Eugen Hoyos
senthilnathan senthil.nathan at industeqsite.com writes: The problem is,ffmpeg tool is working in rgb24 output stream format,but YUYV422 its not working. The ffmpeg version is 1.1.4. Please test current FFmpeg git head and please provide the command line that does not work as you want

Re: [FFmpeg-user] ffmpeg configuration issue on Mac OSX

2014-09-06 Thread Carl Eugen Hoyos
Shiva Krishna Kanike shivakrishna at aetherpal.com writes: When I run below command on my Mac's Terminal, it always throws error. Which error? (Yes, I was too lazy to download the attachment.) Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] A/V synchronization problems

2014-09-06 Thread Carl Eugen Hoyos
Andy Young Andy.Young at bbcspp.com writes: I had a look and I think it's just that AVI is not able to store the sync information. It's a really outdated container format, and when I used to use it I seem to recall all sorts of problems with AV sync. Did you try the command line I posted?

Re: [FFmpeg-user] Regarding yuyv422I

2014-09-06 Thread senthilnathan
Hi, Thanks for your mail. Please find below the command we used, ./ffmpeg -s 720x576 -f v4l2 -pix_fmt yuyv422 -i /dev/video0 -target pal-vcd -vcodec mpeg4 -f mpegts -q 5 -r 16 -s 360x288 udp:10.5.20.13:1234 Thanks and Regards, D.Senthil Nathan Asst.Manager - SDG Indus Teqsite Pvt. Ltd.

Re: [FFmpeg-user] V4L2 recording results in invalid data buffer still owned errors.

2014-09-06 Thread Louis Rossmann
On Sat, Sep 6, 2014 at 7:22 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Louis Rossmann l.a.rossmann at gmail.com writes: * built on Sep 4 2014 22:48:40 with gcc 4.8.3 (Gentoo I know this doesn't help you with your problem but this configure line looks (or if you like feels) *completely*

Re: [FFmpeg-user] ffmpeg configuration issue on Mac OSX

2014-09-06 Thread Kimio Miyamura
2014/09/05 11:54PM Shiva Krishna Kanike shivakrishna at aetherpal.com Wrote: When I run below command on my Mac's Terminal, it always throws error. I tired lot of ways to fix it, but I failed each time. ./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libass

[FFmpeg-user] KLV metadata

2014-09-06 Thread Ran Shalit
Hi, I am new with using ffmpeg, and I check if it can be used for the following: Does anyone know if ffmpeg supports KLV (SMPTE 336M) metadata set ? How can I try and see how to use it with some sample of video stream with metadata ? Thanks! Ran ___

[FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

2014-09-06 Thread Jay Muthialu
Hello, I could record video using Macbook Air in built camera FaceTime HD Camera but it does not record audio stream. I am working in OSX 10.8 version (Mountain Lion). Command I used to list the available devices $ ffmpeg -f avfoundation -list_devices true -i As you can see from the output

[FFmpeg-user] problem configuring ffmpeg

2014-09-06 Thread tat su
Hello I just got from : http://ubuntuguide.org/wiki/Screencasts#Install_the_newest_version_of_FFMPEG_with_x11grab where I was following the install instructions. On slight variation : during the x264 configure I had to add --disable-asm wich allowed it to run successfully and the checkinstall

Re: [FFmpeg-user] problem configuring ffmpeg

2014-09-06 Thread James Darnley
On 2014-09-06 17:39, tat su wrote: On slight variation : during the x264 configure I had to add --disable-asm wich allowed it to run successfully No, no, no! You are supposed to install yasm rather than crippling x264 and ffmpeg. t@tsu:~/x264$ ./configure --enable-static Found no assembler

Re: [FFmpeg-user] problem configuring ffmpeg

2014-09-06 Thread PUTTA SUKESH
use this compilation steps STEP 1: --- /* Installing Dependencies */ sudo apt-get update sudo apt-get -y install autoconf automake build-essentiallibfreetype6bdev STEP 2: --- /* Installing Yasm for FFmpeg */ cd ~/ffmpeg_sources wget