Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 30th May 2006, 21:59   #1061  |  Link
Rumbah
Registered User
 
Join Date: Mar 2003
Posts: 480
I just ran into the bug that Inc described.
I have a 4:3 video with a resolution of 528:576. Now I cropped away 166 lines and MeGui resulted in a ratio of 37:20 (the height gets resized to 416 from 406 to be a multiple of 16). But that leads to a width fo 976 pixels and that's too much.
As MeGui calculates the wrong values I have to do it myself. Now the question is how to do it correctly.

As I ony cropped the heigth, the horizontal resolution has to stay at 768 as in the original video. Then the video is stretched from a height of 406 to 416 so it is streched by (416/406). So I stretch the "original" width by (416/406), too and get 768*416/406 as the new horizontal resolution. Now I have to get the ratio of the of the real height and the desired height. So I get (768*416/406)/528 as the ratio.
The reduced fraction then is 3328/2233. Is that the correct AR?
Rumbah is offline  
Old 30th May 2006, 22:00   #1062  |  Link
sp@rrow
Registered User
 
Join Date: Jan 2006
Location: Russia
Posts: 30
Where all were gone?
When there will be a new version)))
sp@rrow is offline  
Old 30th May 2006, 23:31   #1063  |  Link
squid_80
Registered User
 
Join Date: Dec 2004
Location: Melbourne, AU
Posts: 1,963
Quote:
Originally Posted by acrespo
I did a encode in AVI / XVID container with autoencode and failed. I think the problem is with xvid_encraw, because I didn't have problem enconding by mencoder with megui 2132.
The job1-1 start and finish in 1 second. I can't start the encode with the command line below too.
My guess is that xvid_encraw don't support AVS as input.
Is there any way to force use mencoder instead xvid_encraw? I tried remove xvid_encraw directory but megui still try encode with xvid_encraw instead mencoder.
Code:
Log for job job1-2

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Couldn't open statsfile 'C:\encodes\ygh1.stats'!
That's the log for job1-2, which says the statsfile is missing. Where's the log for job1-1?
squid_80 is offline  
Old 31st May 2006, 07:10   #1064  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
Quote:
Where all were gone?
That's not really a sentence, is it? We're all out buying big TVs and setting up our homes for the soccer world cup. No time to code when you have to lug A/V equipment, beer and chips
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline  
Old 31st May 2006, 14:29   #1065  |  Link
acrespo
Brazilian Anime Ripper
 
Join Date: Nov 2001
Location: Brazil
Posts: 237
Quote:
Originally Posted by squid_80
That's the log for job1-2, which says the statsfile is missing. Where's the log for job1-1?
Here is the full log:

Job completed successfully and deletion of intermediate files is activated
Generating jobs. Desired size: 103809024 bytes
No audio encoding. Calculating desired video bitrate directly.
Encoded audio file is present: C:\encodes\2006-04-01\ygh178 T01 DELAY 0ms.mp3 It has a size of 17976704 bytes.
Setting video bitrate for the video jobs to 606 kbit/s
Setting desired size of video to 85185536 bytes
Starting job job1-1 at 17:42:35
calling setup failed with error Could not find C:\encodes\megui\tools\xvid_encraw\xvid_encraw.exe in the path specified: C:\encodes\megui\tools\xvid_encraw\xvid_encraw.exe Please specify the proper path in the settings
Starting job job1-1 at 17:43:12
encoder commandline:
-i "C:\encodes\ygh1.AVS" -pass1 "C:\encodes\ygh1.stats" -bitrate 606 -kboost 100 -overhead 0 -turbo -vhqmode 1 -closed_gop -imax 31 -max_bframes 2 -bmax 31 -threads 1
successfully started encoding
Processing ended at 17:43:13
----------------------------------------------------------------------------------------------------------

Log for job job1-1

Trying to retrieve width and height from input header
Wrong Framerate 0.000000
xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003


----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
job job1-1 has been processed. This job is linked to the next job: job1-2
Starting job job1-2 at 17:43:13
encoder commandline:
-i "C:\encodes\ygh1.AVS" -pass2 "C:\encodes\ygh1.stats" -bitrate 606 -kboost 100 -overhead 0 -vhqmode 1 -closed_gop -imax 31 -max_bframes 2 -bmax 31 -threads 1 -avi "C:\encodes\Yu-Gi-Oh 178.avi"
successfully started encoding
Processing ended at 17:43:14
----------------------------------------------------------------------------------------------------------

