PDA

View Full Version : bbmpeg problem in dvd2svcd


stef24
26th October 2003, 13:08
dvd2svcd runs into problems when it tries to handle the Titlepicture.bmp and Changecdpicture.bmp files.

TMPG gives errors when it tries to encode these files but a simple "cancel" results in the process carrying on.

when bbmpeg then starts it says it cant find the titlepicture.bmp.mpg file, but a "cancel" stops the process

there are in fact no mpg files created by TMPG, only a encoded_video_tmpgenc_pal.mpv, the bmp's have not been processed

how can i make the process continue from here on OR how can i stop this problem with the bmp's occuring in the 1st place?

partial log copy paste hereunder

many thanks!
stefan


- Encoding Test Clip G:\SVCD conversion\AviSynth_Script_file_CQ_TEST.avs
Wanted: 1473010416 (1438487kb)
Predicted: 1467987492 (1433582kb) Using CQ Value: 88.89
Calculated final CQ Value: 88.89
- Encoding G:\SVCD conversion\AviSynth_Script_file.avs
StreamSectors: 1665085576
AudioSectors: 159249776
VideoPAPO: 23326200
ScanOffsetBytes: 147147
SeqAligningBytes: 9352028
DVDBytes: 0
VideoEndHeader: 8
SubtitleSectors: 0
EmptySectors: 238.00
PictureSectors: 600.00
PureMPEGStream: 1473010416.30
Seconds: 6546.88
CalcMPEGStream: 1473010416.30
Frames: 163497
CDSize: 800.00
Number of CDs: 2
Cut point 795.00
Using CQ Value: 88.89
Aspect Ratio: 16:9 (borders added, encoded as 4:3)

---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("G:\SVCDCO~1\DVD2AV~2.D2V")
BicubicResize(480,432,0.0,0.6)
AddBorders(0,72,0,72)



ConvertToRGB()
----AVS End----

Executing TMPGEnc. Commandline:
"C:\Program Files\TMPG encoder\TMPGEnc_2.56.39.143_Plus\TMPGEnc.exe" "G:\SVCD conversion\TMPGEnc_Project_file.tpr" /Encode /Close
Video Encoding finished.

--------------------------------------------------------
- 10/26/2003 2:46:57 AM
- Free on drive G: 3693.38 mb
- Converting Pictures from ES to PS
--------------------------------------------------------
Saving bbMPEG settings: C:\Program Files\DVD2SVCD\bbMPEG\default.ini

Executing RunbbMPEG. Commandline:
"C:\Program Files\DVD2SVCD\bbMPEG\RunbbMPEG.exe" "G:\SVCD conversion\TitlePicture.bmp.mpg"
File not found The system cannot find the file specified

r6d2
26th October 2003, 18:46
Since the pictures are not there, TMPGEnc and bbMPEG will fail.

There is a step called "Picture Conversion" which does not appear in your log. Please paste the complete log and make sure the pics declared on DVD2SVCD exist where it expects them.

stef24
28th October 2003, 23:06
many thanks for this. it was indeed the picture files that were creating the problem. unchecking them completed the conversion process succesfully

however, the movie starts at the end and plays backwards. ill make another post for this though ...

stef