I've tried to follow the instructions given in the NuppelVideo documentation for recording (with TV capture card) and creating a VCD (using nuvrec, nuvplay, toolame, exportvideo, mpeg2enc and mplex).
After running nuvrec I get the following error:
VIDIOCSAUDIO: Bad file descriptor
After running mpeg2enc I get the following error:
**ERROR: [mpeg2enc] Could not read YUV4MPEG2 header: bad header magic!
Any ideas what these mean, anyone?
Thanks
+ Reply to Thread
Results 1 to 2 of 2
-
-
@Error after nuvrec
Well, I observe the same. Also, the sound is still on and hearable after closing nuvrec. Maybe thats one reason why nuvrec is still pre 1.0 version - but it doesn't harm the recorded file
@mpeg2enc error
This is because the newer mjpegtools. There are the old used YUV4MPEG format, the default which exportvideo produces, and the new YUV4MPEG2, which has to be enabled explicit by
exportvideo -Y 2 (file.nuv " | mpeg2enc [options] video.m1v")
AdrianAdrian
Similar Threads
-
mpeg2enc.
By zaque2004 in forum ffmpegX general discussionReplies: 49Last Post: 4th May 2014, 04:02 -
Problems Encoding DVD with mpeg2enc
By justin35 in forum ffmpegX general discussionReplies: 8Last Post: 11th Nov 2009, 14:07 -
i can't get mpeg2enc to work??
By dyevers in forum ffmpegX general discussionReplies: 1Last Post: 25th Jun 2009, 11:16 -
mpeg2enc
By Corelogik in forum ffmpegX general discussionReplies: 2Last Post: 26th Oct 2008, 10:07 -
Problems w/selectable subs avi-DVD w/mpeg2enc
By kenzo69 in forum ffmpegX general discussionReplies: 1Last Post: 20th May 2007, 05:53