Log in

View Full Version : AVStoDVD Support Thread


Pages : 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68

MysticE
15th July 2007, 21:51
.... HCenc Pulldown is not needed when going from 25 to 29.97 fps. Is audio out of sync?

:)

Bye
Nope all is fine. I'm try to increase my knowledge/skills and I always see folks going on and on about using Pulldown to get to 29.97fps NTSC rather than ChangeFPS(29.97). On other forums they always rant against apps like Nero because pulldown is not used when going to NTSC. With AVI2DVD a separate Pulldown phase is always used. I prefer your app though (I'm converting XviD 25fps music videos) because I can alter the script and the bitrate and end up with muxed MPEG2, which is all I need. I realize that I can delete ChangeFPS(29.97) from the script and choose Demuxed MPEG streams, run DGPulldown then mux with TMPGenc, but that's a pain.

I asked about pulldown for 25fps sources on another forum and got this response from jdobbs:

Encode it at 25fps, then use Neuron2's DGPulldown against the output. Up until he wrote that code, I'm not sure anyone else had given much thought to converting that way. It also makes sure your audio stays in sync.

I do like your app alot and realize that the 25fps pulldown thing is an HCenc issue. Unfortunately the pulldown thing still confuses me. :confused:

Thanks for the reply and the app. :thanks:

MrC
16th July 2007, 10:45
I have a very practical attitude: if the output video quality is good (both on PC and TV) and audio is not out of sync, why wondering if pulldown is needed? ;)

I am really not an expert of PAL to NTSC conversion, but, according to HCenc, pulldown is to be used only when going from 23.976 to 29.97 and not from 25 to 29.97.

Maybe some Doom9 NTSC gurus may help us....

;)

Bye
________
Honda CD125 (http://www.cyclechaos.com/wiki/Honda_CD125)

Mr_Odwin
16th July 2007, 12:11
DGPulldown can be used to apply any x->29.97 Pulldown, where x is greater than about 20 and less than 29.97. HC only performs the standard 23.976->29.97 pulldown.

MrC
16th July 2007, 12:48
DGPulldown can be used to apply any x->29.97 Pulldown, where x is greater than about 20 and less than 29.97. HC only performs the standard 23.976->29.97 pulldown.

Thanks Mr_Odwin! One more thing: what are the benefits of pulldown instead of directly changing fps via AviSynth (by ChangeFPS(29.97))?

;)

Bye
________
RM125 (http://www.cyclechaos.com/wiki/Suzuki_RM125)

Mr_Odwin
16th July 2007, 13:06
The major advantage that jumps to my mind is that the same bitrate is used to encode less frames.

MrC
16th July 2007, 16:40
In conclusion:


QuEnc, HCenc and CCE SP can perform a "standard" 23.976 -> 29.97 pulldown (called 3:2 Pulldown).
Generic fps increase can be done by using DGPulldown (better quality but slower) or AviSynth's ChangeFPS (lesser quality but faster).

Correct?

;)

Bye
________
medical marijuana card (http://mmjp.org)

MrC
16th July 2007, 16:47
I realize that I can delete ChangeFPS(29.97) from the script and choose Demuxed MPEG streams, run DGPulldown then mux with TMPGenc, but that's a pain.

To speed up the process (until I will (?) insert DGPulldown step in AVStoDVD) you can set PAL as Video Format, so that you do not have to modify AVS script manually.

And you can use AVStoDVD as a M2V+AC3 muxer too. :cool:

;)

Bye
________
Ducati 749 (http://www.cyclechaos.com/wiki/Ducati_749)

Mr_Odwin
16th July 2007, 17:21
Remember that if a 25->29.97 pulldown is to be performed the video needs to be encoded at the destination NTSC size.

MrC
16th July 2007, 19:22
Remember that if a 25->29.97 pulldown is to be performed the video needs to be encoded at the destination NTSC size.

You're right! NTSC requires 480 pixel vertical resolution.

@MysticE
Forget my suggestion... I really need a holiday...

;)

