Log in

View Full Version : MJPEG field-based encoder


frubsen
13th September 2012, 18:06
Is there such thing as a program that can encode to a Field-based MJPEG avi?

Basically I have a playout server that is very picky when it comes to what type of file it plays back. It uses the Digisuite LE card so it only likes files created by that card. I've figured out that it creates Field-based MJPEG files.

I have yet to come across a standalone program that can do this. FFMPEG? some type of avisynth script?

Any ideas?

Blue_MiSfit
13th September 2012, 18:31
Avisynth might help you prepare the video for encoding, but it won't do any encoding itself.

Field based MJPEG sounds like interlaced MJPEG.

This may be of help:

http://ffmpeg-users.933282.n4.nabble.com/Encoding-MJPEG-td1012035.html

frubsen
13th September 2012, 19:15
Avisynth might help you prepare the video for encoding, but it won't do any encoding itself.

Field based MJPEG sounds like interlaced MJPEG.

This may be of help:

http://ffmpeg-users.933282.n4.nabble.com/Encoding-MJPEG-td1012035.html

I actually looked at that thread before i posted here! Thing is, I can encode interlaced MJPEG using the Matrox VFW codec in say, Vitualdub, but it still won't play on the matrox digisuite le card. I've read something about the difference between the matrox vfw codec and the digisuite card using a directshow codec. Not sure if that makes any sense