Log for job job1-2

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Couldn't open statsfile 'C:\encodes\ygh1.stats'!

----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs
__________________
Capture cards:
Compro VideoMate Gold+ (Philips SAA7134 based) (not active)
Hauppauge PVR 150MCE (not active)
ATI TV Wonder Elite (active)
acrespo is offline  
Old 31st May 2006, 15:12   #1066  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
@acrespo:

Aren't you wondering why the following is in the log:
Quote:
calling setup failed with error Could not find C:\encodes\megui\tools\xvid_encraw\xvid_encraw.exe in the path specified: C:\encodes\megui\tools\xvid_encraw\xvid_encraw.exe Please specify the proper path in the settings
It not only tells you exactly what went wrong.. it also tells you how to correct it. The only bug insofar as megui is concerned is that the second job is even started.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline  
Old 31st May 2006, 15:25   #1067  |  Link
acrespo
Brazilian Anime Ripper
 
Join Date: Nov 2001
Location: Brazil
Posts: 237
I get the wrong part of log. This is my first encode when I rename xvid_encraw to try a menconder encode but megui still try xvid_encraw.

This second part of the log is my encode with xvid_encraw:

Log for job job1-1

Trying to retrieve width and height from input header
Wrong Framerate 0.000000
xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003


----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
job job1-1 has been processed. This job is linked to the next job: job1-2
Starting job job1-2 at 17:43:13
encoder commandline:
-i "C:\encodes\ygh1.AVS" -pass2 "C:\encodes\ygh1.stats" -bitrate 606 -kboost 100 -overhead 0 -vhqmode 1 -closed_gop -imax 31 -max_bframes 2 -bmax 31 -threads 1 -avi "C:\encodes\Yu-Gi-Oh 178.avi"
successfully started encoding
Processing ended at 17:43:14
----------------------------------------------------------------------------------------------------------

Log for job job1-2

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Couldn't open statsfile 'C:\encodes\ygh1.stats'!

----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs
__________________
Capture cards:
Compro VideoMate Gold+ (Philips SAA7134 based) (not active)
Hauppauge PVR 150MCE (not active)
ATI TV Wonder Elite (active)
acrespo is offline  
Old 31st May 2006, 15:28   #1068  |  Link
acrespo
Brazilian Anime Ripper
 
Join Date: Nov 2001
Location: Brazil
Posts: 237
I did other encode with the same error. Here is the log:

Starting job job2-1 at 11:27:35
encoder commandline:
-i "C:\encodes\ygh1.AVS" -pass1 "C:\encodes\ygh1.stats" -bitrate 606 -kboost 100 -overhead 0 -turbo -vhqmode 4 -closed_gop -imin 1 -imax 31 -pmin 1 -max_bframes 2 -bvhq -bmin 1 -bmax 31 -threads 2
successfully started encoding
Processing ended at 11:27:35
----------------------------------------------------------------------------------------------------------

Log for job job2-1

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Wrong Framerate 0.000000

----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
job job2-1 has been processed. This job is linked to the next job: job2-2
Starting job job2-2 at 11:27:35
encoder commandline:
-i "C:\encodes\ygh1.AVS" -pass2 "C:\encodes\ygh1.stats" -bitrate 606 -kboost 100 -overhead 0 -vhqmode 4 -closed_gop -imin 1 -imax 31 -pmin 1 -max_bframes 2 -bvhq -bmin 1 -bmax 31 -threads 2 -avi "C:\encodes\Yu-Gi-Oh 178.avi"
successfully started encoding
Processing ended at 11:27:36
----------------------------------------------------------------------------------------------------------

Log for job job2-2

Trying to retrieve width and height from input header
Couldn't open statsfile 'C:\encodes\ygh1.stats'!
xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
__________________
Capture cards:
Compro VideoMate Gold+ (Philips SAA7134 based) (not active)
Hauppauge PVR 150MCE (not active)
ATI TV Wonder Elite (active)
acrespo is offline  
Old 31st May 2006, 16:53   #1069  |  Link
Carpo
Registered User
 
Carpo's Avatar
 
Join Date: Dec 2002
Location: /dev/null
Posts: 1,368
Quote:
Originally Posted by Doom9
That's not really a sentence, is it? We're all out buying big TVs and setting up our homes for the soccer world cup. No time to code when you have to lug A/V equipment, beer and chips
depends on if you support england
__________________
The Internet: where men are men, women are men, and children are FBI Agents
Carpo is offline  
Old 31st May 2006, 18:18   #1070  |  Link
acrespo
Brazilian Anime Ripper
 