Bye
________
extreme vaporizer review (http://extremevaporizer.net/)

Delta2
21st July 2007, 17:55
Thanks Mrc, until then i'll wait to see...
About your latest questions about CCE support i can suggest you a link of a forum that someone who is developing a program like yours but with much more choices because he's devopping that since 2 yeras ago i guess and he has created a very interesting program so if you would you can take a look and post your questions and doubts about it...
The developer has the nick of Delta and he is usually very helpful...
http://www.avi2iso.com/


Well, yes, almost 2 years for fun

There is currently 2 Portuguese Projects alive : D2MP and AVI2ISO, once there was another called AVIXDVD in which AVI2ISO was based on, but it died. D2MP uses Directshow encoding for audio, much the same as I use that for RMVB or other formats. Mine was mostly stressed on CCE SP2 and fast encoding for movies in Dual Core Systems...but that is something I have to do, directshow MP3 VBR to PCM

The main problem is that I use High Definition matrices which throws qFactor to Higher levels in CCE, if someone uses them in movies more than 1CD. I don't think Roba will fix that because it gives a smaller qfactor in that matrices aside my own simulation code

Another problem is using VB.NET and C#, a miscellaneous of both, which needs Framework 2.0

I wish you good luck, MrC

MysticE
21st July 2007, 20:06
You're right! NTSC requires 480 pixel vertical resolution.

@MysticE
Forget my suggestion... I really need a holiday...

;)

Bye
Don't get me wrong, I love your program. The whole pulldown thing just confuses me. I'm using your app (with HCenc) to convert PAL (25fps) sources (music vids), AVI, MPG, and VOBs to 16:9 NTSC. The ability to tweak the script, set my bitrates, and trim vertically is great. Easy and quick, the results are wonderful.

Don't mean to be a pest, thanks again. :)

MrC
22nd July 2007, 15:57
Don't get me wrong, I love your program. The whole pulldown thing just confuses me. I'm using your app (with HCenc) to convert PAL (25fps) sources (music vids), AVI, MPG, and VOBs to 16:9 NTSC. The ability to tweak the script, set my bitrates, and trim vertically is great. Easy and quick, the results are wonderful.

Don't mean to be a pest, thanks again. :)

Too many compliments! I'm becoming red... :p

Remember: any suggestions how to improve AVStoDVD are welcome

:)

Bye
________
volcano vaporizer (http://volcanovaporizer.net/)

MrC
29th July 2007, 13:07
AVStoDVD release 1.0.1 (http://sourceforge.net/project/showfiles.php?group_id=197340) is available.

Change log:


Some bugs fixed
MediaInfo updated to 0.7.5.0
Improved Help Content
Revised max bitrate automatic calculation
Added 2CoreEnc for Dual Core CPU systems (QuEnc only supported to be configured manually)
Added "convertfps=true" for video DirectShowSource to support VFR video streams (WMV, ASF, MKV)


DGPulldown option and subtitles support are coming with release 1.1.0. Stay tuned!

:)

Bye
________
DR750SE (http://www.cyclechaos.com/wiki/Suzuki_DR750SE)

MysticE
29th July 2007, 19:07
Cool, looking forward to trying it.

Grazie :)

gus8511q
1st August 2007, 19:48
AVStoDVD release 1.0.1 (http://sourceforge.net/project/showfiles.php?group_id=197340) is available.

Change log:


Some bugs fixed
MediaInfo updated to 0.7.5.0
Improved Help Content
Revised max bitrate automatic calculation
Added 2CoreEnc for Dual Core CPU systems (QuEnc only supported to be configured manually)
Added "convertfps=true" for video DirectShowSource to support VFR video streams (WMV, ASF, MKV)


DGPulldown option and subtitles support are coming with release 1.1.0. Stay tuned!

:)

Bye

thnks man, you are the best
im looking forward to release srt support
thnks again

MrC
2nd August 2007, 11:29
@MysticE and everyone interested in

DGPulldown support enabled in release 1.1.0 beta (http://rapidshare.com/files/46499982/AVStoDVD_110beta1_Install.exe.html).

Could you please try it and give me your opinion. DGPulldown can be selected in Settings/Encoding/FPS Upsize.

:)

Bye
________
buy silver surfer (http://vaporizers.net/silver-surfer-vaporizer)

bionic
2nd August 2007, 15:51
And you added a gops option too..excellent :)
Testing as i post.

Edit:
so far so good, no problems noticed here :)

gus8511q
5th August 2007, 14:20
And you added a gops option too..excellent :)
Testing as i post.

Edit:
so far so good, no problems noticed here :)

one problem with your programm is that i cant use 2 avi files for input to make 1 dvd...

MrC
5th August 2007, 14:55
one problem with your programm is that i cant use 2 avi files for input to make 1 dvd...

