Log in

View Full Version : Problems with avisinth


dark.soft
30th May 2003, 16:21
I had problems witch avisinth and cce sp. I've made an avs with this commands:
LoadPlugin("C:\mpeg2dec.dll") (mpeg2dec was in C:)
mpeg2source("D:\a.d2v")
crop(0,78,720,420)
BicubicResize(720,320)
and when i loaded it, cinemacraft crashed. How I can do?

P.S. There is a program that allows me to replace the video stream of a vob file with another mpeg2 stream created by me?

RB
30th May 2003, 19:48
This is answered in the CCE FAQ in this forum, Q14 and on. Please read the FAQ and try a search first. This issue has been discussed a hundred times here.

dark.soft
4th June 2003, 16:13
Now I have another problem: when I encode with vbr or two pass vbr, CCE encodes with very poor quality: 0,6 Megabit (while I've set min 9000 max 9800!). How can I solve the problem?

RB
5th June 2003, 08:41
What version of CCE are you using? I think the 0.6 you are talking about is the speed CCE is encoding at.

dark.soft
5th June 2003, 21:39
No, it's the bitrate and it's also fixed when I've set vbr or 2 pass vbr!My version of cce is 2.50.

RB
6th June 2003, 11:42
Well, what's your average bitrate? And post the ECL file.

dark.soft
6th June 2003, 18:07
If I use VBR, I use 3000-9000, if I use 2 pass VBR, I use min 3000 adv 6000 max 9000.

Here's the avs script (ALL the plugins are in the correct folders)

LoadPlugin("D:\MPEG2Dec.dll")
mpeg2source("D:\a.d2v")
crop(0,82,720,416)
BicubicResize(720,320)
AddBorders(0,128,0,128)
ResampleAudio(44100)


And here's the ecl file of one pass vbr (copy text to txt file and rename it a.ecl):

; Cinema Craft Encoder SP -- Encoder Control List

[item]
title=a.avs
vid_out=1
vaf_out=1
aud_out=0
vid_file0=D:\a.mpv
vid_file1=D:\a.mpv
vaf_file=D:\a.vaf
aud_file=D:\a.mpa
file_focused=0
encode_mode=0
packet_size=4096
timecode=0x0
width=720
height=576
vmode=0
frame_rate_idx=3
cbr_brate=6000
opv_q_factor=60
opv_brate_min=3000
opv_brate_max=9000
vbr_brate_avg=6000
vbr_brate_min=2000
vbr_brate_max=9000
vbr_bias=30
vbr_pass=3
quality_prec=0
use_filter=0
filter_val=6
seq_endcode=1
dvd=1
half_width=0
half_height=0
fast_mode=0
progressive=0
alternate_scan=1
non_linear=0
top_first=1
lum_level=0
intra_dc_prec=-1
aspect_ratio=2
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=D:\a.avs
type=0
frame_first=0
frame_last=2598
encode_first=0
encode_last=2598

dark.soft
6th June 2003, 19:45
Can you tell me another two things?
1.A setting in besweet gui (I use 1.4) for increase the volume without quality loss (not only the voice, but also the music and sounds), or the best program that can do that;
2.A program that allows me to replace ONLY the mpeg 2 stream on a vob chain (and distributes it to the various vobs). I need it because I want to make mini DVDs with ALL the files in the movie vob chain without modify anithing than the video stream.

RB
10th June 2003, 17:43
Your ECL looks right and if it's really encoding at 600 kbps only, then you must have a buggy version of CCE. Sorry, can't help with your other questions, they are quite OT here.

JimBryce
12th June 2003, 03:36
@RB:
I agree with you! :) I don't see "Problems with avisinth" (btw, I copied the spelling as it was), ;) I see problems w/CCE and how it's setup and/or being used. Aren't some of the settings from the ecl mis-matched with what the script says?

@dark.soft:
At the risk of getting pounded for being "OT" :scared: I'd suggest that you uninstall CCE, delete the folder it was in and then re-install it AND READ "http://forum.doom9.org/showthread.php?s=&threadid=53770". If that doesn't help, then do a search in "http://forum.doom9.org/forumdisplay.php?s=&forumid=37".

It is solvable! :)

dark.soft
13th June 2003, 09:06
Thanks, I've solved the problem