PDA

View Full Version : AVI To DVD - No Picture


Red Raven
11th July 2003, 18:34
Hi

I've been using CEE for the past year or so and never had a problem backing up DVD,anyway i got a movie which is in avi format (2 files)
which i would like to put onto DVD,this is the process i used

1.Merged 2 x avi files using nandub
2.Extracted the audio using aviwav then converted to ac3 using ac3 machine.
3.Opened CEE added the avi,edit the settings,hit encode.
After being authored using Ifoedits DVDAuthor i should have ended up with VOB-IFO-BUP files etc totaling around 4GB,instead i end up with files mounting to 263MB so i checked the m2v using TmpgDVDAuthor and to my horror :D there was no image NONE just black screen throughout.

Here's The Info From Log:
; Cinema Craft Encoder SP -- Encoder Control List

[item]
title=LegendsOfTheFall.avi
vid_out=1
vaf_out=1
aud_out=0
vid_file0=C:\My Documents\AVI Files\LegendsOfTheFall.mpv
vid_file1=C:\My Documents\AVI Files\LegendsOfTheFall.mpv
vaf_file=C:\My Documents\AVI Files\LegendsOfTheFall.vaf
aud_file=C:\My Documents\AVI Files\LegendsOfTheFall.mpa
file_focused=0
encode_mode=0
packet_size=4096
timecode=0x0
width=480
height=208
vmode=0
frame_rate_idx=3
cbr_brate=6000
opv_q_factor=60
opv_brate_min=6231
opv_brate_max=8000
vbr_brate_avg=6000
vbr_brate_min=2000
vbr_brate_max=9000
vbr_bias=30
vbr_pass=3
quality_prec=5
use_filter=0
filter_val=6
seq_endcode=1
dvd=1
half_width=0
half_height=0
fast_mode=0
progressive=1
alternate_scan=0
non_linear=0
top_first=0
lum_level=0
intra_dc_prec=-1
aspect_ratio=3
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
all_closed_gop=0
fix_gop_length=0
mpeg1=0
mpeg1_cps=0
samples_per_sec=44100
stereo=2
brate_idx=7
crc=1

[file]
name=C:\My Documents\AVI Files\LegendsOfTheFall.avi
type=0
frame_first=0
frame_last=149287
encode_first=0
encode_last=149287


I was thinking of using an avisynth script,would this make a difference?

avisource("LegendsOfTheFall.avi")
BicubicResize(720,326)
AddBorders(0,125,0,125)
ResampleAudio(44100)


Thanks for any help!

wmansir
11th July 2003, 19:17
What codec is the avi using?

Red Raven
11th July 2003, 23:31
Codec:
4CC: Divx50/divx
Name: Divx 5.0

Any further info regarding why there was no image would be great but i think i've sorted it now mate,i used that avisynth script for encoding with CEE and it's worked a treat,ended up with nearly 4GB file as predicted checked the m2v using TmpgDVDAuthor and everything looks good.
As i type this the movie is being authored using Ifoedits DVDAuthor,i'll let you know how it turns out,fingers crossed :)

(Thought i'd just let you know it turned out ok) ;)