digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Bitrates: GUides on using calculator programs? (http://www.digitalfaq.com/archives/encode/8499-bitrates-guides-calculator.html)

WOWIEGURL 06-06-2004 04:44 AM

I have always used headache cuz its easy. But now I've switched to Besweet GUI and I don't know if this log tells if it has been converted from 32000 hz to 44100hz

BeSweet v1.5b28 by DSPguru.
--------------------------
Using Shibatch.dll v0.24 by Naoki Shibata & DSPguru (shibatch.sourceforge.net).
Using MP2enc.dll v1.129 (23/5/2002), Engine 1.129 <http://www.cdex.n3.net>.
Manual Dynamic-Compression algorithm by LigH (author of WaveBooster).

Logging start : 06/06/04 , 19:21:18.

C:\KVCD stuff\BeSweetv1.5b28\BeSweet.exe -core( -input e:\movie.wav -output e:\movie.mp2 -logfilea C:\KVCD stuff\BeSweetGUIv0.7b4\BeSweet.log ) -ssrc( --rate 44100 ) -boost( /b3=5 /l=0.95 ) -mp2enc( -s 44.1 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : e:\movie.wav
[00:00:00:000] | Output: e:\movie.mp2
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] +------ Shibatch -----
[00:00:00:000] | Source Sample-Rate: 32.0KHz
[00:00:00:000] | Dest. Sample-Rate: 44.1KHz
[00:00:00:000] | Attenuation : 0.0db
[00:00:00:000] +-------- BOOST ------
[00:00:00:000] | Algorithm by : Tera
[00:00:00:000] | Boost Factor : 5.0
[00:00:00:000] | Limit Factor : 0.95
[00:00:00:000] +------- MP2ENC ------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | MP2 bitrate : 192
[00:00:00:000] | Channels Mode : Dual Channel
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
[01:23:43:832] Conversion Completed !
[01:23:43:832] Actual Avg. Bitrate : 191kbps
[00:09:14:000] <-- Transcoding Duration

Logging ends : 06/06/04 , 19:30:32.

Dialhot 06-06-2004 04:53 AM

Quote:

Originally Posted by WOWIEGURL
I don't know if this log tells if it has been converted from 32000 hz to 44100hz

COme on ! It's written in all letters :-)

Quote:

[00:00:00:000] | Source Sample-Rate: 32.0KHz
[00:00:00:000] | Dest. Sample-Rate: 44.1KHz
:-D

Note : uncheck the "boost" box, or your audio will be very strange.

WOWIEGURL 06-06-2004 05:39 AM

If I join this with the mpg there will definetly be sound when played on tv???? definetly?

something happened. my file grew from 756 mbs avi including audio to 910 mbs mpg including audio!!

KYUSS 06-06-2004 06:20 AM

Quote:

Originally Posted by WOWIEGURL
If I join this with the mpg there will definetly be sound when played on tv???? definetly?

something happened. my file grew from 756 mbs avi including audio to 910 mbs mpg including audio!!


thats coz you have caculated for a different audio? isn't it?

Dialhot 06-06-2004 06:23 AM

Man, stop making things and READ SOME GUIDES !
You will understand why all your questions are just breaking our nerves :snif:

WOWIEGURL 06-06-2004 06:30 AM

guides don't tell you what to do if you get hz under 44100. Besides I have made 2 mpg1 movies before, this is the only one that is slowing me down beucase of the audiio problem

Dialhot 06-06-2004 07:10 AM

Okay, so let guides on the side and try to use our brain : you use CQMatic/Calcumatic for prediction, right ?
What audio bitrate you set in Calcumatic ? Was it 192 Kbps ? or 128 ?

Because you are talking about the audio but here it's obviously the video taht gives you problem about size.

WOWIEGURL 06-06-2004 07:40 AM

I'm redoing the whole thing again. This time the audio is 112. the whole thing will be 112. I'll report on the end result later. I've changed the setting to make 1 74 min cd so when I include the audio it won't go over the limit I think.

Dialhot 06-06-2004 07:45 AM

Note : as you are redoing anything, please use 2200 as max video bitrate and set the minimum to 0.57 x AVG. And do a 3x prediction under CQMatic.

Can we also see you script ? Because I fear you will have a CQ to low for your encoding.

WOWIEGURL 06-06-2004 07:59 AM

what script??? KYSSUS's guide said load the avi or mpg file I am encoding into tmpgenc before saving it as a tpr file.

anyway my script for this would be

AviSource("E:\movie.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()


soooo.... should I be using a script in tmpgenc before saving as a tpr, or avi as KYUSS previously said in his guide?????

Dialhot 06-06-2004 08:28 AM

Quote:

Originally Posted by WOWIEGURL
soooo.... should I be using a script in tmpgenc before saving as a tpr, or avi as KYUSS previously said in his guide?????

With a script the result will be better but you can just load the avi in tmpgenc if you want of course.

In your very first post on that problem you used a script and I don't understand why now you don't (not to say that you never mention you stop using a script and that don't help us to give you hints :!:). Stop just applying guides without THINKING a little by your own ! Some guides were posted by newbies sometimes fresher than you :!:

WOWIEGURL 06-06-2004 08:33 AM

I am thinking thats why I am redoing the whole conversion from scratch with some adjustments. I'm sorry I'm just getting a bit frustrated from all this as I've spent all day doing this and haven't ended up with the results I was expecting. I had one stage a good video but no sound. It had no red & black boxes and didn't stopo anywhere during playing, only thing missing was sound.I've done 2 conversions without any problems so this is driving me buts. But is that script okay?

kwag 06-06-2004 11:45 AM

Quote:

Originally Posted by WOWIEGURL
I've changed the setting to make 1 74 min cd so when I include the audio it won't go over the limit I think.

That's already taken care in CalcuMatic :!:
If you select 1 CD of 80 minutes, and you select your audio at 112Kbps, the average bitrate for video is already calculated, so that when you multiplex your video and audio, the final size will be the 80 minute (800MB) target.

-kwag

Dialhot 06-06-2004 11:56 AM

Quote:

Originally Posted by WOWIEGURL
I had one stage a good video but no sound. It had no red & black boxes and didn't stopo anywhere during playing, only thing missing was sound.

Yeah, I remenber al this stages. And that is why I tell you that a little thinking would prevent you for all this time loss : you have problem with the AUDIO and you redo the VIDEO ? ... tsss...

I can't remember who or what made you decided you need to reencode the whole thing. I hope it's not me :-)

Quote:

But is that script okay?
Yes it is.

WOWIEGURL 06-07-2004 09:02 AM

okay after re - encoding it and changing the 32000hz to 44100 hz in besweet I've got great video. THanks very much for your help and patience!!!


All times are GMT -5. The time now is 09:15 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.