Yes you are right, it is not AVStoDVD's purpose (for now...). It would require some menu handling, and I want to upgrade a little bit AVStoDVD's capabilities in MPEG2 encoding before entering that world

:)

Bye
________
launch box vaporizer (http://mflbvaporizer.com)

boywondr16
8th August 2007, 02:28
**banging head against monitor**

I've run into a complete block--every time I try to us AVStoDVD with HCenc as the encoder, I'm met with "ERROR: can't open log file".

I've tried multiple different movies...I've tried CCE instead, and got a garbled mess...I even tried rolling back to no codecs and reinstalling.

I'm getting nowhere fast with this. Any ideas? Please?

**abject begging**

MrC
8th August 2007, 08:17
**banging head against monitor**

I've run into a complete block--every time I try to us AVStoDVD with HCenc as the encoder, I'm met with "ERROR: can't open log file".

I've tried multiple different movies...I've tried CCE instead, and got a garbled mess...I even tried rolling back to no codecs and reinstalling.

I'm getting nowhere fast with this. Any ideas? Please?

**abject begging**

No panic please! :) Let's try to understand what's the problem.

1. Which AVStoDVD release are you using? I hope 1.0.1.
2. Which HCenc release are you using? You should use at least 0.17.
3. When do the message "ERROR: can't open log file" come out?
4. What do you mean got a garbled mess when using CCE SP?
5. Have you tried using QuEnc If yes, any problem?
6. Can you copy&paste the AVStoDVD log file?
7. Have you installed every codec needed to play the clip you want to convert?
________
mexico city hotel (http://mexicocityhotel.info)

boywondr16
8th August 2007, 21:19
Nah. No panic. Just frustration. Forgive my post being less than informational, but it was the last thing I did before crashing for the night...

No panic please! :) Let's try to understand what's the problem.

1. Which AVStoDVD release are you using? I hope 1.0.1.

Correct


2. Which HCenc release are you using? You should use at least 0.17.


0.21


3. When do the message "ERROR: can't open log file" come out?


It appears shortly after HCenc appears. In other words, HCenc pops up ready to encode, sorts out the file info, and then gives the error message.


4. What do you mean got a garbled mess when using CCE SP?


Using one of the same files, I attempted using CCE and the resulting video looked like a scrambled cable TV channel. That was before I unregistered all codecs and reinstalled.


5. Have you tried using QuEnc If yes, any problem?

No. Personal preference. So, that's one thought...


6. Can you copy&paste the AVStoDVD log file?

I will include in next post...


7. Have you installed every codec needed to play the clip you want to convert?
Yeah, even going as far as unregistering all and installing the K-Lite Codec Pack.

boywondr16
8th August 2007, 21:37
Here's the log, but I've still not figured out anything from it/them...

<8/8/2007 2:35:04 PM>
JOB START
<>

<8/8/2007 2:35:05 PM>
JOB SETTINGS
Source Video file: D:\My Videos\Documentaries\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS)\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS).avi
Source Audio file: D:\My Videos\Documentaries\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS)\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS).avi
MPEG2 Encoding Options: Very High Quality (Low Speed)
MPEG2 Encoder: HCenc
DVD Video Format: NTSC
DVD Video Aspect Ratio: 4:3
DVD Video BitRate: 6159 (8000) kbps
DVD Audio Format: AC3
DVD Audio BitRate: 192 kbps
DVD Audio Language: EN - English
DVD Chapters Interval: 5 min
Delete temp process files: Yes
Save Log file: Yes
Shutdown system when process complete: No
Output Folder: M:
DVD Output Setup: DVD Folder
<>

<8/8/2007 2:35:05 PM>
SOURCE FILES
Video: D:\My Videos\Documentaries\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS)\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS).avi
Info: AVI (XviD) - 906 kbps - 640x480 - 4:3 - 29.979 fps - 1:35:24 hours - 171560 frames
Audio: D:\My Videos\Documentaries\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS)\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS).avi
Info: AVI (MPEG-1 Audio layer 3) - 95 kbps - VBR - 44100Hz - 2ch - 1:35:24 hours
<>

<8/8/2007 2:35:05 PM>
AVISYNTH SCRIPT
Video = DirectShowSource("D:\My Videos\Documentaries\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS)\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS).avi", convertfps=true)
Audio = DirectShowSource("D:\My Videos\Documentaries\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS)\CNN Presents - In the Footsteps of bin Laden (2006.TVRip.SoS).avi")
AudioDub(Video, Audio)
ConvertToYV12
ChangeFPS(29.97)
LanczosResize(720,480,0,0.5)
SSRC(48000)
EnsureVBRMP3Sync()