Join Date: Nov 2001
Location: Brazil
Posts: 237
I did other test but this time I check "Add pre-rendering job" to generate a huff video before xvid encode. The first pass (generate huff video) was OK. The second and third pass (xvid 1pass and 2pass) was OK too. The forth pass (mux audio and video) was not OK. This is the log of forth pass:

Log for job job3-4

DivXMux: Version 6.1 Build Num: 36
Output File Streams:

TrackId 0: Video Stream: From AVI
Frame Rate: 23.976024
Resolution: 320x240
TrackId 1: Audio Stream: From MP3
SamplesPerSec: 48000
BlockAlign: 1


Creating Index...


----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated

But the final video is gray. I can't see anything in the video. Then I did a manual mux in virtualdubmod and the final video is OK.

During add job to queue, the "Automatic Encoding" window (pressing Autoencode button), show Container = MP4 but I choose AVI in the main screen. I change to AVI in this window, check "Add additional content" and press Queue. In "Adaptative Mux" window the settings are the same of .MP4 container (Audio 1 and 2, Subttitles chapter etc) but I choose AVI in last window. I think this is the problem of Mux process.
__________________
Capture cards:
Compro VideoMate Gold+ (Philips SAA7134 based) (not active)
Hauppauge PVR 150MCE (not active)
ATI TV Wonder Elite (active)
acrespo is offline  
Old 31st May 2006, 19:55   #1071  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
@acrespo: parts of your log for the last error are still missing... it's better to post too much information than too little.. we can always disregard information that's not pertinent.. but finding information that is pertinent but hasn't been posted is another story entirely

Can you open your Avisynth script from the failed video jobs in VirtualDubMod? Because what the log says is that there's a problem opening your AviSynth script.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline  
Old 31st May 2006, 20:31   #1072  |  Link
parcival
Registered User
 
Join Date: Jun 2005
Posts: 32
I try to use WinAmp CT AAC with MeGUI (fully updated to the latest files). Here are the settings I use:

I get the following log:
Code:
Starting job job1 at 10:31:04 μμ
 encoder commandline:

successfully started encoding
Processing ended at 10:31:04 μμ
----------------------------------------------------------------------------------------------------------

Log for job job1

Channels=6, BitsPerSample=16, SampleRate=48000Hz
D:\Backup of Programs\Ripping\MeGUI\tools\encaacplus\enc_aacPlus.exe - "D:\DVDs\MOULIN_ROUGE\Test\Original_Sound.mp4" --rawpcm 48000 6 16 --cbr 128000 --nopsError:
System.ApplicationException: Can't start encoder: Cannot process request because the process (1588) has exited. ---> System.InvalidOperationException: Cannot process request because the process (1588) has exited.
   at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
   at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
   at MeGUI.AviSynthAudioEncoder.createEncoderProcess(AviSynthClip a)
   --- End of inner exception stack trace ---
   at MeGUI.AviSynthAudioEncoder.createEncoderProcess(AviSynthClip a)
   at MeGUI.AviSynthAudioEncoder.encode()
----------------------------------------------------------------------------------------------------------
What is wrong?
parcival is offline  
Old 31st May 2006, 21:59   #1073  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
Use raw aac and try, CT at moment not support MP4 container but only in megui
shon3i is offline  
Old 1st June 2006, 00:57   #1074  |  Link
cc979
Curious BetaTester
 
Join Date: Oct 2005
Posts: 430
using 0.2.3.2157

just tested the ct-aac encoder
i set it to produce, a 48khz 192kbps joint stereo no-ps file but it produced this:

Log for job job1

Channels=2, BitsPerSample=16, SampleRate=48000Hz
D:\Utils\AV\DVD\Me.GUI\tools\encaacplus\enc_aacPlus.exe - "D:\DVD-Rips\test\VIDEO_TS\VTS_03_1 T01 2_0ch 192Kbps DELAY 0ms.aac" --rawpcm 48000 2 16 --cbr 192000 --nops********************************************************************
* AACPlus v2 Encoder (using Winamp 5.2 enc_aacplus.dll)
* Source timestamp Mon May 15 17:24:26 2006
* Build May 15 2006, 17:24:35
********************************************************************
* NOTE! enc_aacplus.dll must be into executable directory
* get it from Winamp 5.2 plugins directory
* tested on Winamp 5.2 Release Feb 23 2006 Full (Not Pro) version)
********************************************************************
Input file: -
Output file: D:\DVD-Rips\test\VIDEO_TS\VTS_03_1 T01 2_0ch 192Kbps DELAY 0ms.aac
SampleRate: 48000
ChannelCount: 2
BitsPerSample: 16
Bitrate: 128000
ChannelMode: Stereo
Encoder: aacPlus v2 (HE-AAC+PS)
Done
__________________
Asrock N68-S AMD Athlon(tm) II X4 620 Processor (2.6GHz) - Crucial 2GB PC6400 800MHz DDR2 - Nvidia 9600GT

