[Mjpeg-users] compile error with MSYS/mingw

2004-02-02 Thread scott
I am trying to compile version 0.4.0 using MSYS 1.0.8 and MINGW 2.0.0-3. I run configure and that completes ok (warns about direct draw, but I don't think I want to use that anyway). The output is at the end of this message. Then I try to run make and I get at the end: Making all in convert I:\m

[Mjpeg-users] Field order keeps changing

2004-10-24 Thread scott
drop the vertical resolution? I intend to make a DVD for playback on a non-progressive system. Thanks for any advice -- Scott --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Te

Re: [Mjpeg-users] Field order keeps changing

2004-10-27 Thread scott
On Tue, 2004-10-26 at 07:57, Bernhard Praschinger wrote: > Hallo > > > I am trying to capture a VHS PAL film using a DC10+ card (Pinnacle). > > The capture works fine, but I have to move the bottom field forward in > > order to get the correct pair of fields in the same frame. This works > > fine

Re: [Mjpeg-users] Field order keeps changing

2004-10-29 Thread scott
On Thu, 2004-10-28 at 12:29, Richard Ellis wrote: > On Wed, Oct 27, 2004 at 10:06:42PM +0100, scott wrote: > > I don't understand when you say "You won't see comb effects on your > > TV-set" > > It (the comb effect) will look different on a TV set than on

Re: [Mjpeg-users] Field order keeps changing

2004-10-29 Thread scott
about > > having video signals that are quite close to "proper" spec and most > > VCR's tend to be designed to play fast and loose with the sync > > because most TV's are far more tolerant of out of bounds video sync. > > Another possibility is that scott is e

[Mjpeg-users] YUV 4:2:0 interlaced

2004-11-06 Thread scott
Hi, I doing this little mod to y4mshift to try and correct some vertical shaking in recording from a VCR and I have got to the point where I now how much I want to move each frame by and if I need to swap the fields (its interlaced). I think I understand that 4:2:0 has (for each square of 4 pix

Re: [Mjpeg-users] YUV 4:2:0 interlaced

2004-11-06 Thread scott
On Sat, 2004-11-06 at 16:47, Steven M. Schultz wrote: > On 6 Nov 2004, scott wrote: > > > I doing this little mod to y4mshift to try and correct some vertical > > shaking in recording from a VCR and I have got to the point where I now > > You may want to look at &#x

Re: [Mjpeg-users] YUV 4:2:0 interlaced

2004-11-07 Thread scott
On Sun, 2004-11-07 at 04:39, Steven M. Schultz wrote: > > > The other thing which may make life simpler is to deinterlace the > > > material with 'yuvdeinterlace'. Deinterlaced supersampled (to 4:4:4) > > > > > Yes, it would be easier except that every 5 frames or so the field order > > is i

[Mjpeg-users] Newbie comb effect problem with NTSC

2003-03-07 Thread scott
reen shots are on my site: www.boldtower.com/mach3.html -- scott <[EMAIL PROTECTED]> Boldtower --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you fee

Re: [Mjpeg-users] Newbie comb effect problem with NTSC

2003-03-09 Thread scott
you how each frame lookes like. > > Maybe you have a 3:1001 FPS (about 29,97FPS) video, and a 3:2 > pulldown will produce something unnice. > > Try chnageing you comannd to something like that: > lav2yuv *.avi | yuvdenoise -F | mpeg2enc -f 8 -P -I 0 -o video.m2v > > &g

[Mjpeg-users] Help with revert 2-3 pulldown, please

2003-03-14 Thread scott
gone, but the 5th frame is an almost exact copy of the 4th frame, so the motion seems to stutter. Is there anything that can be done about this? -- scott <[EMAIL PROTECTED]> Boldtower --- This SF.net email is sponsored by:Crypto Challe

Re: [Mjpeg-users] mjpeg_play: error compiling from cvs

2003-06-06 Thread scott
I also get the error about missing config.h.in so I generated one with autoheader - is this the right thing to do? That done, when make is run I get: Making all in lavtools make[2]: Entering directory `/home/scott/mjpeg/mjpeg_play/lavtools' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/

[Mjpeg-users] Moving binaries to another system (Duron->Duron) locksup.

2003-06-08 Thread scott
he mpeg2enc from CVS compiled with jpeg-mmx and libmovtar but no quicktime. -- Scott On Sun, 2003-06-01 at 06:47, Bernhard Praschinger wrote: > Hallo > > > Question is, has anyone tried to "rsh" some jobs out to other > > computers (e.g. on a 100Mb ether

[Mjpeg-users] Error recording -Error syncing on a buffer

2003-06-08 Thread scott
queue_state=12/12/16/60 Jun 9 01:11:29 bollox kernel: DC10plus[0]: zoran_close done -- Scott --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging fea

[Mjpeg-users] How to determine mjpegtools version?

2005-06-20 Thread Scott Dylewski
l submit a feature request for the various elements of mjpegtools (ppmtoy4m is what I need) to output their current version with the help page (-h) and maybe add an option (--version) thanks, Scott --- SF.Net email is sponsored by: Discover E

Re: [Mjpeg-users] svcd bitrate calculations

2003-01-26 Thread Scott Moser
to work, then the only real waste to the end user is in the effective FPS. I had some shell script code that would calculate all the needed bitrates and kick out an edit list file that was of the desired length, but never got to tying it all together or testing it. If your'e interested in w

Re: [Mjpeg-users] archives search

2003-03-14 Thread Scott Moser
Also, append a "site:sourceforge.net" in your search, which will restrict hits to the site specified. non-searchable archives is definitely a pain. Its even hard to believe that they can't be searched. I've complained about this before (and even suggested the above), search the archives to see o

Re: [Mjpeg-users] archives search

2003-03-14 Thread Scott Moser
Well, most of the time I don't like being wrong. but this time I do. Thank you Markus for pointing this out. Scott On Fri, 14 Mar 2003, Markus Plail wrote: > On Thu, 13 Mar 2003, Frank Bax wrote: > > > The sourceforge archives appear not to be searchable - are t

Re: [Mjpeg-users] Help with revert 2-3 pulldown, please

2003-03-15 Thread Scott Waye
Ok, I should have read the page closer. Thing is though I want to leave it at 30 fps as it needs to sync with some other source. When played on the disc it is 30fps, so why can't I get 30 fps with the mpeg? On Fri, 2003-03-14 at 23:54, Matto Marjanovic wrote: > >I have an NTSC 30fps interlaced

Re: [Mjpeg-users] Help with revert 2-3 pulldown, please

2003-03-15 Thread Scott Waye
Thanks very much for the reply. You explain the problem very well and I know understand why what I want is very difficult to get. I tried yuvdenoise -I, to just do the deinterlace as it says in my man page, but that option no longer seems to be available, as yuvdenoise prints the usage instructio

[Mjpeg-users] yuvdenoise interlaced source?

2003-05-29 Thread Scott Waye
Can yuvdenoise cope with an interlaced source (VHS tape) and keep it interlaced. Only it says: "and then into the filter. (Well, the other way would work, too, except that the filter doesn't do interlaced MC yet and doesn't do a good job on interlaced frames that way... I'll fix that!)" --

[Mjpeg-users] 18 hours to encode 2 hours

2003-06-01 Thread Scott Waye
ethernet) to try to shorten the time, or would that just mean the network becomes the bottleneck? -- Scott --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad

Re: [Mjpeg-users] lavrec and "at"

2003-06-04 Thread Scott Moser
Queues with higher letters run with increased niceness If thats the problem, the other thing you can do is start the process with a higher value via nice. Scott On Wed, 4 Jun 2003, Fabian Ritzmann wrote: > Dirk wrote: > > > > >Hi all. Can anyone explain me why lavrec doesn't wo

Re: [Mjpeg-users] lavrec and "at"

2003-06-05 Thread Scott Moser
On Wed, 4 Jun 2003, Dirk wrote: > Should "at" execute the lavrec command with exact the priority as when > you start directly from commandline? See my message earlier, and 'at' man page The answer is 'no'. > > And another thing, I have a 2.4.20 kernel patched with the set from Con > Colivas. Bu

Re: [Mjpeg-users] lavrec and "at"

2003-06-05 Thread Scott Moser
I thought that lavrec made some attempts to 'renice' itself. maybe it needs to be setuid root for that to happen? Scott On Wed, 4 Jun 2003, Dirk wrote: > On Wed, Jun 04, 2003 at 07:53:35AM -0500, Scott Moser wrote: > > I once had problems with 'at' versus 'c

[Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-17 Thread Scott Bigham
I was having what looks like interlacing problems with a recording I'd done (via a Canopus ADVC-50 and dvgrab, for reference), so I performed the test described in section 3.4.3 of the HOWTO. Now, according to the HOWTO, I should have seen groups of two nearly identical subframes; what I saw inste

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-18 Thread Scott Bigham
On Mon, Aug 18, 2003 at 07:20:10PM +0200, Bernhard Praschinger wrote: > What happens if you revert that pulldown with yuvkineco (-F 1) and take > than a look at the stream ? I get the error "unsupported field order" and no stream. > > > That

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-19 Thread Scott Bigham
On Tue, Aug 19, 2003 at 06:16:58PM +0200, Bernhard Praschinger wrote: > [I wrote:] > > On Mon, Aug 18, 2003 at 07:20:10PM +0200, Bernhard Praschinger wrote: > > > What happens if you revert that pulldown with yuvkineco (-F 1) and take > > > than a look at the stream ? > > I get the error "unsup

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-24 Thread Scott Bigham
On Tue, Aug 19, 2003 at 07:56:05PM -0700, Steven M. Schultz wrote: > > On Tue, 19 Aug 2003, Scott Bigham wrote: > > Yeah, I couldn't find any more recent version of smil2yuv, which is my > > first guess as the source of that problem. > If you're using th

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-26 Thread Scott Bigham
[Hmm, this hasn't shown up on the list for twelve hours, so I'm assuming it got lost in the shuffle and resending it. We Apologize for the Inconvenience.(TM)] On Sun, Aug 24, 2003 at 12:09:03PM -0700, Steven M. Schultz wrote: > On Sun, 24 Aug 2003, Scott Bigham wrote: >

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-27 Thread Scott Bigham
On Tue, Aug 26, 2003 at 08:53:20AM -0700, Steven M. Schultz wrote: > On Tue, 26 Aug 2003, Scott Bigham wrote: > > The combing effect is visible with playdv, most clearly on changes of > U, I thought the problem was 'juddering' which would indicate > a fi

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-27 Thread Scott Bigham
On Sun, Aug 24, 2003 at 12:09:03PM -0700, Steven M. Schultz wrote: > On Sun, 24 Aug 2003, Scott Bigham wrote: > > Actually, I'm probably using the 0.2.0 release; I couldn't find any > > mention of an associated CVS repository. > It is a bit hard to track do

Re: [Mjpeg-users] Weird interlacing -- 3:2 pulldown?

2003-08-28 Thread Scott Bigham
On Mon, Aug 18, 2003 at 08:17:23PM -0400, I wrote: > On Mon, Aug 18, 2003 at 07:20:10PM +0200, Bernhard Praschinger wrote: > > What happens if you revert that pulldown with yuvkineco (-F 1) and take > > than a look at the stream ? > I get the error "unsupported field order" and no stream. I can

[Mjpeg-users] Re: [Dvdauthor-users] problem with mpeg2desc with audio track

2003-09-16 Thread Scott Smith
ameters (as fifos), and then forward the data on. actually mpeg2desc is most of the way there, it just can't handle private streams (aka ac3, dts, pcm, and subtitles). Scott --- This sf.net email is sponsored by:ThinkGeek Welcom

Re: [Mjpeg-users] mjpegtools 2.0.0 RC1

2011-01-04 Thread Scott C. Frase
ffentlich bald, > > Berni the Chaos of Woodquarter Hi Berni, I was trying to find a summation of the changes that have been made, but had a bit of difficulty finding a README. Can you give us a summary of what is different in the new version? scott ---

Re: [Mjpeg-users] mjpegtools 2.0.0 RC1

2011-05-30 Thread Scott C. Frase
dy else tell me I will add those things. > > If you want to fix a problem mentioned in the BUGS, please send a mail > or post in in the patches tracker. Thanks Berni, scott -- vRanger cuts backup time in half-

[Mjpeg-users] Re: [Dvdauthor-users] DV-to-DVD, AC3 and A/V sync - bugfix

2004-01-20 Thread Scott T. Smith
vdauthor seems to be more correct and compatible with a wider variety of players. Scott --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse

[Mjpeg-users] Re: [Dvdauthor-users] Video Artifacts Transcoding MythTV .nuv files to DVD

2004-02-25 Thread Scott T. Smith
ntion of > buffer is: try mplex (from mjpegtools). I've heard of less problems with mplex than tcmplex. Scott --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with

[Mjpeg-users] Re: [Dvdauthor-users] Video Artifacts Transcoding MythTV .nuv files to DVD

2004-02-25 Thread Scott T. Smith
er? does mplex complain about buffer underruns? (are you sure it is using the correct vbr buffer size?) try running ogle instead of mplayer on the resulting burned DVD to try to mimic the problem. Scott --- SF.Net is sponsored by: S