<>

<8/8/2007 2:35:30 PM>
JOB COMPLETED.
<>

Attempting QuEnc, currently...

MrC
9th August 2007, 08:25
@boywondr16

Yes, you are right, no clues from the log file. It seems a "very standard" job, xvid+mp3 to DVD.

Let me know if QuEnc works.

Another try could be removing the codec pack (I really do not like that mess) and install ONLY the codecs you need (i.e. XviD and MP3) or the all-in-one ffdshow (http://sourceforge.net/projects/ffdshow-tryout).

IMO ffdshow is the best choice: you get rid of all single codecs and have very good encoding/decoding quality.

:)

Bye
________
Zodia (http://www.cyclechaos.com/wiki/Honda_Zodia)

MrC
9th August 2007, 09:31
Why not other good converter software.
Like this Daniusoft Video Converter?:rolleyes:

Just one BIG reason: it is not free... :rolleyes::)

And you are OT

;)

Bye
________
VTX1300R (http://www.cyclechaos.com/wiki/Honda_VTX1300R)

boywondr16
9th August 2007, 23:42
QuEnc worked, which makes the whole thing even more odd...

Oh, well...adjustment and on I go. I will try again with ffshow later, and remove the KLCP.

MrC
10th August 2007, 07:27
Another try: select HCenc as default encoder, save settings and the copy&paste the txt content of AVStoDVD.ini file you find in AVStoDVD installation folder.

However, when encoding @ 6157 kbps, the encoder really do not make any difference.... so you can go with QuEnc.

:)

Bye
________
box vaporizers (http://boxvaporizers.com)

MrC
10th August 2007, 19:35
AVStoDVD release 1.1.0 (http://sourceforge.net/project/showfiles.php?group_id=197340&package_id=233646&release_id=531354) is available.

Change log:


Moved Postprocessing Options to Settings Window
Moved MPEG2 Advanced Options to Main Window
Added "Close All GOPs" among MPEG2 Advanced Options
Added DGPulldown support (exe included in the installer)
Added text subtitles multiplexing
Added Spline16Resize and made Lanczos4Resize as default
Added consistency check on source files at job startup
Changed default DVD sizes from 4438/8876 to 4435/8870 for subtitles support
Revised resizing procedure in AVS Script
Improved log activity saving


There are many changes, so I'm expecting some bugs too...:p

As usual, comments and suggestions are welcome.

:)

Bye
________
extreme q vaporizer (http://extremevaporizer.info)

boywondr16
11th August 2007, 00:16
OK...I've given up trying to reshape my codecs mess and did a clean install of Windows XP. Installed K-Lite Codec Pack clean.

In using QuEnc, I'm now getting errors related to the AudioDub commands.

Here's the latest log:
<8/10/2007 5:10:05 PM>
JOB START
<>

<8/10/2007 5:10:05 PM>
JOB SETTINGS
Source Video file: D:\My Videos\PBS Frontline - News War - Complete 4 Part Series - 2007 [SoS]\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I.m4v
Source Audio file: D:\My Videos\PBS Frontline - News War - Complete 4 Part Series - 2007 [SoS]\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I.m4v
MPEG2 Encoding Options: Very High Quality (Low Speed)
MPEG2 Encoder: QuEnc
MPEG2 Advanced Options: Progressive - Auto GOPs - No Matrix
DVD Video Format: NTSC
DVD Video Aspect Ratio: 16:9
DVD Video BitRate: 9500 (9500) kbps
DVD Audio Format: MP2
DVD Audio BitRate: 192 kbps
Delete temp process files: Yes
Save Log file: Yes
Output Folder: C:\Documents and Settings\Troy\My Documents
DVD Output Setup: Muxed MPEG2
<>

<8/10/2007 5:10:05 PM>
SOURCE FILES
Video: D:\My Videos\PBS Frontline - News War - Complete 4 Part Series - 2007 [SoS]\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I.m4v
Info: isom (H.264) - 450 kbps - 512x288 - 16:9 - 29.97 fps - 54:35 minutes - 98161 frames
Audio: D:\My Videos\PBS Frontline - News War - Complete 4 Part Series - 2007 [SoS]\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I.m4v
Info: isom (AAC) - 51 kbps - VBR - 24000Hz - 1ch - 54:35 minutes
Subs:
<>

<8/10/2007 5:10:05 PM>
AVISYNTH SCRIPT
Video = DirectShowSource("D:\My Videos\PBS Frontline - News War - Complete 4 Part Series - 2007 [SoS]\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I.m4v", convertfps=true)
Audio = DirectShowSource("D:\My Videos\PBS Frontline - News War - Complete 4 Part Series - 2007 [SoS]\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I.m4v")
AudioDub(Video, Audio)
ConvertToYV12
#Using DGPulldown to upsize FPS
Lanczos4Resize(352,240)
SSRC(48000)

<>

<8/10/2007 5:10:05 PM>
START VIDEO ENCODING OPERATIONS
QuEnc (Video) Parameters: -i "C:\DOCUME~1\Troy\LOCALS~1\Temp\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I_AVStoDVD.avs" -o "C:\Documents and Settings\Troy\My Documents\PBS Frontline - News War, Part 1of4 - Secrets, Sources and Spin, Part I_AVStoDVD.m2v" -b 9500 -maxbitrate 9500 -2 -hq -vbr -aspectratio 16:9 -nointerlaced -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>

<8/10/2007 5:10:12 PM>
JOB COMPLETED.
<>

MrC
11th August 2007, 11:17
OK...I've given up trying to reshape my codecs mess and did a clean install of Windows XP. Installed K-Lite Codec Pack clean.

Good idea! :)

In using QuEnc, I'm now getting errors related to the AudioDub commands.


Which kind of errors? When you play your m4v file on WMP, do you get same message?

Bye
________
pot news (http://potwire.com)

boywondr16
14th August 2007, 00:38
Good idea! :)

Which kind of errors? When you play your m4v file on WMP, do you get same message?

Bye

Thanks for working with me on this MrC...
No issue with playback on WMP. For some reason, AVIsynth apparently didn't like the audio track on it. Other files have worked, though I'm still having to use QuEnc, because HC isn't seeing the log file from AVIsynth.

MrC
19th August 2007, 12:49
HC isn't seeing the log file from AVIsynth.

Just a thought: your HC exe file is on a hard drive unit, isn't it? Can you post here the AVStoDVD.ini file you find in AVStoDVD installation folder?

:)

