View Full Version : HDConvertToX v. 3.0 (14/10/2010)
buzzqw
28th May 2010, 12:46
@gibbyman
afaik there is some tools (python script)
but it's a lot better to open a thread in avc forum
@OLP
1) :) :goodpost:
2) thanks for this info!
3) yes, just read from stdout
4) ???
5).. :confused: ask Mosu ?
bdsup.. : just a leftover.. it will throw an error. but nothing more :)
BHH
found the error with bdsup
your produced commandline has a misspelling
yours:
java -jar "C:\Users\oliver\Downloads\HDConvertToX_2.5.624.4217\applications\BDSup2Sub.jar" "G:\HD-Temp\job1\hdencodertox__subs_5.sup" "G:\HD-Temp\job1\hdencodertox__subs_5.idx" /res:pal
should be:
java -jar "C:\Users\oliver\Downloads\HDConvertToX_2.5.624.4217\applications\BDSup2Sub.jar" "G:\HD-Temp\job1\hdencodertox__subs_5.sub" "G:\HD-Temp\job1\hdencodertox__subs_5.idx" /res:pal
4) ???
if i use the mkvtoolnix with windowsinstaller it will be installed in the path c:\program files (x86)\mkvtoolnix
no matter of language i choose it dont work.
i have to use the mkvtoolnix zip-version and put the package elsewhere.
if i put it manualy in the same path as above it also didnt work.
no clue whats the prob here
buzzqw
28th May 2010, 13:08
@OLP
about bdsup.. yes.. i already know it.. it's a leftover.. it shouldn't be run
but .. due to errors.. it will not cause damage ;)
BHH
gibbyman
28th May 2010, 15:16
@gibbyman
afaik there is some tools (python script)
but it's a lot better to open a thread in avc forum
Ok, I might just head over to the avc forum and write something there...
Thanks for your quick reply!
@buzzwq
may i ask what profile (from the profile-file in the app-folder) do you use for converting to x264/mkv from a blueray?
buzzqw
1st June 2010, 11:22
for the brave and the boulder here the first HDC with support for WebM!
download this package: http://www.64k.it/andres/data/hdconverttox/hdc_webm.zip
put ivfenc.exe in \application folder (NIC modded version with avs support)
add hdconverttox_profile in hdc folder
NOTE: muxing in mkv isn't working , mkvmerge bundled with hdc don't support it
BHH
flebber
1st June 2010, 14:38
for the brave and the boulder here the first HDC with support for WebM!
download this package: http://www.64k.it/andres/data/hdconverttox/hdc_webm.zip
put ivfenc.exe in \application folder (NIC modded version with avs support)
add hdconverttox_profile in hdc folder
NOTE: muxing in mkv isn't working , mkvmerge bundled with hdc don't support it
BHH
I am here http://www.webmproject.org/code/releases/ trying to find ivfenc.exe but cannot see it. Its late at night I know.
buzzqw
1st June 2010, 14:54
@flebber
in the zip package i putted already ivfenc.exe
BHH
flebber
1st June 2010, 15:15
I am uing WebM in IVF profile...also trying another encode with WbM in mkv.
If I choose 1 pass const quality in either Webm IVF or MKV profile encoding fails however doing a webm encode with 1 pass abr works.
encoding appears to working with 1 pass abr but i cannot see a muxed final output file.
This is the make report for WebM IVF 1 pass abr.
HDConvertToX v.2.5.657.4373 report
Input File: c:\rip\source\data forms in microsoft excel.mp4 ( C:\HDC\Data forms in Microsoft Excel.mp4\fullvideo_Data forms in Microsoft Excel.mkv )
Codec Video: avc
Width / Heigh : 480 / 360
Framerate / Framecount: 29.970fps / 1850 frames
Duration(hh:mm:ss): 0:1:2
Aspect Ratio: 1.3334
Resized resolution: 480 / 352
Crop Values : 0:4:0:4
Start Video Configuration ->
Encoding Settings: WebM Best
Final Size: 700
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: OGG Audio
Audio Bitrate/Quality: 3
Audio Channels: Original
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: aac, 2.0 channels, 44.1khz
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
QMF Filter: QMLF_3_motions_Fast_Degrain.avs
ColorMatrix: On
-> End Advanced AviSynth
Start Muxing Options ->
<- End Muxing Options
Start Queue ->
prompt $d $t $_$P$G
echo job number: 0
"C:\HDC\applications\eac3to.exe" "c:\hdc\data forms in microsoft excel.mp4\fullvideo_data forms in microsoft excel.mkv" 2: stdout.wav -normalize | "C:\HDC\applications\oggenc2.exe" - -q 2 -o "C:\HDC\analysis\hdencodertox-pid2.ogg"
"C:\HDC\applications\ivfenc.exe" "C:\HDC\analysis\hdconverttox_fullvideo_data forms in microsoft excel.avs" "C:\HDC\analysis\hdconverttox_fullvideo_data forms in microsoft excel.ivf" --best --end-usage=0 --auto-alt-ref=1 -v --minsection-pct=5 --maxsection-pct=800 --kf-min-dist=0 --kf-max-dist=360 --token-parts=2 --static-thresh=0 --drop-frame=0 --min-q=0 --max-q=60 --threads=1 --min-q=700 --max-q=700
"C:\HDC\applications\mkvmerge.exe" -o "C:\Rip\Produced\Data Forms in excel.MKV" --default-duration 0:29.970fps "C:\HDC\analysis\hdconverttox_fullvideo_data forms in microsoft excel.ivf" "C:\HDC\analysis\hdencodertox-pid2.ogg" --title "Done with HDConvertToX v.2.5.657.4373"
-> End Queue
AviSynth Script ->
Working with files: C:\HDC\job4\hdconverttox_data forms in microsoft excel.avs
Load_Stdcall_plugin("C:\HDC\filters\yadif.dll")
directshowsource("c:\rip\source\data forms in microsoft excel.mp4",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(480,352,0,4,-0,-4,p=60)
hqdn3d(1)
QMLF_3_motions()
-> End AviSynth Script
buzzqw
1st June 2010, 15:20
NOTE: muxing in mkv isn't working , mkvmerge bundled with hdc don't support it
redownload the package.. now quality should work (tested with a value of 20)
BHH
flebber
1st June 2010, 15:30
Using new package it encoded audio but no encode on video with webm ivf 2 pass cq
HDConvertToX v.2.5.659.4376 report
Input File: c:\rip\source\charlotte_s butterfly cake.mp4 ( C:\Rip\Source\Charlotte_s Butterfly Cake.mp4 )
Codec Video:
Width / Heigh : 360 / 288
Framerate / Framecount: 25.000fps / 4673 frames
Duration(hh:mm:ss): 0:3:7
Aspect Ratio: 1.2500
Resized resolution: 360 / 192
Crop Values : 0:46:0:50
Start Video Configuration ->
Encoding Settings: WebM Best
Final Size: 3.5
Denoise Level: Super Light
Video Handling: Force DirectShowSource
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: cbr
Normalize: On
Audio handling: Force DirectShowSource as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** C:\Rip\Source\Charlotte_s Butterfly Cake.mp4
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Muxing Options ->
<- End Muxing Options
Start Queue ->
prompt $d $t $_$P$G
echo job number: 1
"C:\HDC\applications\wavi.exe" "C:\HDC\job0\hdconvert_audio_0_charlotte_s butterfly cake.mp4.avs" - | "C:\HDC\applications\lame.exe" - -h --cbr -b 128 "C:\HDC\job0\hdencodertox-pid1.mp3"
"C:\HDC\applications\ivfenc.exe" "C:\HDC\job0\hdconverttox_charlotte_s butterfly cake.avs" "C:\HDC\job0\hdconverttox_charlotte_s butterfly cake.ivf" --best --end-usage=0 --auto-alt-ref=1 -v --minsection-pct=5 --maxsection-pct=800 --kf-min-dist=0 --kf-max-dist=360 --token-parts=2 --static-thresh=0 --drop-frame=0 --threads=1 --min-q=3.5 --max-q=3.5
-> End Queue
AviSynth Script ->
Working with files: C:\HDC\job1\hdconverttox_charlotte_s butterfly cake.avs
Load_Stdcall_plugin("C:\HDC\filters\yadif.dll")
directshowsource("c:\rip\source\charlotte_s butterfly cake.mp4",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(360,192,0,46,-0,-50,p=60)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
-> End AviSynth Script
buzzqw
1st June 2010, 15:39
you cannot use decimal value for quality. only integer
ivfenc doesn't support it
BHH
flebber
1st June 2010, 16:09
definitely encoded but no file outputted. There is an indeo file created in the job folder.
Since ffdshow doesn't have vp8 support yet, what is the best means to playback the file?
HDConvertToX v.2.5.659.4376 report
Input File: c:\rip\source\charlotte_s butterfly cake.mp4 ( C:\Rip\Source\Charlotte_s Butterfly Cake.mp4 )
Codec Video:
Width / Heigh : 360 / 288
Framerate / Framecount: 25.000fps / 4673 frames
Duration(hh:mm:ss): 0:3:7
Aspect Ratio: 1.2500
Resized resolution: 360 / 192
Crop Values : 0:46:0:50
Start Video Configuration ->
Encoding Settings: WebM Best ; Quality= 3
Final Size: 3
Denoise Level: Super Light
Video Handling: Force DirectShowSource
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 128
Audio Channels: 2
MP3 Mode: cbr
Normalize: On
Audio handling: Force DirectShowSource as decoder
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** C:\Rip\Source\Charlotte_s Butterfly Cake.mp4
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Muxing Options ->
<- End Muxing Options
Start Queue ->
prompt $d $t $_$P$G
echo job number: 1
"C:\HDC\applications\wavi.exe" "C:\HDC\job0\hdconvert_audio_0_charlotte_s butterfly cake.mp4.avs" - | "C:\HDC\applications\lame.exe" - -h --cbr -b 128 "C:\HDC\job0\hdencodertox-pid1.mp3"
"C:\HDC\applications\ivfenc.exe" "C:\HDC\job0\hdconverttox_charlotte_s butterfly cake.avs" "C:\HDC\job0\hdconverttox_charlotte_s butterfly cake.ivf" --best --end-usage=0 --auto-alt-ref=1 -v --minsection-pct=5 --maxsection-pct=800 --kf-min-dist=0 --kf-max-dist=360 --token-parts=2 --static-thresh=0 --drop-frame=0 --threads=1 --min-q=3.5 --max-q=3.5
-> End Queue
AviSynth Script ->
Working with files: C:\HDC\job2\hdconverttox_charlotte_s butterfly cake.avs
Load_Stdcall_plugin("C:\HDC\filters\yadif.dll")
directshowsource("c:\rip\source\charlotte_s butterfly cake.mp4",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
GaussResize(360,192,0,46,-0,-50,p=60)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
-> End AviSynth Script
Atak_Snajpera
1st June 2010, 16:14
Since ffdshow doesn't have vp8 support yet, what is the best means to playback the file?
1) download vp8decoder.dll
2) run cmd.exe as administrator
3) regsvr32 ../vp8decoder.dll
buzzqw
1st June 2010, 16:15
since muxing isn't avaiable you got only the "hdconverttox_charlotte_s butterfly cake.ivf" file
when mkvmerge works with ivf you will got your file
BHH
flebber
1st June 2010, 16:27
1) download vp8decoder.dll
2) run cmd.exe as administrator
3) regsvr32 ../vp8decoder.dll
Thanks
I got the vp8decoder from havokdan here http://www.kmplayer.com/forums/showthread.php?t=16644
Not used but I also found a webm Dshow exe to install webm support on windows here http://code.google.com/p/webm/downloads/list
flebber
3rd June 2010, 16:14
Regarding stable HDC, I have two minor feature requests.
1) Is it be possible to be able to have the final saved file name, also be the muxed title name. Big benefit if using a player like VLC which displays muxed title name not file name. I opened a directory in VLC playlist and found I had lots of files all named "Done with HDConvertToX v.2.5.649.4295"
2) Import chapters from file automatically like handbrake.
buzzqw
3rd June 2010, 16:40
@flebber
1) done (only for mkv muxing)
2) done (only for mkv/dvd/m2ts input and for mkv output)
BHH
Brilliant
3rd June 2010, 17:52
Talking about minor things:
- when the encoding starts, "Starting encoding" is printed on the bottom line in the interface. But when all is over, nothing happens to alert us that the encoding is finished. Could you just show us a message box with something like "Encoding successfully finished!" or whatever makes sense to you? Or simply refresh the interface line?
- when the "save file" line is left empty, in my humble opinion the resulting file and the JobX folder should go in the folder specified in the "open file" box. Or, as it can be seen in many interfaces elsewhere, a near checkbox is used with "Source dir" text: when it is selected, an empty "save file" line means just that.
Thanks for your attention.
flebber
3rd June 2010, 23:53
@flebber
1) done (only for mkv muxing)
2) done (only for mkv/dvd/m2ts input and for mkv output)
BHH
Awesomw will it be included when you release a new update :)
buzzqw
4th June 2010, 07:27
@Brilliant
it's impossibile to hdc knowing when encoding job is finished, due to nature of queue (batch files)
about save on input folder... don't know.. i will like to know more users opinion
ideally output file name should be ever compiled.. but i am the first that never compile it
i can add a check at right of save file string "Autoname it and put into input folder".. or something similar...
@flebber
http://www.64k.it/andres/data/hdconverttox/HDConvertToX-beta_webm.exe
then http://www.64k.it/andres/data/hdconverttox/mkvinfo.zip , unzip into applications folder
BHH
gibbyman
4th June 2010, 07:37
Talking about minor things:
- when the encoding starts, "Starting encoding" is printed on the bottom line in the interface. But when all is over, nothing happens to alert us that the encoding is finished. Could you just show us a message box with something like "Encoding successfully finished!" or whatever makes sense to you? Or simply refresh the interface line?
Correct me if I'm wrong here - but it is my understanding that when the setup of your encode is done HDC no longer has anything to do with the rest of the process. The rest is done by a "script" (it's probably not a script technically - I don't really know the lingo here, but I'm sure you understand what I mean, right?) that calls the applications involved and instructs them to do what's in this "script". And HDC is "only" a very easy way of setting this up, the rest is up to all the individual applications involved. (You can even close the actual HDC application after starting a queue)
What I'm trying to say is that I'm not sure it is possible to make HDC tell you when the job is finished.
What you could do is add your job(s) to a queue and in the righthand bottom part of the queue settings tab click "add pause". In that way the window where all the stuff happens stays open after the job is done, and if you want to take it one step further you add a line changing the color of all the text in the window upon completion (how to do that is also in this thread, I just don't remember where) making it easy to see when the job is done.
Hope I didn't make it to complicated...
- Hey Buzz! Couldn't we have the "add pause" function change the color of the text as well so we don't have to add that manually? Or am I the only one who would appreciate that?
gibbyman
4th June 2010, 07:39
@Brilliant
it's impossibile to hdc knowing when encoding job is finished, due to nature of queue (batch files)
BHH
Ooops... you managed to post a reply while I was typing...
:p
buzzqw
4th June 2010, 07:48
Hey Buzz! Couldn't we have the "add pause" function change the color of the text as well so we don't have to add that manually? Or am I the only one who would appreciate that?
... scrip kid are welcome ;)
Ooops... you managed to post a reply while I was typing...
your explanation is perfect. thanks!
BHH
gibbyman
4th June 2010, 07:49
While I'm at it I actually have a question of my own for you guys...
When you set up a queue of 8-10 jobs (thought I'd let my computer do some good while I was away the other weekend) and add the "pause" in the end I've noticed that only the last 3-5 jobs are still in the "dos"-window when I want to review the jobs. The rest seems to have been "purged"/removed/whatever.
I don't know if this is a limitation within Windows setting how many rows that get to stay in this window or if it is something we can control, so I'm wondering if you guys know if this can be fixed?
I mean - is it possible to make my HDC/Windows/whatever program involved display all the jobs done?
buzzqw
4th June 2010, 08:32
I don't know if this is a limitation within Windows setting how many rows that get to stay in this window or if it is something we can control, so I'm wondering if you guys know if this can be fixed?
I mean - is it possible to make my HDC/Windows/whatever program involved display all the jobs done?
it's a settings in cmd windows
and very easy to resolve
click right on cmd windows (while encoding..) , propierties
go on layout , set the first value (width ?) to 999
click ok, and say ok to save for all the same window
BHH
Brilliant
4th June 2010, 09:43
@Brilliant
it's impossibile to hdc knowing when encoding job is finished, due to nature of queue (batch files)
It's a pity you can't control it!
I'm a programmer, too (database software, nothing to do with encoding... ), and I know I can start external process/es (be it a single line or batch file) and have it returning to the same calling method. So I thought you could do it in a similar way.
OK, no problem. Thanks anyway, to you and gibbyman. :)
buzzqw
4th June 2010, 09:57
@Brilliant
yes.. i could check the handle of cmd win .. but.. it's so important ;) ?
BHH
Brilliant
4th June 2010, 10:30
@Brilliant
yes.. i could check the handle of cmd win .. but.. it's so important ;) ?
BHH
Well, since you ask me, my answer is: yes, it is! Both my points are! I wouldn't have highlighted them in my previous post otherwise... :)
But you are in charge of HDC, so you decide! In any case I'm glad you gave us this piece of software.
flebber
4th June 2010, 13:11
@Brilliant
about save on input folder... don't know.. i will like to know more users opinion
ideally output file name should be ever compiled.. but i am the first that never compile it
i can add a check at right of save file string "Autoname it and put into input folder".. or something similar...
BHH
personally i would just prefer simple option of editing ini file and specifying persistent directory as i always output to same directory :)
gibbyman
4th June 2010, 13:34
it's a settings in cmd windows
and very easy to resolve
click right on cmd windows (while encoding..) , propierties
go on layout , set the first value (width ?) to 999
click ok, and say ok to save for all the same window
BHH
Great! I'll look into that when I get home from work today...
:thanks:
... scrip kid are welcome
I'm afraid I don't understand what you are trying to say with that one...
flebber
4th June 2010, 14:58
@flebber
1) done (only for mkv muxing)
2) done (only for mkv/dvd/m2ts input and for mkv output)
BHH
Awesome, works well :thanks:
flebber
4th June 2010, 15:54
Using the beta version you posted previously I am getting a script error line 86 column 2, when doing preview. It then also fails script error during encode.
line 86 is
()
the preceding few lines
last = isYUY2(last) ? ConvertToYV12(last) : last
Lanczos4Resize (704,384,10,8,-6,-8)
ColorMatrix(mode="Rec.709->Rec.601")
hqdn3d(1)
RemoveGrain(mode=19)
Import("C:\HDC\filters\")
()
make report
HDConvertToX v.2.5.650.4319 report
Input File: c:\rip\source\fulldisc\the_shield_s1_d2\video_ts\vts_01_1.vob ( C:\Rip\Source\FullDisc\THE_SHIELD_S1_D2\VIDEO_TS\VTS_01_1.VOB )
Codec Video: mpeg
Width / Heigh : 720 / 576
Framerate / Framecount: 25.000fps / 63934 frames
Duration(hh:mm:ss): 0:42:38
Aspect Ratio: 1.7778
Resized resolution: 704 / 384
Crop Values : 10:8:6:8
Activate: Follow ITU Resizing
Start Video Configuration ->
Encoding Settings: X264 Sayth HQ Sped Up ; Quality= 21.3
NMT Compatibility: On
Final Size: 21.3
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.5
Audio Channels: Original
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3 surround, 2.0 channels, 192kbps, 48khz, dialnorm: -26db
3: ac3 surround, 2.0 channels, 192kbps, 48khz, dialnorm: -26db
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
4: subtitle (dvd)
5: subtitle (dvd)
6: subtitle (dvd)
7: subtitle (dvd)
8: subtitle (dvd)
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: RemoveGrain(mode=19)
QMF Filter:
ColorMatrix: On
-> End Advanced AviSynth
Start Muxing Options ->
<- End Muxing Options
Start Queue ->
prompt $d $t $_$P$G
echo job number: 0
"C:\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[c:\rip\source\fulldisc\the_shield_s1_d2\video_ts\vts_01_1.vob] -OF=[C:\HDC\analysis\movie] -exit -minimize
"C:\HDC\applications\eac3to.exe" "c:\rip\source\fulldisc\the_shield_s1_d2\video_ts\vts_01_1.vob" 2: stdout.wav -normalize | "C:\HDC\applications\neroaacenc.exe" -if - -q 0.5 -ignorelength -of "C:\HDC\analysis\hdencodertox-pid2.mp4"
"C:\HDC\applications\x264.exe" --crf 21.3 --preset medium --trellis 1 --deblock 0,-1 --subme 8 --me umh --merange 24 --b-adapt 2 --partitions p8x8,b8x8,i4x4,i8x8,p4x4 --psy-rd 1.0:0.4 --aq-mode 2 --threads auto --thread-input --sar 1:1 --output "C:\HDC\analysis\hdconverttox_vts_01_1.h264" "C:\HDC\analysis\hdconverttox_vts_01_1.avs" --ref 4 --bframes 4 --level 4.0
"C:\HDC\applications\mkvmerge.exe" -o "C:\HDC\hdconverttox_full_vts_01_1.mkv" --default-duration 0:25.000fps "C:\HDC\analysis\hdconverttox_vts_01_1.h264" --aac-is-sbr 0:1 "C:\HDC\analysis\hdencodertox-pid2.mp4" --title "Done with HDConvertToX v.2.5.649.4295"
-> End Queue
AviSynth Script ->
Working with files: C:\HDC\analysis\hdconverttox_vts_01_1.avs
Load_Stdcall_plugin("C:\HDC\filters\yadif.dll")
Mpeg2Source("C:\HDC\analysis\movie.d2v")
Spline36Resize(704,384,10,8,-6,-8)
ColorMatrix(d2v="C:\HDC\analysis\movie.d2v")
hqdn3d(1)
()
-> End AviSynth Script
flebber
5th June 2010, 14:21
Figured it out. Simple error because I had been editing the basic filters field when playing with avs strings I ended up leaving the field blank.
I went back and filled in the field as "None" and now it is all up again.
Just realised the import chapter feature isn't working correctly. This is the mediainfo the last file encoded has a menu entry no chapter. tested file in VLC and KMP and no chapter working.
Movie name : The Shield - Season 1 - Episode 5. Done with HDConvertToX v.2.5.649.4295
Encoded date : UTC 2010-06-05 14:13:24
Writing application : mkvmerge v3.3.0 ('Language') built on Mar 24 2010 14:59:24
Writing library : libebml v0.8.0 + libmatroska v0.9.0
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Muxing mode : Container profile=Unknown@4.0
Codec ID : V_MPEG4/ISO/AVC
Duration : 43mn 54s
Width : 640 pixels
Height : 352 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Writing library : x264 core 92 r1510 33d382a
Encoding settings : cabac=1 / ref=4 / deblock=1:0:-1 / analyse=0x3:0x133 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.40 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-4 / threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=4 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=1 / wpredb=1 / wpredp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=21.3 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / ip_ratio=1.40 / aq=2:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : No
Codec ID : A_AAC
Duration : 43mn 54s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Menu
00:00:00.054 : en:00:00:00.054
Sharc
5th June 2010, 23:46
@buzzqw
Test Interlace Pattern delivers:
Source is hybrid bff and tff at 0 bff and 0 tff.
Analyzed 0 sections of five frames
Found Interlace Sections: 0 -1.#J%
Found Progressive Sections:0 -1.#J%
Found Telecined Sections: 0 -1.#J%
Found Zero Mov: -1.#J% 0
Found One Mov: -1.#J% 0
Found Two Mov: -1.#J% 0
Found Three Mov: -1.#J% 0
Found Four Mov: -1.#J% 0
Found Five Comb: -1.#J% 0
Anything wrong?
buzzqw
6th June 2010, 07:42
@flebber
for dvd input you must select the IFO (video_ts.ifo) for getting the chapter
the vob doesn't have the chapter structure
@Sharc
does the standard analysis work ?
also.. try open the deitnerlace script in virtualdub
got errors ?
BHH
Sharc
6th June 2010, 09:37
@Sharc
does the standard analysis work ?
also.. try open the deitnerlace script in virtualdub
got errors ?
Yes, analysis worked and scripts play fine.
After restarting everything from scratch the interlace test worked. It appears however that the original DVD stream is a bit problematic (that's why I made the interlace test...)
a) DGindex did automatically apply some fixes to its .d2v as it found some illegal field order transitions.
Here the final result of the Interlace Test:
Source is declared tff by a margin of 139/116.
Analyzed 1820 sections of five frames
Found Interlace Sections: 12 0.66%
Found Progressive Sections:1804 99.12%
Found Telecined Sections: 4 0.22%
Found Zero Mov: 99.12% 1804
Found One Mov: 0.33% 6
Found Two Mov: 0.22% 4
Found Three Mov: 0.11% 2
Found Four Mov: 0.05% 1
Found Five Comb: 0.16% 3
The Movie is declared to progressive
b) Indexing with DGNV did not complain about illegal transitions.
Here the final result of the Interlace Test:
Source is hybrid bff and tff at 0 bff and 0 tff.
Analyzed 1705 sections of five frames
Found Interlace Sections: 10 0.59%
Found Progressive Sections:1691 99.18%
Found Telecined Sections: 4 0.23%
Found Zero Mov: 99.18% 1691
Found One Mov: 0.18% 3
Found Two Mov: 0.23% 4
Found Three Mov: 0.18% 3
Found Four Mov: 0.06% 1
Found Five Comb: 0.18% 3
The Movie is declared to progressive
Anyway, in both cases the conclusion from the HDC Interlace Test is 'progressive', which confirms my 'manual' analysis.:)
buzzqw
8th June 2010, 10:33
Hi All
here the first beta full package of HDC 3.0
http://www.64k.it/andres/data/hdconverttox/HDConvertTOXviD3_beta1.7z
changelog
>added support for VP8 (beta)
>added extraction of chapter from mkv/dvd/m2ts input. the chapter will be muxed only when output is mkv
>fixed better management of encoding application (beta)
>fixed flac encoding when forcing ffmpeg demuxer
>added support for extraction vobsub, ssa from mkv. Using mkvextract/mkvinfo (alpha)
>fixed autochapter bug when second is less then zero
>fixed when selecting DivX and CQ encoding the description string will not report "CQ Value" instead report "Final Size MB"
>fixed double ivtc use
>added check for 64bit OS (2)
>added in queue panel an option for adding arbitrary line to queue
>fixed Force DSS audio when using avi input and user already selected Force FFmpeg.exe as decoder
>fixed Force DSS video when using avi input and user already selected Force FFmpegSource
>fixed Force DSS audio
>added Yadif Bob as deinterlace (alpha)
>added sanity check when selecting NVTools as decoder (3)
>fixed skipping OGM subtitile (alpha)
>added LFSMod() to filter list
any test is appreciated
BHH
flebber
8th June 2010, 14:31
When i select the ifo file of a multi episode DVD file, I checked the multiple episode box and accept pgc. But this only selects the info for the first pgc.
Is there anyway to select all pgc's and have full encoding including chapters put into queue?
I have only one ifo file for all multiple episodes.
C:\Rip\Source\FullDisc\THE_SHIELD_S1_D2\VIDEO_TS\VTS_01_0.IFO
Created by DVD Fab using full disc option.
Edit: PS downloading your new beta now to test:)
ckmox
9th June 2010, 06:39
cool updates SSA subtitles automatically muxed to mkv is full of win
@buzzqw
there is a small annoyance that i always wanted to say though its the commandline can the commandline be removed and just make a progress bar at the bottom or a windows pop up that has progress bar that shows whatever HDConvertToX is doing? it will be awesome if you implemented this
flebber
10th June 2010, 00:16
@buzzqw
tested your latest beta one normal x264/mkv encode and one webm/mkv encode. Both have completed successfully the webm has muxed to mkv.
However i still an unable to playback file webm. mediainfo says that your file is sweet(see below).
I have attempted to install vp8 decoder support as atak posted earlier in this thread, installed 0.9.8.1 webm installer from http://code.google.com/p/webm/downloads/list and inalled vlc 1.1 rc2 which is supposed to support webm but the file doesn't play.
Its likely your file is okay but i cannot confirm yet. The vlc error is No suitable decoder module:
VLC does not support the audio or video format "VP80". Unfortunately there is no way for you to fix this.
Succesful webm mediainfo encode
General
Complete name : C:\Rip\Produced\the_shield_HDC_beta_WebIM_test.MKV
Format : Matroska
File size : 224 MiB
Duration : 44mn 19s
Overall bit rate : 708 Kbps
Movie name : the_shield_HDC_beta_WebIM_test. Done with HDConvertToX v.2.5.649.4295
Encoded date : UTC 2010-06-09 18:57:22
Writing application : mkvmerge v4.0.0 ('The Stars were mine') built on Jun 6 2010 16:18:42
Writing library : libebml v1.0.0 + libmatroska v1.0.0
Video
ID : 1
Format : V_VP8
Codec ID : V_VP8
Duration : 44mn 19s
Width : 704 pixels
Height : 400 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : Yes
Format settings, PS : No
Codec ID : A_AAC
Duration : 44mn 19s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Menu #1
00:00:00.000 : en:Chapter 1
00:02:29.760 : en:Chapter 2
00:17:46.400 : en:Chapter 3
00:27:50.720 : en:Chapter 4
00:36:33.600 : en:Chapter 5
00:43:40.000 : en:Chapter 6
Menu #2
00:00:00.097 : en:00:00:00.097
buzzqw
10th June 2010, 07:28
http://code.google.com/p/webm/downloads/detail?name=webmdshow-0.9.8.1-20100608.zip&can=2&q=
just unzip and run installer, this will add the correct directshow filters
then you file is playable with mpc-hc
BHH
flebber
10th June 2010, 10:51
http://code.google.com/p/webm/downloads/detail?name=webmdshow-0.9.8.1-20100608.zip&can=2&q=
just unzip and run installer, this will add the correct directshow filters
then you file is playable with mpc-hc
BHH
Thats the one I have used to install webm filters, I haven't used mpc-hc yet I did use kmplayer though and it failed to play file. When I get home I will try mpc-hc and see how it goes.
I will also lodge a bug for vlc webm support
I have attempted to install vp8 decoder support as atak posted earlier in this thread, installed 0.9.8.1 webm installer from http://code.google.com/p/webm/downloads/list and inalled vlc 1.1 rc2 which is supposed to support webm but the file doesn't play.
VLC is not a direct-show compatible player. It uses it's own decoders for everything. This is why Substation Alpha subtitle styling support didn't exist until v0.90 and HD h264 playback was lousy until v1.0. The SSA support was actually ported from the libass code in MPlayer.
Make sure you list it as a feature-request for WebM support. It's not a bug since it's not supported right now. They may just close your ticket for listing it as a bug incorrectly (yes, they really are this jerky).
flebber
10th June 2010, 14:22
VLC is not a direct-show compatible player. It uses it's own decoders for everything. This is why Substation Alpha subtitle styling support didn't exist until v0.90 and HD h264 playback was lousy until v1.0. The SSA support was actually ported from the libass code in MPlayer.
Make sure you list it as a feature-request for WebM support. It's not a bug since it's not supported right now. They may just close your ticket for listing it as a bug incorrectly (yes, they really are this jerky).
It was published that VLC was supporting webm, some of the test versions of the 1.1.0 test versions have tried webm support but not working. Support removed for the current 1.1.0rc1 release. I hadn't realised this before.
from http://forum.videolan.org/viewtopic.php?f=34&t=76798
many fixes over 1.1.0-pre4, with notably:
- x264 options update for preset/tune
- Translations update
- Multiple Qt and Mac OS X interfaces fixes
- Fixes for H264 decoding with DR, Audio Convertion, DxVA2 decoding
- DVD, flv, MP4, AVI and AVI/ODML demuxing fixes and improvements
- VP8/Webm decoding support <== REMOVED
Tried MPC-HC but still noluck with WebM playback.
flebber
10th June 2010, 15:25
I have been able to get webm playback up, and buzzqw your encoded file with the beta build was good.
webm decoder from the google.code site would not work for me at all. I have been able to get playback via a VLC build with webm support found here http://www.megaupload.com/?d=EU2B1PGB
buzzqw
10th June 2010, 15:35
@flebber
:) glad it worked!
thanks for your test
BHH
flebber
10th June 2010, 22:59
This encode actually worked through the encode stage but failed to produce an output file to the correct directory.
HDConvertToX v.2.5.662.4395 report
Input File: c:\rip\source\sleepwalker - parkway drive.mp4 ( C:\HDC_beta\SleepWalker - Parkway Drive.mp4\fullvideo_SleepWalker - Parkway Drive.mkv )
Codec Video: avc
Width / Heigh : 1920 / 1080
Framerate / Framecount: 25.000fps / 6232 frames
Duration(hh:mm:ss): 0:4:10
Aspect Ratio: 1.7778
Resized resolution: 1280 / 720
Crop Values : 0:4:0:4
Start Video Configuration ->
Encoding Settings: X264 Sayth HQ Sped Up ; Quality= 20
NMT Compatibility: On
Final Size: 20
Denoise Level: Super Light
Video Handling: Use Best Decoder
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Copy Audio
Audio Bitrate/Quality: 128
Audio Channels: Original
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: aac, 2.0 channels, 44.1khz
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
*** NONE
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
Basic Filter: Hqdn3d(4,3,6,4.5)
ColorMatrix: On
Resizer: Lanczos4Resize
-> End Advanced AviSynth
Start Muxing Options ->
<- End Muxing Options
Start Queue ->
prompt $d $t $_$P$G
echo job number: 2
copy "c:\rip\source\sleepwalker - parkway drive.mp4" "C:\HDC_beta\job1\hdencodertox-pid2.1khz"
"C:\HDC_beta\applications\x264.exe" --crf 20 --preset medium --trellis 1 --deblock 0,-1 --subme 8 --me umh --merange 24 --b-adapt 2 --partitions p8x8,b8x8,i4x4,i8x8,p4x4 --psy-rd 1.0:0.4 --aq-mode 2 --threads auto --thread-input --sar 1:1 --output "C:\HDC_beta\job1\hdconverttox_sleepwalker - parkway drive.h264" "C:\HDC_beta\job1\hdconverttox_sleepwalker - parkway drive.avs" --ref 4 --bframes 4 --level 4.0 2>HDConvertToX_x264_job2.log
"C:\HDC_beta\applications\MKVtoolnix\mkvmerge.exe" -o "C:\Rip\Produced\Parkway Drive - Sleepwalker.MKV" --default-duration 0:25.000fps "C:\HDC_beta\job1\hdconverttox_sleepwalker - parkway drive.h264" "C:\HDC_beta\job1\hdencodertox-pid2.aac" --title "Parkway Drive - Sleepwalker. BETA TEST"
-> End Queue
AviSynth Script ->
Working with files: C:\HDC_beta\job1\hdconverttox_sleepwalker - parkway drive.avs
Load_Stdcall_plugin("C:\HDC_beta\filters\yadif.dll")
directshowsource("c:\rip\source\sleepwalker - parkway drive.mp4",audio=false)
last = isRGB(last) ? ConvertToYV12(last) : last
last = isYUY2(last) ? ConvertToYV12(last) : last
Lanczos4Resize(1280,720,0,4,-0,-4)
hqdn3d(1)
Hqdn3d(4,3,6,4.5)
-> End AviSynth Script
buzzqw
11th June 2010, 07:10
with mp4 input audio cannot be copied ... (must be muxed in mkv)
it's on todo list
BHH
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.