[FFmpeg-user] Interpretation of ffmpeg errors and repairing them

2015-11-18 Thread Ben Stover
I investigated the integrity of some *.avi video files with a ffmpeg command like ffmpeg -loglevel warning -i -f null - Most of them are correct but some of them show various errors: 1.) [ac3 @ 02a80800] frame sync error Error while decoding stream #0:1: Invalid data found when p

Re: [FFmpeg-user] Piping uncompressed from ffmpeg to ffplay

2015-11-18 Thread John Pilgrim
When I try $ ffmpeg -ss 0 -lowres 1 -i video.mxf -i audio.mxf -c copy -f nut - | ffplay - or $ ffmpeg -ss 0 -lowres 1 -i video.mxf -i audio.mxf -c copy -f matroska - | ffplay - The video is full res, so the -lowres 1 seems to be ignored when -c copy is present. The audio plays fine but the vid

Re: [FFmpeg-user] Piping uncompressed from ffmpeg to ffplay

2015-11-18 Thread John Pilgrim
$ ffmpeg -ss 0 -lowres 1 -i video.mxf -i audio.mxf -f matroska -c:a copy -c:v rawvideo - | ffplay - pulled the following error [matroska @ 0x7fb16b000e00] Codec for stream 1 does not use global headers but container format requires global headers [matroska @ 0x7fb16b000e00] Raw RGB is not suppo

Re: [FFmpeg-user] Piping uncompressed from ffmpeg to ffplay

2015-11-18 Thread John Pilgrim
When I try $ ffmpeg -ss 0 -lowres 1 -i video.mxf -i audio.mxf -c copy -f nut - | ffplay - or $ ffmpeg -ss 0 -lowres 1 -i video.mxf -i audio.mxf -c copy -f matroska - | ffplay - The video is full res, so the -lowres 1 seems to be ignored when -c copy is present. The audio plays fine but the vid

Re: [FFmpeg-user] FFMPEG to Tangberg video conferencing

2015-11-18 Thread Davood Falahati
Moritz, Thank you for your reply. As I can see in device's web-page panel, here are the specifications about the device is attached to this mail. Device is called TANDBERG, sorry for the typo. It is a video conferencing device with complete sets of I/O peripherals. I need to connect to it with ffm

Re: [FFmpeg-user] FFMPEG to Tangberg video conferencing

2015-11-18 Thread Jimmy Asher
adding info to the thread a decent history on the H.323 video conferencing protocol suite https://en.wikipedia.org/wiki/H.323 an open source H.323 video codec library http://www.h323plus.org/ google for "H.323 open source clients" you may find helpfiul info on how to join a h.323 conference c

Re: [FFmpeg-user] FFMPEG to Tangberg video conferencing

2015-11-18 Thread Moritz Barsnick
On Wed, Nov 18, 2015 at 18:02:59 +0330, Davood Falahati wrote: > Thank you for your reply. As I can see in device's web-page panel, here are > the specifications about the device is attached to this mail. Device is Wow, a screenshot of the system settings. I actually wanted to know how you access

Re: [FFmpeg-user] Piping uncompressed from ffmpeg to ffplay

2015-11-18 Thread Moritz Barsnick
On Wed, Nov 18, 2015 at 07:39:18 -0800, John Pilgrim wrote: > The video is full res, so the -lowres 1 seems to be ignored when -c copy is > present. > The audio plays fine but the video freezes after a few frames. Ah, I didn't realize that was a decoder option. So using "-c[:v] copy" would indeed

Re: [FFmpeg-user] Link to sources on evermeet.cx/ffmpeg/

2015-11-18 Thread tim nicholson
On 17/11/15 18:12, Leonard Bogard wrote: > Looks like you're not blind as I also can't find a download link to the > source he's using to compile the binaries on his site. > > On Tue, Nov 17, 2015 at 9:55 AM, John Pilgrim wrote: > >> Thanks, but I'm looking for the source code not the binaries.