Bye
________
volcano vaporizers (http://vaporizers.net/volcano-vaporizer)

ChickenMan
21st August 2007, 09:18
Thought I had better check out the latest version 1.1.0. Added an NTSC avi of dimensions 640x368 with dar of 1.739. Thats almost 16:9 widescreen in my book but AVStoDVD insisted on encoding it to 4:3 and with an AddBorders of 56 top and bottom.

It should have been encoded to 704x480 or 720x480 with AddBorders of 8 to left and right sides. I can edit the avisynth script fine but I cant find anywhere to change the dar of 4:3 to 16:9. Am I missing something obvious ?

MrC
21st August 2007, 10:43
AVStoDVD checks if the DAR is equal or more than 1.77. If it is, then it autochecks the CheckBox "WideScreen Format" in the AVS Script Window. You can click on the CheckBox manually if you want to force widescreen format.

Note that in case like that, AVStoDVD will not AddBorders on left and right sides, but will crop 4 pixels top and bottom.

It should works, keep me informed.

:)

Bye
________
Suzuki GN125E (http://www.cyclechaos.com/wiki/Suzuki_GN125E)

ChickenMan
22nd August 2007, 06:57
"..CheckBox "WideScreen Format" in the AVS Script Window." Thanks, I missed that. Checked the Widescreen Format box and indeed the script changed to cropping 4 top and bottom.

However, using CCE 2.70 it started encoding using a Q value of 60, that seamed way to high for a 1hr 31m xvid. I then ran the same avi through DVD2SVCD with RoBa and CCE 2.70 and it calculated a Q of 9. Final video encoded size from AVStoDVD was 1.5gb (expected with a Q of 60) and from DVD2SVCD was 4.1gb

I also checked to use DGPulldown as the original avi had a frame rate of 23.976. But 1000's of errors were displayed when DVDAuthor was creating the final VIDEO_TS folder and files, saying unknown framerate. Checked one of the final VOB files with GSpot and it reports a frame rate of 30.00fps. Checked the *.m2v file with BitrateViewer and it also reports 30.00 fps instead of 29.97 fps. I burnt it to a DVD-RW and as expected, my dvd player would not play the disk.

MrC
22nd August 2007, 08:18
However, using CCE 2.70 it started encoding using a Q value of 60, that seamed way to high for a 1hr 31m xvid. I then ran the same avi through DVD2SVCD with RoBa and CCE 2.70 and it calculated a Q of 9. Final video encoded size from AVStoDVD was 1.5gb (expected with a Q of 60) and from DVD2SVCD was 4.1gb

No support to CCE 2.70. Only to 2.50, 2.66 and 2.67 as it is reported in the commond dialog window to choose CCE exe file. The reason is that EclCCE does not support 2.70 too.
Could you check if you have same undersizing problems with lower CCE SP releases?

I also checked to use DGPulldown as the original avi had a frame rate of 23.976. But 1000's of errors were displayed when DVDAuthor was creating the final VIDEO_TS folder and files, saying unknown framerate. Checked one of the final VOB files with GSpot and it reports a frame rate of 30.00fps. Checked the *.m2v file with BitrateViewer and it also reports 30.00 fps instead of 29.97 fps. I burnt it to a DVD-RW and as expected, my dvd player would not play the disk.

Yes, my fault: making last changes in release 1.1.0 I have introduced a bug when encoding in NTSC.

You can try, if you will, a preview of release 1.1.1 (http://www.megaupload.com/it/?d=RZPDTKC9). It is AVStoDVD.exe only. Copy to your AVStoDVD folder, overwrite current AVStoDVD.exe. For compatibilty reason, delete AVStoDVD.ini file too.

Thanks for your debug

:)

Bye
________
YZF1000 (http://www.cyclechaos.com/wiki/Yamaha_YZF1000)

sollarman
22nd August 2007, 20:32
Hello MrC! We were communicating via email,I think this is better place to write comments about bugs and feature requests. Would it be nice to add capability of encoding video with more than one audio track ?

chaparral
23rd August 2007, 04:17
Hi MrC, i tried to upgrade for your latest version of the program since one earlier version and now i just simply can't install it...
I'm running windows vista ultimate 32bits and i can't figure out what is going on...
This could be normal??

Please,look here... http://i16.tinypic.com/522ubyp.jpg

Thanks and many thanks for your great work:)

ChickenMan
23rd August 2007, 04:21
Upgraded to the new 1.1.1 but regardless of what version I used of CCE, with or without Eclcce, as soon as hit OK to start encoding, error box pops up with "Problem encountered during VIDEO ENCODING process. Please check your settings and then retry" I then uninstalled and went back to 1.1.0 and all is well again. This time I used cce 2.50 with eclcce and got correct final file size as well. :) but still at 30 fps :(

MrC
23rd August 2007, 07:50
Hi MrC, i tried to upgrade for your latest version of the program since one earlier version and now i just simply can't install it...
I'm running windows vista ultimate 32bits and i can't figure out what is going on...
This could be normal??

Please,look here... http://i16.tinypic.com/522ubyp.jpg

Thanks and many thanks for your great work:)