Tools: ProcessExplorer & ProcessMonitor - BatchCompressor

Guide: MinGW Compiling GCC

Last edited by cc979; 1st June 2006 at 01:10.
cc979 is offline  
Old 1st June 2006, 01:12   #1075  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Quote:
Originally Posted by cc979
using 0.2.3.2157

just tested the ct-aac encoder
i set it to produce, a 48khz 192kbps joint stereo no-ps file but it produced this:

Log for job job1

Channels=2, BitsPerSample=16, SampleRate=48000Hz
D:\Utils\AV\DVD\Me.GUI\tools\encaacplus\enc_aacPlus.exe - "D:\DVD-Rips\test\VIDEO_TS\VTS_03_1 T01 2_0ch 192Kbps DELAY 0ms.aac" --rawpcm 48000 2 16 --cbr 192000 --nops********************************************************************
* AACPlus v2 Encoder (using Winamp 5.2 enc_aacplus.dll)
* Source timestamp Mon May 15 17:24:26 2006
* Build May 15 2006, 17:24:35
********************************************************************
* NOTE! enc_aacplus.dll must be into executable directory
* get it from Winamp 5.2 plugins directory
* tested on Winamp 5.2 Release Feb 23 2006 Full (Not Pro) version)
********************************************************************
Input file: -
Output file: D:\DVD-Rips\test\VIDEO_TS\VTS_03_1 T01 2_0ch 192Kbps DELAY 0ms.aac
SampleRate: 48000
ChannelCount: 2
BitsPerSample: 16
Bitrate: 128000
ChannelMode: Stereo
Encoder: aacPlus v2 (HE-AAC+PS)
Done
Well, the commandline looks right, so either it doesn't support such a high bitrate or there is something else funny going on. I don't think MeGUI is wrong here, though.
berrinam is offline  
Old 1st June 2006, 01:41   #1076  |  Link
Limobar
aka Rabomil
 
Join Date: Sep 2005
Posts: 82
0.2.3.2156
Commit by berrinam:
- Fix the mp4/aac bug with AutoEncoding.

------------------------------------------------------------


Generating jobs. No desired size.
User doesn't care what the filesize is. Leaving bitrate/qp/crf at the profile's valueStarting job job6-1 at 2:19:21
encoder commandline:

successfully started encoding
Processing ended at 2:19:44
----------------------------------------------------------------------------------------------------------

Log for job job6-1

Channels=6, BitsPerSample=16, SampleRate=48000Hz
D:\Program Files\megui\tools\neroaacenc\neroaacenc.exe -ignorelength -lc -q 0.2 -if - -of "E:\Samples\Saving Private Ryan T02 3_2ch 448Kbps DELAY -176ms.mp4"*************************************************************
* *
* Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder *
* Copyright (C) 2006 Nero AG *
* All Rights Reserved Worldwide *
* *
* Package build date: May 1 2006 *
* *
* See -help for a complete list of available parameters. *
* *
*************************************************************


----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
job job6-1 has been processed. This job is linked to the next job: job6-2
No desired size. Continuing without making any changes.
Starting job job6-2 at 2:19:44
encoder commandline:
--crf 20 --ref 3 --mixed-refs --no-fast-pskip --nf --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4 --me umh --progress --no-dct-decimate --no-psnr --output "E:\Samples\SPR.m4v" "E:\Samples\SPR.avs"
successfully started encoding
Processing ended at 2:25:18
----------------------------------------------------------------------------------------------------------

Log for job job6-2

