View Full Version : HDConvertToX v. 3.0 (14/10/2010)
buzzqw
24th April 2009, 07:29
update HDC
>fixed long path on deinterlace test
>added now HDC will reopen the last used folder
>added support for drag&drop input file
>other minor corrections and cosmetic fixes
BHH
Crono141
24th April 2009, 22:36
I think I found a bug. When adding multiple DVD sources to a queue, each time you analyze you have the previous DVD's pgcs available in the dropdown box.
Edit; And if you analyze the same movie twice, you get the pgc in there twice.
Chengbin
24th April 2009, 22:56
buzzqw, how do I use multiple avisynth plugins in HDC?
I want to use the following
GradFun2DBmod() (successful)
TweakColor(Sat=3.0) (successful)
SSSharp(ssw=true, iter=2, strength=3) (not successful)
MVDegrain 3 (successful, of course)
I can't use 2 plugins at the same time. Under the basic filters box, for example, I wrote GradFun2DBmod(), TweakColor(Sat=3.0), and it doesn't work.
EDIT, OK, if I put a filter in the free avs string box, it works.
BigDid
24th April 2009, 23:11
buzzqw, how do I use multiple avisynth plugins in HDC?
...
I can't use 2 plugins at the same time. Under the basic filters box, for example, I wrote GradFun2DBmod(), TweakColor(Sat=3.0), and it doesn't work.
Hi,
Have you tried
GradFun2DBmod().TweakColor(Sat=3.0)
using a dot as separator?
@Buzz
Do you think HDConvertoX can be used as a beginner Gui for x264 encoding?
Did
Chengbin
24th April 2009, 23:49
Hi,
Have you tried
GradFun2DBmod().TweakColor(Sat=3.0)
using a dot as separator?
@Buzz
Do you think HDConvertoX can be used as a beginner Gui for x264 encoding?
Did
Thanks. That worked. Now I just can't get super slow sharpener to work.
How do I indicate which filter is applied first? I would like to degrain first then apply super slow sharpener.
I don't think HDC is a very good beginner GUI. I think AutoMKV is a much better beginner GUI.
Crono141
25th April 2009, 00:46
No offense meant to buzzq, but AutoMKV is far from simple and easy. Also, so many reduntant bugs and switches (in the background, messing up your settings) that I understand why he dumped the project.
Unfortunately, as far as video encoding goes, both these programs are easy and straightforward, but you do need to play with them and learn some things about video encoding in general before you really can understand and use them well. My first DVD to divx program was DVDx 1.5 I believe, and that was simple. And for how simple it was, I still didn't know how to use it or what any of the switches or terminology meant (crop? AR? Anamorphic?).
Theres no easy way to understand this stuff. You just have to learn as you go.
Crono141
25th April 2009, 02:05
Buzz,
Your command line for Direct264 DVD conversion is incorrect. For DVD conversion, you need to specify the vts_01_1.ifo. Currently, HDC passes vts_01_1.vob. This only encodes the first VOB, not the whole movie.
Crono
buzzqw
25th April 2009, 02:22
Miltiple answer
I think I found a bug. When adding multiple DVD sources to a queue, each time you analyze you have the previous DVD's pgcs available in the dropdown box.
Edit; And if you analyze the same movie twice, you get the pgc in there twice.
fixed in next update
buzzqw, how do I use multiple avisynth plugins in HDC?
the filter box list is editable.
you can write
GradFun2DBmod().TweakColor(Sat=3.0).Undot()
but you need all needed plugins/script
SSSharp(ssw=true, iter=2, strength=3) (not successful)
hdc don't know anything about sssharp, ypu must put the avsi with fuction in filter folder
Do you think HDConvertoX can be used as a beginner Gui for x264 encoding?
maybe, or.. i hope so.
it should be straightforward in usage, and easy to use (hoping so)
How do I indicate which filter is applied first? I would like to degrain first then apply super slow sharpener.
the first filter in chain will apply first. :eek:
No offense meant to buzzq, but AutoMKV is far from simple and easy. Also, so many reduntant bugs and switches (in the background, messing up your settings) that I understand why he dumped the project.
Unfortunately, as far as video encoding goes, both these programs are easy and straightforward, but you do need to play with them and learn some things about video encoding in general before you really can understand and use them well. My first DVD to divx program was DVDx 1.5 I believe, and that was simple. And for how simple it was, I still didn't know how to use it or what any of the switches or terminology meant (crop? AR? Anamorphic?).
Theres no easy way to understand this stuff. You just have to learn as you go.
:thanks::helpful:
automkv was my second program, and my knowledge of programming (and encoding) was very early. automkv has grow to a mess of fuctions and fuctions, very loose tight each other.
i was usable to fix some of more important bug, or implement new fuctions, since it will need the totally rewrote of many (read spaghetti code) sections of structure.
Btw automkv has lot of interesting code, and was a "furnace" for my experiments, so .. i hope that someone could pick the source code and ... do something :)
Your command line for Direct264 DVD conversion is incorrect. For DVD conversion, you need to specify the vts_01_1.ifo. Currently, HDC passes vts_01_1.vob. This only encodes the first VOB, not the whole movie.
the dgindex line MUST be vts_01_1.vob AND dgindex will automatically load ALL current vob set (it's the -AIF option)
the eac3to will load each vob using the merge (+)
the subs is extracted using pgcdemux, so is ok
BHH
Chengbin
25th April 2009, 02:38
I did put it in the folder. I copied the script from the SSSharp thread (the code part) to notepad and saved it as a .avsi file and put it in the filter folder.
buzzqw
25th April 2009, 02:39
and you have open the movie.avs in virtualdub and.... ?
BHH
Chengbin
25th April 2009, 02:51
There is no function SSSharp
???
EDIT: never mind, the file extension on SSSharp was bad (it was .avs). I changed it to .avsi, and opening with Vdub, it says "there is no function named awarpsharp"
SSSharp: line 37, 65,
fullvideo.avs: line 82
Chengbin
25th April 2009, 03:07
After getting the awarpsharp filter, now Vdub says there is no function named unsharp. Where can I get this filter? I see Tunsharp, but I don't know if that's the same thing.
Crono141
25th April 2009, 03:17
Miltiple answer
the dgindex line MUST be vts_01_1.vob AND dgindex will automatically load ALL current vob set (it's the -AIF option)
the eac3to will load each vob using the merge (+)
the subs is extracted using pgcdemux, so is ok
BHH
Actually, when using Direct264, DGIndex doesn't run at all. Eac3to correctly grabs all the vobs as currently coded, but when the direct264 executes, it only handles the first vob as coded. Per the Direct264 thread (http://forum.doom9.org/showthread.php?t=141441), after registering both vtsreader.ax and decssfilter.ax, Direct264 can handle the vts_01_0.ifo natively. I believe proper function should be to pass the vob chain to eac3to as you are now, but then pass the ifo to x264.
This is only when using Direct264 though. Otherwise things are working as they should.
Did we ever figure out how to crop and deinterlace with Direct264? Perhaps by passing parameters (such as cropping values and deinterlacing method) to ffdshow?
Edit: Also, it seems that the .h264 video produced from this encode is messed up somehow. TSmuxergui reports "Bad SEI detected. SEI too short" about a bazillion times, then fails to mux. I'm going to try again with ffdshow "deinterlace" and "autocrop" and see what I get.
buzzqw
25th April 2009, 06:18
sorry Crono141!
i misurestud direct264!
yes, you are right dgindex don't run
Direct264 can handle the vts_01_0.ifo natively. I believe proper function should be to pass the vob chain to eac3to as you are now, but then pass the ifo to x264.
thanks!, i will look asap
BHH
Adub
25th April 2009, 10:27
Okay, should be a permanent mirror for the HDconverttoX update. I will try and keep it updated whenever I see an update.
www.mirror.adubvideo.net/HDConvertToX.exe
buzzqw
25th April 2009, 12:50
thanks Merlin7777!
i sometimes made silent update too.. would be possible to automatically sinch every 24 (or less) hours ?
BHH
flebber
25th April 2009, 13:46
After getting the awarpsharp filter, now Vdub says there is no function named unsharp. Where can I get this filter? I see Tunsharp, but I don't know if that's the same thing.
There is a vdub unsharp filter, its not an avisynth filter though http://neuron2.net/mine.html
However there is unsharpmask, unsure if that is what you are looking for.
http://avisynth.org/warpenterprises/
Crono141
25th April 2009, 16:52
Looks like for telecined movies there's a --smoothts option for Direct264. Running the encode again with this option as well as ffdshow option produces the same error in TSMuxer. It seems there is something wrong with encoding using direct264, and its beyond my skill or knowledge to figure out.
I'm going to be doing a fresh install of Windows 7 RC1 today, so hopefully that will fix many of my problems I've had previously.
buzzqw
25th April 2009, 17:07
i will look deeply on direct264, now was just an hack :p
in next updated (will be a full one) i added support for nicaudio/soundout plugin and visual crop
with visual crop would be possibile to view and set crop values :) (only crop , not resize)
btw i haven't feedback about bitrate calculator and dg indexer
BHH
Crono141
25th April 2009, 17:30
Also, ffdshow autocrop is not recommended. I opened the .x264 file in VLC (and it played) but the cropping was changing depending on the scene, sometimes cutting out almost 50% of the video for extended periods.
Also, there were large chunks of the file that had bad data, that VLC couldn't render. This is probably where TSMuxer had its issues.
buzzqw
25th April 2009, 17:47
thanks for your test Crono141
what about reporting to Direct264 threads ?
BHH
SeeMoreDigital
25th April 2009, 18:29
Hi Buzz,
Given that the "Force DirectShowSource" and "Force FFMS2" options need to be selected before selecting "Analyze File", I reckon it would make sense to move them to the "Source File Info" area. Maybe something like this: -
Crop & Resize Tab: -
http://tinypic.info/files/ei0aah1090uqzd0hyoxq.png
Video Encoder Tab: -
http://tinypic.info/files/igei5bgnce0ysqbcqa3m.png
Audio Tab: -
http://tinypic.info/files/iq4u6su51ggz9llqx3pw.png
Audio & Subs Tab: -
http://tinypic.info/files/z5lcrx5fvjnef0q4uxmx.png
Queue Tab
http://tinypic.info/files/3zg7yo5bwqo11jnkariy.png
AVIsynth Tab: -
http://tinypic.info/files/yczmndxaysmhi7yr1aq1.png
Utilities Tab: -
http://tinypic.info/files/uw7sgstwdltjexiu46dm.png
buzzqw
25th April 2009, 19:38
@SeeMoreDigital
as usually a big :thanks: to you!
one more info: what's about NeroDigital compatibility ? what i have to check on encoding ? any link ?
thanks again!
BHH
Adub
25th April 2009, 19:47
thanks Merlin7777!
i sometimes made silent update too.. would be possible to automatically sinch every 24 (or less) hours ?
BHH
Yeah, I'll setup a cron job when I have some time.
Edit: Okay, cron job up and running!
www.mirror.adubvideo.net/HDConvertToX.exe should be to date from now on!
Dal
25th April 2009, 23:22
Hello again.
Maybe it has been answered before, but what do I do if I don't want to resize / change resolution ?
Thanks.
buzzqw
26th April 2009, 08:31
@Dal
set all crop value to 0, set width and then height to original value
BHH
Nasdravi
26th April 2009, 16:06
Hello BHH,
I really like your program, is the only one that i use now, after trying lots of similar ones.
Works perfectly. Keep up the good work :)
And please include a trim function, so we can get rid of the credits in order to earn some quality.
Cheers mate :)
Nasdravi
buzzqw
26th April 2009, 17:31
Hi Nasdravi and Welcome to the Forum
you can already use the "free avs string" to put your trim :)
BHH
Nasdravi
26th April 2009, 20:02
:) You make it sound so simple !
Any chance you gimme an example of the string i need to add in the 'Free avs string' dialog box in order to trim at lets say: 1:30min ?
Cheers
Nasdravi
buzzqw
26th April 2009, 21:03
for ntsc (23.976)
trim(0,2158)
for pal
trim(0,2250)
in this example the film will be from 0 frames to 2250 frames, all other frames (2251, 2252 ...) will be cutted out
it's just the framerate * seconds
BHH
Crono141
26th April 2009, 21:11
Ok. I'm back up and running, and just as I suspecting, doing a fresh install of Win7 fixed all my playback issues I was having, even after installing ffdshow and haali, and avisynth, and ac3filter.
If we're redesigning the interface again, can I request that in the audio and subtitles selection tab, that we have the option to add external audio and subtitles?
EDIT: Whats up with the interlace test? Its been running for over an hour now, and it seems to be encoding at a blazing fast 13 fps. Half done and eta 35 min remaining? How much work does this have to do to tell me if its telecined or interlaced or progressive? Surely there's a better way of doing this?
EDIT AGAIN: Queue seems broken. I queued up 2 movies (ifos) to convert. The first one didn't seem to convert at all (no output file) and the second one had an output file without audio muxed in. Here's the report:
HDConvertToX v.1.2.243.1901 report
Input File: e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_1.vob
Codec Video: mpeg
Width: 720
Heigh: 480
Framerate: 29.970
Framecount: 154405
Duration(hh:mm:ss): 1:25:52
Aspect Ratio: 1.7778
Resized resolution: 704 / 336
Crop Left: 8
Crop Top: 38
Crop Right: 8
Crop Bottom: 42
Activate: Crop Obey to AR
Start Hidden Options ->
Activate Hidden Option: NMT
Activate Hidden Option: Copy Audio
Activate Hidden Option: Mod16
-> End Hidden Options
Start Video Configuration ->
Encoding Settings: X264 in M2TS
NMT Compatibility: On
Encoding Preset: 7
Final Size: 1500
Priority: idle
Denoise Level: None
Force DirectShowSource: Off
Deinterlace: Telecine
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Copy Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: abr
SpeedUP: Off
SlowDonw: Off
Normalize: On
Use Eac3to as demuxer
-> End Audio Configuration
Start Audio Tracks Selected ->
80: English (AC3 6ch, 0xBD 0x80) [0]
-> End Audio Tracks Selected
Start Subtitles Tracks Selected ->
-> End Subtitles Tracks Selected
Mux Subtitle in MP4/MKV file: On
Encrust Subtitle in Video file: Off
Start Advanced AviSynth ->
Basic Filter: NONE
QMF Filter: NONE
MVDegrain: NONE
FreeAVS String:
ColorMatrix: On
GreyScale: Off
-> End Advanced AviSynth
Start Queue ->
"E:\Programs\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_1.vob] -OF=[E:\Programs\HDConvertToX\temp\movie] -exit -minimize
"E:\Programs\HDConvertToX\applications\eac3to.exe" "e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_1.vob"+"e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_2.vob"+"e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_3.vob"+"e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_4.vob"+"e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_5.vob"+"e:\rippeddvd\mainmovie\ratatouille\video_ts\vts_01_6.vob" 3: "E:\Programs\HDConvertToX\temp\hdencodertox-pid3.ac3"
Source is hybrid bff and tff at 0 bff and 0 tff.
Analyzed 6 sections of five frames
Found Interlace Sections: 0 0.00%
Found progressive Sections:0 0.00%
Found Telecined Sections: 6 100.00%
Found Zero Mov: 0.00% 0
Found One Mov: 0.00% 0
Found Two Mov: 100.00% 6
Found Three Mov: 0.00% 0
Found Four Mov: 0.00% 0
Found Five Comb: 0.00% 0
The Movie is declared to telecined"E:\Programs\HDConvertToX\applications\x264.exe" --pass 1 --bitrate 2259 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 1 --filter -1,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 1 --no-chroma-me --aud --nal-hrd --aq-mode 1 --aq-strength 1 --psy-rd 1.1:0.0 --output "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.h264" "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.avs" --level 4.0
"E:\Programs\HDConvertToX\applications\x264.exe" --pass 2 --bitrate 2259 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 3 --filter -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 1 --no-chroma-me --8x8dct --aud --nal-hrd --aq-mode 1 --aq-strength 1 --psy-rd 1.1:0.0 --output "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.h264" "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.avs" --level 4.0
"E:\Programs\HDConvertToX\applications\tsMuxeR.exe" "E:\Media\DVD\Disney\Ratatouille.meta" "E:\Media\DVD\Disney\Ratatouille.m2ts"
"E:\Programs\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_1.vob] -OF=[E:\Programs\HDConvertToX\temp\movie] -exit -minimize
"E:\Programs\HDConvertToX\applications\eac3to.exe" "e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_1.vob"+"e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_2.vob"+"e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_3.vob"+"e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_4.vob" 3: "E:\Programs\HDConvertToX\temp\hdencodertox-pid3.ac3"
Source is hybrid bff and tff at 0 bff and 0 tff.
Analyzed 6 sections of five frames
Found Interlace Sections: 0 0.00%
Found progressive Sections:0 0.00%
Found Telecined Sections: 6 100.00%
Found Zero Mov: 0.00% 0
Found One Mov: 0.00% 0
Found Two Mov: 100.00% 6
Found Three Mov: 0.00% 0
Found Four Mov: 0.00% 0
Found Five Comb: 0.00% 0
The Movie is declared to telecined"E:\Programs\HDConvertToX\applications\x264.exe" --pass 1 --bitrate 2055 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 1 --filter -1,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 1 --no-chroma-me --aud --nal-hrd --aq-mode 1 --aq-strength 1 --psy-rd 1.1:0.0 --output "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.h264" "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.avs" --level 4.0
"E:\Programs\HDConvertToX\applications\x264.exe" --pass 2 --bitrate 2055 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 3 --filter -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 1 --no-chroma-me --8x8dct --aud --nal-hrd --aq-mode 1 --aq-strength 1 --psy-rd 1.1:0.0 --output "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.h264" "E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.avs" --level 4.0
"E:\Programs\HDConvertToX\applications\tsMuxeR.exe" "E:\Media\DVD\Comedy\Madagascar.meta" "E:\Media\DVD\Comedy\Madagascar.m2ts"
-> End Queue
AviSynth Script ->
Working with files: E:\Programs\HDConvertToX\temp\hdconverttox_vts_01_1.avs
#HDConvertToX Avisynth Script
#
#Input File = e:\rippeddvd\mainmovie\madagascar\video_ts\vts_01_1.vob
#Original Resolution = 720x480
#Aspect Ratio = 1.7778
#Frame rate =29.970
#Number of Frames = 154405
#Lenght (hour:minutes:seconds) = 1:25:52
#Display Aspect Ratio = 2.0860
#Aspect Error = -0.4432
#
#Resized resolution = 704 / 336
#Crop Left = 8
#Crop Top = 38
#Crop Right = 8
#Crop Bottom = 42
#
#Source File
mpeg2source("E:\Programs\HDConvertToX\temp\movie.d2v")
#Insert Deinterlacer
tfm(last,d2v="E:\Programs\HDConvertToX\temp\movie.d2v").tdecimate()
#Applying Resizing
LanczosResize(704,336,8,38,-8,-42)
#Insert Filters As Requested
ColorMatrix(d2v="E:\Programs\HDConvertToX\temp\movie.d2v")
-> End AviSynth Script
buzzqw
27th April 2009, 08:18
New FULL PACKAGE
>added support for NicAudio/SoundOut plugin
>redesigned interface (thanks to SeeMoreDigital)
>fixed denterlace test and queue of dvd input file
>added support for visual crop (you need a monito resolution bigger than frame size of movie!)
>fixed speedup to deinterlace test
>fixed more clean to temp folder
>fixed ivtc when using Direct264
>other minor corrections and cosmetic fixes
BHH
Chengbin
27th April 2009, 12:26
buzzqw, HDC will calculate negative bitrates for some reason if the selected size is smaller tham 1MB
buzzqw
27th April 2009, 12:59
maybe due to rounding and audio bitrate
BHH
Balthazar2k4
27th April 2009, 17:28
Has anyone successfully converted VC-1 material using HDConverToX under Windows 7? I have no problem with H264 or MPEG-2, but VC-1 just won't go. Works great under Vista.... Any help would be greatly appreciated....
Sharc
27th April 2009, 20:19
Hi buzzqw
I like the revised GUI design and like to comment that after cropping and resizing the Stream PAR of the encoded stream should actually be:
Stream PAR = Original PAR x (resized_height x cropped_width) : (cropped_height x resized_width).
It may be added as --sar x:y to the x.264 command line, useful for those decoders which read the sar from the stream.
Presently you always indicate the Original PAR, independent of the resizing.
Crono141
28th April 2009, 00:02
Visual crop does nothing for me. Of course, MPC preview doesn't work for me either.
EDIT: Preview actually produces something: It says: "TFM: d2v frame count does not match filter frame count (154515 vs 37014). (preview.avs line 67)
buzzqw
28th April 2009, 07:17
what OS are you using ?
what is your input file ?
how do you build the d2v file input ?
BHH
Nasdravi
28th April 2009, 11:37
for ntsc (23.976)
for pal
in this example the film will be from 0 frames to 2250 frames, all other frames (2251, 2252 ...) will be cutted out
it's just the framerate * seconds
BHH
Thank you! :thanks:
Crono141
29th April 2009, 00:21
what OS are you using ?
what is your input file ?
how do you build the d2v file input ?
BHH
Windows 7 RC1. Input file is the IFO I'm trying to convert. D2v was built automatically (I guess) when I hit the "Preview" button.
buzzqw
29th April 2009, 07:14
update HDC
>fixed bitrate is lowered by 4% when muxing in m2ts
>fixed preview of ifo files and Telecined/FILM source
>added if anamorphic is checked HDC will pass to X264 the --sar values
>other minor corrections and cosmetic fixes
BHH
SeeMoreDigital
29th April 2009, 08:39
>added if anamorphic is checked HDC will pass to X264 the --sar values
Nice one ;)
Sharc
29th April 2009, 20:13
>added if anamorphic is checked HDC will pass to X264 the --sar values
much appreciated !
toology
30th April 2009, 11:24
I'd like to report a bug. Sometimes when I'm encoding a vob file HDC opens up DGindex but instead of it analyzing the file like it normally does, it just opens the main dgindex window and does nothing. After I manually exit DGindex conversion automatically finishes without results.
Here is what HDC sends as data:
C:\Users\Mihailo\Desktop\HDC\temp>"C:\Users\Mihailo\Desktop\HDC\applications\Pgc
Demux.exe" -pgc 26 -nocellt -nolog -noaud -nosub -nom2v -vob "C:\Users\Mihailo\D
ownloads\Monsters Of Metal Vol.4 DVD\VIDEO_TS\VTS_01_0.IFO" "C:\Users\Mihailo\De
sktop\HDC\temp\"
C:\Users\Mihailo\Desktop\HDC\temp>"C:\Users\Mihailo\Desktop\HDC\applications\dgi
ndex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\users\mihailo\desktop\hdc\temp\vts_01_1.vob
] -OF=[C:\Users\Mihailo\Desktop\HDC\temp\movie] -exit -minimize
buzzqw
30th April 2009, 12:17
C:\Users\Mihailo\Desktop\HDC\temp>"C:\Users\Mihailo\Desktop\HDC\applications\Pgc
Demux.exe" -pgc 26 -nocellt -nolog -noaud -nosub -nom2v -vob "C:\Users\Mihailo\D
ownloads\Monsters Of Metal Vol.4 DVD\VIDEO_TS\VTS_01_0.IFO" "C:\Users\Mihailo\De
sktop\HDC\temp\"
this is failing, and so dgindex don't found the vobs
could you please launch only the pgcdemux line and see the errors ?
thanks
BHH
toology
30th April 2009, 15:31
No problem, just tell me what to enter in command prompt. I tried Copy/Paste from your post
"C:\Users\Mihailo\Desktop\HDC\applications\PgcDemux.exe" -pgc 26 -nocellt -nolog -noaud -nosub -nom2v -vob "C:\Users\Mihailo\Downloads\Monsters Of Metal Vol.4 DVD\VIDEO_TS\VTS_01_0.IFO" "C:\Users\Mihailo\Desktop\HDC\temp\"
but it didn't work. It just gives me C:\Users line again
buzzqw
30th April 2009, 16:03
could you try to use a simplier path ?
maybe due to "." in "vol.4"
move the video_ts in c:\temp , so you got c:\temp\VIDEO_TS\ (and here all vobs/ifo files)
then launch
"C:\Users\Mihailo\Desktop\HDC\applications\PgcDemux.exe" -pgc 26 -nocellt -nolog -noaud -nosub -nom2v -vob "C:\temp\VIDEO_TS\VTS_01_0.IFO" "C:\Users\Mihailo\Desktop\HDC\temp\"
and check the "C:\Users\Mihailo\Desktop\HDC\temp\" folder if file "appears"
BHH
HiDef
30th April 2009, 18:39
Hallo, I have taken from mkv video file through mkvextract video track.h264 to change wight/height, at analysis the program enters it in mkv temporarily, it is possible that did without input in mkv? And why it does it? Thanks.
Sorry for my bad English.
buzzqw
30th April 2009, 19:20
@toology
in next full update i will drop pgcdemux for a more secure software... stay tuned!
@HiDef
it's done for unsupported files.
BHH
flebber
1st May 2009, 04:36
HDConvertToX v.1.2.249.2036 report
Input File: c:\rip\source video\metalvideos2\as i lay dying - confined.mpg
Codec Video:
Width: 352
Heigh: 240
Framerate: 29.970
Framecount: 6041
Duration(hh:mm:ss): 0:3:22
Aspect Ratio: 1.4667
Resized resolution: 352 / 160
Crop Left: 0
Crop Top: 40
Crop Right: 0
Crop Bottom: 40
Activate: Crop Obey to AR
Activate: Anamorphic Resize
Start Hidden Options ->
Activate Hidden Option: X264 in MKV
Activate Hidden Option: MP3 Audio
Activate Hidden Option: Mod16
-> End Hidden Options
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 6
Final Size: 20
Priority: idle
Denoise Level: Super Light
Force DirectShowSource: Off
Deinterlace: none
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Copy Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: abr
SpeedUP: Off
SlowDonw: Off
Normalize: On
Use Eac3to as demuxer
-> End Audio Configuration
Start Audio Tracks Selected ->
-> End Audio Tracks Selected
Start Subtitles Tracks Selected ->
-> End Subtitles Tracks Selected
Mux Subtitle in MP4/MKV file: On
Encrust Subtitle in Video file: Off
Start Advanced AviSynth ->
Basic Filter: GradFun2DBmod()
QMF Filter: NONE
MVDegrain: NONE
FreeAVS String: Undot().FRFun7()
ColorMatrix: On
GreyScale: Off
-> End Advanced AviSynth
Start Queue ->
"C:\Rip\HDConvertToX_1.2.246.2007\applications\mkvmerge.exe" -o "C:\Rip\Produced\System of a Down - Chop Suey.MKV" --default-duration 0:25.000fps --aspect-ratio -1:1.3334 "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdencodertox-pid2.mp3"
"C:\Rip\HDConvertToX_1.2.246.2007\applications\eac3to.exe" "c:\rip\hdconverttox_1.2.246.2007\temp\fullvideo.mkv" 2: "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdencodertox-pid2.mp3"
"C:\Rip\HDConvertToX_1.2.246.2007\applications\x264.exe" --crf 20 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 1 --ref 3 --filter -1,-1 --subme 6 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 1 --partitions p8x8,b8x8,i8x8 --8x8dct --aud --nal-hrd --aq-mode 1 --aq-strength 1 --psy-rd 1.0:0.0 --sar 262157:196608 --output "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_fullvideo.avs" --level 4.0
"C:\Rip\HDConvertToX_1.2.246.2007\applications\mkvmerge.exe" -o "C:\Rip\Produced\System of a Down - Chop Suey.MKV" --default-duration 0:25.000fps --aspect-ratio -1:1.3334 "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_fullvideo.h264" "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdencodertox-pid2.mp3"
"C:\Rip\HDConvertToX_1.2.246.2007\applications\x264.exe" --crf 20 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 1 --ref 3 --filter -1,-1 --subme 6 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 1 --partitions p8x8,b8x8,i8x8 --8x8dct --aud --nal-hrd --aq-mode 1 --aq-strength 1 --psy-rd 1.0:0.0 --sar 123907:56320 --output "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_as i lay dying - confined.h264" "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_as i lay dying - confined.avs" --level 4.0
"C:\Rip\HDConvertToX_1.2.246.2007\applications\mkvmerge.exe" -o "C:\Rip\Produced\As I Lay Dying - Confined.MKV" --default-duration 0:29.970fps --aspect-ratio -1:2.2000 "C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_as i lay dying - confined.h264"
-> End Queue
AviSynth Script ->
Working with files: C:\Rip\HDConvertToX_1.2.246.2007\temp\hdconverttox_as i lay dying - confined.avs
#HDConvertToX Avisynth Script
#
#Input File = c:\rip\source video\metalvideos2\as i lay dying - confined.mpg
#Original Resolution = 352x240
#Aspect Ratio = 1.4667
#Frame rate =29.970
#Number of Frames = 6041
#Lenght (hour:minutes:seconds) = 0:3:22
#Display Aspect Ratio = 2.2000
#Aspect Error = 0.0023
#
#Resized resolution = 352 / 160
#Crop Left = 0
#Crop Top = 40
#Crop Right = 0
#Crop Bottom = 40
#
#Source File
directshowsource("c:\rip\source video\metalvideos2\as i lay dying - confined.mpg",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
#Applying Resizing
GaussResize(352,160,0,40,-0,-40,p=75)
#Insert Filters As Requested
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
GradFun2DBmod()
Undot().FRFun7()
-> End AviSynth Script
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.