I upgraded from Fedora Core 7 to Fedora 8, reloaded Cinelerra and the packages needed using yum and now I cannot get Cinelerra to render using YUV4MPEG Stream whether I use mpeg2enc or ffmpeg. I overwrote my .bcast directory by mistake and lost my configuration strings, but I am not sure that is the problem.

The mpeg2enc pipe I am using is:

mpeg2enc -f 8 -o %

I have also used:

mpeg2enc -b 0 -f 8 -o %

I get the following output:

trying popen(mpeg2enc -f 8 -o /video/DVDs/family/vacation/florida2007.m2v)
  INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
  INFO: [mpeg2enc] SETTING SSE and MMX for TRANSFORM!
  INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
INFO: [mpeg2enc] Selecting DVD with dummy navigation packets output profile
  INFO: [mpeg2enc] Assuming norm NTSC
  INFO: [mpeg2enc] Progressive input - selecting progressive encoding.
INFO: [mpeg2enc] Encoding MPEG-2 video to /video/DVDs/family/vacation/florida2007.m2v
  INFO: [mpeg2enc] Horizontal size: 720 pel
  INFO: [mpeg2enc] Vertical size: 480 pel
  INFO: [mpeg2enc] Aspect ratio code: 1 = 1:1 pixels
  INFO: [mpeg2enc] Frame rate code:   4 = 30000.0/1001.0 (NTSC VIDEO)
  INFO: [mpeg2enc] Bitrate: 7500 KBit/s
  INFO: [mpeg2enc] Quality factor: 8 (Quantisation = 9) (1=best, 31=worst)
  INFO: [mpeg2enc] Field order for input: none/progressive
  INFO: [mpeg2enc] Sequence unlimited length
  INFO: [mpeg2enc] Search radius: 16
  INFO: [mpeg2enc] DualPrime: no
  INFO: [mpeg2enc] Using one-pass rate controller
  INFO: [mpeg2enc] GOP SIZE RANGE 7 TO 15
  INFO: [mpeg2enc] Setting colour/gamma parameters to "NTSC"
  INFO: [mpeg2enc] Progressive format frames = 1
  INFO: [mpeg2enc] Using default unmodified quantization matrices
  INFO: [mpeg2enc] SETTING MMX and MMX for QUANTIZER!
  INFO: [mpeg2enc] PAR = 0

  INFO: [mpeg2enc] NEW GOP INIT length 15
[svq3 @ 0x5f8f0c0]unsupported slice header (1F)
FFMPEG::decode error decoding frame
  INFO: [mpeg2enc] Signaling last frame = -1
  INFO: [mpeg2enc] Guesstimated final muxed size = 0

Render::run: Session finished.


When I use ffmpeg, I used the command:

ffmpeg -f yuv4mpegpipe -i - -y -target dvd -f mpeg2video %

and got the output:

trying popen( ffmpeg -f yuv4mpegpipe -i - -y -target dvd -f mpeg2video /video/DVDs/family/vacation/florida2007.m2v)
[svq3 @ 0x5f8f0c0]unsupported slice header (1F)
FFMPEG::decode error decoding frame
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --incdir=/usr/include/ffmpeg --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-libogg --enable-libtheora --enable-libfaad --enable-libfaac --enable-libgsm --enable-xvid --enable-x264 --enable-liba52 --enable-liba52bin --enable-pp --enable-shared --enable-pthreads --enable-gpl --disable-strip
 libavutil version: 49.4.0
 libavcodec version: 51.40.4
 libavformat version: 51.12.1
 built on May 30 2007 15:17:57, gcc: 4.1.2 20070502 (Red Hat 4.1.2-12)
Input #0, yuv4mpegpipe, from 'pipe:':
 Duration: N/A, bitrate: N/A
 Stream #0.0: Video: rawvideo, yuv420p, 720x480, 29.97 fps(r)
Assuming NTSC for target.
Output #0, mpeg2video, to '/video/DVDs/family/vacation/florida2007.m2v':
Stream #0.0: Video: mpeg2video, yuv420p, 720x480, q=2-31, 6000 kb/s, 29.97 fps(c)
Stream mapping:
 Stream #0.0 -> #0.0
frame= 0 fps= 0 q=0.0 Lsize= 0kB time=10000000000.0 bitrate= 0.0kbits/s
video:0kB audio:0kB global headers:0kB muxing overhead nan%
Render::run: Session finished.


In both cases, a dialog opens with the message "Error rendering data."

I am using:
cinelerra-2.1-0.13.20070108.fc8
mjpegtools-1.9.0-0.5.rc2.fc8
ffmpeg-0.4.9-0.8.20070530.fc7

I hope someone will be kind enough to put me back in the right direction.

Regards,
John

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to