avis [info]: 720x400 @ 25.00 fps (1500 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE 3DNow!
x264 [info]: slice I:11 Avg QP:21.73 size: 36093
x264 [info]: slice P:1489 Avg QP:24.78 size: 14034
x264 [info]: mb I I16..4: 25.8% 0.0% 74.2%
x264 [info]: mb P I16..4: 6.3% 0.0% 12.5% P16..4: 40.5% 24.1% 4.7% 0.0% 0.0% skip:11.9%
x264 [info]: ref P 75.6% 16.1% 8.3%
x264 [info]: kb/s:2839.1

encoded 1500 frames, 4.51 fps, 2839.17 kb/s
desired video bitrate of this job: 20 kbit/s - obtained video bitrate (approximate): 2839 kbit/s
----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
job job6-2 has been processed. This job is linked to the next job: job6-3
Starting job job6-3 at 2:25:18
encoder commandline:
-add "E:\Samples\SPR.m4v" -add "E:\Samples\Saving Private Ryan T02 3_2ch 448Kbps DELAY -176ms.mp4" -fps 25 -new "E:\Samples\SPR-muxed.mp4"
successfully started encoding
Processing ended at 2:25:21
----------------------------------------------------------------------------------------------------------

Log for job job6-3

MPEG-4 Video import - 0 x 0 @ 25.0000 FPS
Indicated Profile: Simple Profile @ Level 1
Import results: 0 VOPs (0 Is - 0 Ps)

IsoMedia import - track ID 1 - Audio (SR 48000 - 6 channels)
Converting to ISMA Audio-Video MP4 file...
Saving E:\Samples\SPR-muxed.mp4: 0.500 secs Interleaving
Adjusting visual track size to 0 x 0

----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated

----------------------------------------------------------------------------------------------------------


Actually, I used v2157

The muxed file does not play video in MPC, Nero Showtime and XBMC, but the audio does. The muxed filesize really is audio + video.

The m4v file does not play seperately.
The mp4 (audio) file does play seperately.

Last edited by Limobar; 1st June 2006 at 01:55.
Limobar is offline  
Old 1st June 2006, 02:04   #1077  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Any more bugs? we're trying to get rid of the bugs so we can finally release a stable build again.
berrinam is offline  
Old 1st June 2006, 02:29   #1078  |  Link
cc979
Curious BetaTester
 
Join Date: Oct 2005
Posts: 430
using 0.2.3.2159

if i manually create .mp4/.aac and mux them they play

using autoencode the video part of the .mp4 have extra data in the file, which makes it not play - mediainfo says it is 0x0 0fps mpeg4 video

here is the extra data:
@31 bytes into the

x264 - core 47 svn-530M - H.264/MPEG-4 AVC codec - Copyleft 2005 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 deblock=1:1:1 analyse=0x3:0x133 me=umh subme=7 brdo=1 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 chroma_qp_offset=0 slices=1 nr=0 decimate=1 bframes=3 b_pyramid=1 b_adapt=1 b_bias=0 direct=3 wpredb=1 bime=1 keyint=250 keyint_min=25 scenecut=40 rc=2pass bitrate=1000 ratetol=1.0 rceq='blurCplx^(1-qComp)' qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 cplxblur=20.0 qblur=0.5 ip_ratio=1.40 pb_ratio=1.30
__________________
Asrock N68-S AMD Athlon(tm) II X4 620 Processor (2.6GHz) - Crucial 2GB PC6400 800MHz DDR2 - Nvidia 9600GT

Tools: ProcessExplorer & ProcessMonitor - BatchCompressor

Guide: MinGW Compiling GCC

Last edited by cc979; 1st June 2006 at 02:31.
cc979 is offline  
Old 1st June 2006, 03:00   #1079  |  Link
cc979
Curious BetaTester
 
Join Date: Oct 2005
Posts: 430
using 0.2.3.2160

the autoencode works fine now, cheers

i've tried lowering the bitrate and changing stereo-modes on ct but it still produces ps/sbr when not asked to
__________________
Asrock N68-S AMD Athlon(tm) II X4 620 Processor (2.6GHz) - Crucial 2GB PC6400 800MHz DDR2 - Nvidia 9600GT

Tools: ProcessExplorer & ProcessMonitor - BatchCompressor

Guide: MinGW Compiling GCC
cc979 is offline  
Old 1st June 2006, 06:43   #1080  |  Link
Carpo
Registered User
 
Carpo's Avatar
 
Join Date: Dec 2002
Location: /dev/null
Posts: 1,368
Quote:
Originally Posted by berrinam
Any more bugs? we're trying to get rid of the bugs so we can finally release a stable build again.
bitrate calc still needs a looking at
__________________
The Internet: where men are men, women are men, and children are FBI Agents
Carpo is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:18.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.