Try a full uninstall of previous versions and then install 1.1.0, or wait a little bit (end of week, I hope) and download 1.1.1 final

Upgraded to the new 1.1.1 but regardless of what version I used of CCE, with or without Eclcce, as soon as hit OK to start encoding, error box pops up with "Problem encountered during VIDEO ENCODING process. Please check your settings and then retry" I then uninstalled and went back to 1.1.0 and all is well again. This time I used cce 2.50 with eclcce and got correct final file size as well. :) but still at 30 fps :(

Can you post or mail me the .log file? Let me check what's going on with CCE.

Guys, many thanks for your patience and support. Really appreciated.

:)

Bye
________
Harley-Davidson FLHR (http://www.cyclechaos.com/wiki/Harley-Davidson_FLHR)

MrC
23rd August 2007, 09:44
New 1.1.1 beta build (http://www.megaupload.com/it/?d=A15V8XCO). Only exe file. Should fix CCE error.

:)

Bye
________
Aprilia RXV450 (http://www.cyclechaos.com/wiki/Aprilia_RXV450)

chaparral
23rd August 2007, 14:48
Try a full uninstall of previous versions and then install 1.1.0, or wait a little bit (end of week, I hope) and download 1.1.1 final



Can you post or mail me the .log file? Let me check what's going on with CCE.

Guys, many thanks for your patience and support. Really appreciated.

:)

Bye

Thanks MrC:thanks::thanks::thanks:

MrC
25th August 2007, 14:21
AVStoDVD release 1.1.1 (http://sourceforge.net/project/showfiles.php?group_id=197340) is available.

Change log:


Some bugs fixed
Revised "Settings/Encoding" Window layout
Removed "Automatic" option in "AVS Source Filter"
Added VideoInterlacement in video stream info
Added "ConvertFPS()" option in "FPS Upsize Filter"
Added "ConvertToMono" function to AVS Script if source audio has 1 channel
Added "NoInstall" package without installer (7-Zip file)


As usual, comments and suggestions are welcome.

:)

Bye
________
og kush marijuana (http://trichomes.org/marijuana-strains/og-kush)

ChickenMan
27th August 2007, 05:10
Tried the link to 1.1.1 but all I get is

404 Error - Page Not Found from the SourceForge site.

MrC
27th August 2007, 07:45
Tried the link to 1.1.1 but all I get is

404 Error - Page Not Found from the SourceForge site.

Fixed (http://sourceforge.net/project/showfiles.php?group_id=197340)

Bye
________
volcano vaporizer reviews (http://vaporizer.org/reviews/volcano)

MysticE
24th September 2007, 19:43
Hi MrC,

Just like to say 1.1.1 seems to be working fine (almost). The DGPulldown, Matrix choices, and Interlace encoding are a nice touch.

I mostly use it for converting PAL music videos to 16:9 NTSC with HCenc on Best. One thing I would like to see implemented is the retention of my settings. I always use Muxed MPEG2 Streams, Video Avg Bitrate 6000, Max bitrate 7000, and Audio bitrate 256. (a very minor inconvenience).

One odd thing thing though, I finally tried it on an Xvid movie. All went well except at the very end. The length was listed in the log as 1:23:21 but in NeroShowtime it shows as 1:23:16 and it stops at 1:23:12 where it stayed (looking like it was paused). On my standalone it stops at 1:23:14. Hitting stop on my player then play (resume on) took me right back to 1:23:14. Haven't had a chance to try another.

From the log:

Video: E:\Files\XviD-SC.avi
Info: AVI (XviD) - 1017 kbps - 592x320 - 16:9 - 23.976 fps - PPF - 1:23:21 hours - 119913 frames
Audio: E:\\Files\XviD-SC.avi
Info: AVI (MPEG-1 Audio layer 3) - 131 kbps - VBR - 48000Hz - 2ch - 1:23:21 hours

Regards,
ME

MrC
25th September 2007, 15:31
Nice to hear from you, MysticE :)

One thing I would like to see implemented is the retention of my settings. I always use Muxed MPEG2 Streams, Video Avg Bitrate 6000, Max bitrate 7000, and Audio bitrate 256. (a very minor inconvenience).


Good idea, I will implement it in release 1.1.3. I am going to publish release 1.1.2 within few days :cool:

One odd thing thing though, I finally tried it on an Xvid movie. All went well except at the very end. The length was listed in the log as 1:23:21 but in NeroShowtime it shows as 1:23:16 and it stops at 1:23:12 where it stayed (looking like it was paused). On my standalone it stops at 1:23:14. Hitting stop on my player then play (resume on) took me right back to 1:23:14. Haven't had a chance to try another.

If you have time, demux video and audio from the DVD you created and feed these 2 demuxed files to AVStoDVD (or directly to MediaInfo GUI or to GSpot). Write down the time length of both of them. Are they equal or different?

:)

Bye
________
Honda VFR750F (http://www.cyclechaos.com/wiki/Honda_VFR750F)

MR Nice
25th September 2007, 21:34
Can you make your own root menu and also add your own background image? What is this program like for converting nstc 29.97fps to pal 25fps?

MR Nice
25th September 2007, 21:43
Q? Can this program convert a batch of avi files?

MysticE
26th September 2007, 10:38
.... If you have time, demux video and audio from the DVD you created and feed these 2 demuxed files to AVStoDVD (or directly to MediaInfo GUI or to GSpot). Write down the time length of both of them. Are they equal or different?

:)

Bye
Regarding the end freeze I tried one with AVI2DVD which also uses DVDAuthor with the same result. I opened them in PgcEdit and noted that the Cell Still time of the last chapter was 255, changing it to zero fixed things, allowing my player to now shut off after I fall asleep. :)

I also got this when first opening them: