View Full Version : HDConvertToX v. 3.0 (14/10/2010)
Sharc
13th June 2009, 09:47
Thanks. You are updating at Formula 1 speed ...:)
buzzqw
13th June 2009, 10:26
just added 1 line of code :)
BHH
rickhtoo
13th June 2009, 17:44
try redonwload HDC (and use Film NTSC)
Still the same.... Creates the encode normally but when played back I just get a black screen for video... I have tried all possible Deint methods, but still the same results. Very strange that AutoMKV produces video but HDC only a black screen.. Any other ideas? :confused:
Thanks Buzz
alter4
13th June 2009, 17:52
Feature request.
Buzzqw, could you please add "direct stream copy" feature for audio (as now it is for video).
I am encoding mpeg 2 video with mp3 audio inside, there is no reason to encode audio again.
Havokdan
13th June 2009, 18:28
Alter4, I think HDC already has that option.
spida_singh
13th June 2009, 19:45
Feature request.
Buzzqw, could you please add "direct stream copy" feature for audio (as now it is for video).
I am encoding mpeg 2 video with mp3 audio inside, there is no reason to encode audio again.
Yes it does, just select copy audio from audio tab
buzzqw
13th June 2009, 20:03
Still the same.... Creates the encode normally but when played back I just get a black screen for video... I have tried all possible Deint methods, but still the same results. Very strange that AutoMKV produces video but HDC only a black screen.. Any other ideas? :confused:
Thanks Buzz
send me a link with at least 50mb os sample
thanks
BHH
rickhtoo
13th June 2009, 21:17
send me a link with at least 50mb os sample
thanks
BHH
Where can I put it so you can have access to it? Image Shack apparently doesn't allow vob files..
Rick
rickhtoo
13th June 2009, 21:23
How can I edit the ac3 files created in the temp folder? Soundforge doesn't have that option, and Audacity will not open it even though it works with ac3 files..
Thanks
rickhtoo
13th June 2009, 22:22
Where can I put it so you can have access to it? Image Shack apparently doesn't allow vob files..
Rick
Well actually it does support vob, but converts them to mp4 when uploaded, do I guess that won't help..
Rick
buzzqw
13th June 2009, 23:00
use mediafire.com or rapidshare.com
BHH
rickhtoo
14th June 2009, 03:09
use mediafire.com or rapidshare.com
BHH
Thanks for that suggestion, never used them before. Here is the link:
http://rapidshare.com/files/244279238/TZsample.VOB.html
Thanks for helping with this issue.
Rick
Havokdan
14th June 2009, 08:49
buzzqw, the save file option is not working with me, I do not know if it is because I set a folder as the default output, it is happening. Example:
I ask for the HDC save the file as follows: C:\Movies\Movie.avi, but he ends up being saved as C:\HDC\hdcfullmovie_Movie.avi
In this example, Default Output Folder = C:\HDC\
Mrsash
14th June 2009, 13:52
Buzz did some video songs from vob to MKV but got bigger files with one pass? Go figure
Also I made some more mistakes and ended up with videos with wrong AR. I deleted the originals thinking they were done right. Anyway is there a quick way without reencoding to fix the AR so that my PC displys them at the right AR?
thanks
Acid-Burn
14th June 2009, 16:15
#####
Until now I have been using AutoMKV and ProjectX to convert DVB transport streams. With AutoMKV I can select the idx/sub produced when I demux the .ts with ProjectX.
How do I do this in HDC? The subtitle tab only allows me to select subtitles found in the input file. HDC can see the subtitle in the .ts file, but it ignores it:
HDConvertToX v.1.8.360.3097 report
Input File: x:\dr1\tst.ts ( X:\DR1\tst.ts )
Codec Video: mpeg
Width / Heigh : 704 / 576
Framerate / Framecount: 25.000 / 734
Duration(hh:mm:ss): 0:0:30
Aspect Ratio: 1.7778
Resized resolution: 704 / 576
Crop Values : 0:96:0:96
Activate: Crop Obey to AR
Activate: Anamorphic Resize
No Resize & Crop: On
Start Video Configuration ->
Encoding Settings: X264 in MKV
NMT Compatibility: On
Encoding Preset: 7
Final Size: 22
Priority: idle
Denoise Level: Super Light
Video Handling: Use Best Decoder
Deinterlace: Interlaced
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: MP3 Audio
Audio Bitrate/Quality: 160
Audio Channels: 2
MP3 Mode: abr
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: mp2, danish, 2.0 channels, 256kbps, 48khz, -127ms
-> End Full Audio List
Full Subtitle List-> (*** mean selected)
NONE
*** 3: subtitle (dv
-> End Full Subtitle List
Mux Subtitle in MP4/MKV file: On
Start Advanced AviSynth ->
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"C:\Programmer\Utils\HDConvertToX\applications\eac3to.exe" "x:\dr1\tst.ts" 1:"X:\X\tmp\hdconverttox.m2v"
"C:\Programmer\Utils\HDConvertToX\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[X:\X\tmp\hdconverttox.m2v] -OF=[X:\X\tmp\movie] -exit -minimize
"C:\Programmer\Utils\HDConvertToX\applications\eac3to.exe" "x:\dr1\tst.ts" 2: stdout.wav -down16 -down2 | "C:\Programmer\Utils\HDConvertToX\applications\lame.exe" - --abr 160 "X:\X\tmp\hdencodertox-pid2.mp3"
"C:\Programmer\Utils\HDConvertToX\applications\x264.exe" --crf 22 --pass 1 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 3 --deblock -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-strength 1 --sar 1:1 --output "X:\X\tmp\hdconverttox_tst_1_crf.h264" "X:\X\tmp\hdconverttox_tst.avs" --level 4.0 2>temp.txt
FOR /F "tokens=7 delims=. " %%A IN ('findstr encoded temp.txt') DO SET bitrate=%%A
"C:\Programmer\Utils\HDConvertToX\applications\x264.exe" --pass 2 --bitrate %bitrate% --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 3 --mixed-refs --trellis 0 --ref 3 --deblock -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-strength 1 --sar 1:1 --output "X:\X\tmp\hdconverttox_tst.h264" "X:\X\tmp\hdconverttox_tst.avs" --level 4.0
"C:\Programmer\Utils\HDConvertToX\applications\mkvmerge.exe" -o "X:\DR1\tst2.mkv" --default-duration 0:25.000fps --aspect-ratio -1:1.777778 "X:\X\tmp\hdconverttox_tst.h264" "X:\X\tmp\hdencodertox-pid2.mp3"
-> End Queue
AviSynth Script ->
Working with files: X:\X\tmp\hdconverttox_tst.avs
mpeg2source("X:\X\tmp\movie.d2v")
TDeint(mode=0,order=-1)
ColorMatrix(d2v="X:\X\tmp\movie.d2v")
hqdn3d(1)
return last
-> End AviSynth Script
buzzqw
15th June 2009, 07:18
Buzz did some video songs from vob to MKV but got bigger files with one pass? Go figure
a make report could help
Also I made some more mistakes and ended up with videos with wrong AR. I deleted the originals thinking they were done right. Anyway is there a quick way without reencoding to fix the AR so that my PC displys them at the right AR?
thanks
reopen mkv with mkvmerge (mmg.exe) and force AR , then remux
buzzqw, the save file option is not working with me, I do not know if it is because I set a folder as the default output
thanks fixed, redownload HDC
Is there any way to re-mux the temp folder without having to redo the whole process? I've tried avi mux but it won't start up, "The program encountered a problem and will close now".
just launch avidemux from \applications folder and drag&drop \temp files
Until now I have been using AutoMKV and ProjectX to convert DVB transport streams. With AutoMKV I can select the idx/sub produced when I demux the .ts with ProjectX
eac3to is able to detect subs in ts, BUT is unable to extract it.
i will look if possibile to add projectx support
BHH
alter4
15th June 2009, 10:30
Yes it does, just select copy audio from audio tab
Oops! Shame on me. I really didn't notice it. :thanks:
burfadel
15th June 2009, 10:54
Just wondering for mp3 audo compression using LAME, where you can add the command -h (or even better -q 0). Doing so uses a higher quality algorithm at no more bitrate, just a slight drop in speed. -h is the same as using -q 2
Stupidly enough, if you run the command:
lame --longhelp
You can see the default is '-q 5', and yet '-q 2' is the recommended! I'd prefer the option to be just flat '-q 0', as on modern processors there's very little difference in speed between -q 0 and the default -q 5.
alter4
15th June 2009, 12:00
Is it bug?
I use hdc 1.8.360.3097, try to encode DVD using manual crop. I press "visual crop" -> "shuffle" but frames are still the same!
I try another DVD for test - the same behaviour.
buzzqw
15th June 2009, 12:13
@alter
is a very short vob ?
BHH
Acid-Burn
15th June 2009, 12:15
#####
buzzqw
15th June 2009, 12:18
if you have vista remember to check compatibility to winxp sp2
BHH
Mrsash
15th June 2009, 12:21
a make report could help
Shall do that soon. But heres something interesting.
Original Video as per HDC and media info
704x480
Converted video but without No resize & crop(unticked) and visual crop all sides = 0
704x528 was the result and therefore the AR looked weird. Fortunately I was able to recover original vobs.
I input the video hit analyse
Even though the Resolution shows up as 704x480. Manually set width and height automatically populates with 704x528. Then if I tick No resize & crop it changes to 704x480 and stays like that even if the tick is now removed?? So a bug I guess.
EDIT: Oh and this could explain all my problems in relation to resizing. Just for the sake say I have a DVD which needed 20 crop from the right it now shows 704x544. I added 20 so how did it come to 544? I am a bit confused. I am no good at this but wanted to ask how does exactly work considering the actual resolution of the video is 704x480? Even clicking on visual crop does not fix the issue.
thanks
alter4
15th June 2009, 13:00
@alter
is a very short vob ?
BHH
1 hour and 30 minutes
buzzqw
15th June 2009, 13:07
@alter
http://www.64k.it/andres/data/hdconverttox/HDC_visualcrop.exe
should be more "random"
BHH
alter4
15th June 2009, 13:29
@alter
http://www.64k.it/andres/data/hdconverttox/HDC_visualcrop.exe
should be more "random"
BHH
Yes, it does!:thanks:
But launching separate file is not suitable. Could you integrate it?
rubinus
15th June 2009, 13:30
Hi
I have tried reencode an M2TS file from my Panasonic HDC-SD100. Camcorder takes video streams in 1080i. However - doesnt matter which deinterlace filter I use - it always makes final output movie blocking on areas where were interlace waves.
I also tried shoot in DC mode, when camcorder work in 25p. This output is progressive when playing directly an M2TS file on computer. But when trying reencode e.g. to MKV with x264 - it makes same blocking errors like it was 1080i. Its seems camcorder is able to shoot in 1080p25, but encapsulating it into 1080i50.
Is there any idea how to achieve deinterlaced output (MKV, AVI)?
Thanks for reply.
buzzqw
15th June 2009, 13:39
Yes, it does!:thanks:
But launching separate file is not suitable. Could you integrate it?
:confused: what do you mean ?
launching visualcrop alone ?
Hi
I have tried reencode an M2TS file from my Panasonic HDC-SD100. Camcorder takes video streams in 1080i. However - doesnt matter which deinterlace filter I use - it always makes final output movie blocking on areas where were interlace waves.
Hi rubinus! and welcome to the Forum!
could you please post a sample m2ts ? (50/100 mb)
thanks
BHH
buzzqw
15th June 2009, 13:40
Thanks for that suggestion, never used them before. Here is the link:
http://rapidshare.com/files/244279238/TZsample.VOB.html
Thanks for helping with this issue.
Rick
ok, i tryed it, and it's working beautiful with ntsc deint
please try opening hdconvert_xxx.avs in virtualdub
do you got any errors ?
BHH
alter4
15th June 2009, 13:49
@buzzqw
For some not clear reason when I press "a visual crop", occurred nothing, I should manually launch HDConvertToX.exe.
I reboot my PC - now is ok
buzzqw
15th June 2009, 13:52
visualcrop will work with hdc, not alone
visualcrop check for some file created by hdc.. otherwise.. nothing happen
BHH
alter4
15th June 2009, 13:54
visualcrop will work with hdc, not alone
visualcrop check for some file created by hdc.. otherwise.. nothing happen
BHH
Yes I see. I have replaced the old one.:thanks:
rubinus
15th June 2009, 14:10
could you please post a sample m2ts ? (50/100 mb)
BHH
Here you are:
http://rapidshare.com/files/244793581/00049.m2ts.html
1920x1080 50i 25p (Digital Cinema), 17Mbps VBR
(this behaves progressive when playing on PC)
http://rapidshare.com/files/244797351/00050.m2ts.html
1920x1080 50i, 13 Mbps VBR
(this behaves interlaced on PC)
However when reencoding both - behaving interlaced, using interlace filters forcing blocking.
BTW - HDConvertTox analyzing streams by mistake - instead 1920x1080, its displays 1920x1440...
Thx for reply.
alter4
15th June 2009, 14:36
@buzzqw
I catch another bug.
1) I load hdc with setting stored in HDConvertToX.ini
2) analize file vob file
3) press preview - all ok
4) Change noise some filter params
5) press preview again - all ok
6) I want to revert some setting and in "load and save setting" press load custom setting from HDConvertToX.ini
7) press analize file vob file again
8) press preview
9) BUG : temp dir was e:\temp but after step 6 temp dir is reverted to default D:\tools\HDC\temp\
next files appeared in D:\tools\HDC\temp\
15.06.2009 16:28 785 analyze.avs
15.06.2009 16:28 21 AutoCrop.log
15.06.2009 16:28 1я924 info.txt
15.06.2009 16:28 1я723 movielenght.h264
15.06.2009 16:29 3я299 preview.avs
[CODE]
report from step 3
[CODE]HDConvertToX v.1.8.363.3102 report
Input File: e:\video\films\любовь морковь 2.vob ( E:\Video\Films\Любовь морковь 2.VOB )
Codec Video: mpeg
Width / Heigh : 352 / 576
Framerate / Framecount: 25.000 / 131652
Duration(hh:mm:ss): 1:27:47
Aspect Ratio: 1.3334
Resized resolution: 352 / 112
Crop Values : 0:160:0:160
Activate: Crop Obey to AR
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: automatic
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.3
Audio Channels: 2
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3, 2.0 channels, 128kbps, 48khz
-> 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: FFT3DFilter(sigma=2.5, sharpen=0.3)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"D:\tools\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\video\films\любовь морковь 2.vob] -OF=[E:\temp\movie] -exit -minimize
"D:\tools\HDC\applications\HDC_Deint.exe" -input "e:\video\films\любовь морковь 2.vob" -workpath "E:\temp\" -usedecoder d2v -here "D:\tools\HDC\"
"D:\tools\HDC\applications\eac3to.exe" "e:\video\films\любовь морковь 2.vob" 2: stdout.wav -normalize -down2 | "D:\tools\HDC\applications\neroaacenc.exe" -if - -q 0.3 -ignorelength -of "E:\temp\hdencodertox-pid2.mp4"
"D:\tools\HDC\applications\x264.exe" --pass 1 --bitrate 1081 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --trellis 0 --ref 1 --deblock -1,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 2 --no-chroma-me --aud --aq-strength 1 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\x264.exe" --pass 2 --bitrate 1081 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --mixed-refs --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-chroma-me --8x8dct --aud --aq-strength 1 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\mp4box.exe" -add "E:\temp\hdconverttox_любовь морковь 2.h264" -fps 25.000 -add "E:\temp\hdencodertox-pid2.mp4" "D:\tools\HDC\hdconverttox_full_любовь морковь 2.mp4"
shutdown -s -t 2 -f
-> End Queue
AviSynth Script ->
Working with files: E:\temp\hdconverttox_любовь морковь 2.avs
mpeg2source("E:\temp\movie.d2v")
exist("E:\temp\interlaced") ? TDeint(mode=0,order=-1) : nop()
exist("E:\temp\telecine") ? tfm(last,d2v="E:\temp\movie.d2v").tdecimate() : nop()
LanczosResize(352,112,0,160,-0,-160)
ColorMatrix(d2v="E:\temp\movie.d2v")
FFT3DFilter(sigma=2.5, sharpen=0.3)
-> End AviSynth Script
report from step 8
HDConvertToX v.1.8.363.3102 report
Input File: E:\Video\Films\Любовь морковь 2.VOB ( E:\Video\Films\Любовь морковь 2.VOB )
Codec Video: mpeg
Width / Heigh : 352 / 576
Framerate / Framecount: 25.000 / 131652
Duration(hh:mm:ss): 1:27:47
Aspect Ratio: 1.3334
Resized resolution: 352 / 112
Crop Values : 0:160:0:160
Activate: Crop Obey to AR
Start Video Configuration ->
Encoding Settings: X264 in MP4
Encoding Preset: 7
Final Size: 700
Priority: idle
Denoise Level: None
Video Handling: Use Best Decoder
Deinterlace: automatic
-> End Video Configuration
Start Audio Configuration ->
Audio Codec: Nero AAC Audio
Audio Bitrate/Quality: 0.3
Audio Channels: 2
MP3 Mode: vbr
Normalize: On
Audio handling: Use Eac3to as demuxer
Keep only core: On
-> End Audio Configuration
Full Audio List-> (*** mean selected)
NONE
*** 2: ac3, 2.0 channels, 128kbps, 48khz
-> 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: FFT3DFilter(sigma=2.5, sharpen=0.3)
ColorMatrix: On
-> End Advanced AviSynth
Start Queue ->
prompt $d $t $_$P$G
"D:\tools\HDC\applications\dgindex.exe" -FO=0 -OM=0 -YR=2 -AIF=[e:\video\films\любовь морковь 2.vob] -OF=[E:\temp\movie] -exit -minimize
"D:\tools\HDC\applications\HDC_Deint.exe" -input "e:\video\films\любовь морковь 2.vob" -workpath "E:\temp\" -usedecoder d2v -here "D:\tools\HDC\"
"D:\tools\HDC\applications\eac3to.exe" "e:\video\films\любовь морковь 2.vob" 2: stdout.wav -normalize -down2 | "D:\tools\HDC\applications\neroaacenc.exe" -if - -q 0.3 -ignorelength -of "E:\temp\hdencodertox-pid2.mp4"
"D:\tools\HDC\applications\x264.exe" --pass 1 --bitrate 1081 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --trellis 0 --ref 1 --deblock -1,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --no-ssim --weightb --b-adapt 2 --no-chroma-me --aud --aq-strength 1 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\x264.exe" --pass 2 --bitrate 1081 --threads auto --thread-input --no-psnr --progress --keyint 250 --bframes 4 --mixed-refs --trellis 0 --ref 4 --deblock -1,-1 --subme 9 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-adapt 2 --no-chroma-me --8x8dct --aud --aq-strength 1 --sar 1:1 --output "E:\temp\hdconverttox_любовь морковь 2.h264" "E:\temp\hdconverttox_любовь морковь 2.avs"
"D:\tools\HDC\applications\mp4box.exe" -add "E:\temp\hdconverttox_любовь морковь 2.h264" -fps 25.000 -add "E:\temp\hdencodertox-pid2.mp4" "D:\tools\HDC\hdconverttox_full_любовь морковь 2.mp4"
shutdown -s -t 2 -f
-> End Queue
-> End AviSynth Script
Do you see aviSynth Script section is missing in last report? Is it ok?
But on UI all settings are the same.
buzzqw
15th June 2009, 14:53
@rubinus
thanks, i will check asap
@alter4
automatic deint isn't recommed and suggested, and not working for telecined source, only for interlaced
BHH
alter4
15th June 2009, 15:13
@alter4
automatic deint isn't recommed and suggested, and not working for telecined source, only for interlaced
BHH
Bug is in incorrect temp dir, auto deinterlace is only F.Y.I.))
Also I have edited my previous post to be more correct
....
9) BUG : temp dir was e:\temp but after step 6 temp dir is reverted to default D:\tools\HDC\temp\
buzzqw
15th June 2009, 15:17
9) BUG : temp dir was e:\temp but after step 6 temp dir is reverted to default D:\tools\HDC\temp\
got it, thanks
but i don't understand... the error is reading and applying the temp dir in hdconverttx.ini ?
BHH
alter4
15th June 2009, 15:33
got it, thanks
but i don't understand... the error is reading and applying the temp dir in hdconverttx.ini ?
BHH
The settings in hdconverttx.ini are the same all the time.
Fragment from hdconverttx.ini :
...
Workfolder=E:\temp\
...
The error is reading and applying the temp dir after I manually reload data from hdconverttx.ini by pressing "load custom setting".
But also when I maked report for you I noticed some strange things (or is it ok?) and wrote it too for you information.
The end of my post:
Do you see aviSynth Script section is missing in last report? Is it ok?
But on UI all settings are the same.
Thx!
buzzqw
15th June 2009, 15:50
thanks! now i have understud, please try redownloading hdc!
about: missing avisynth script: it's due to you queue being not empty
empty your queue, and you will got a correct avs report too :)
BHH
Mrsash
15th June 2009, 16:11
Shall do that soon. But heres something interesting.
Original Video as per HDC and media info
704x480
Converted video but without No resize & crop(unticked) and visual crop all sides = 0
704x528 was the result and therefore the AR looked weird. Fortunately I was able to recover original vobs.
I input the video hit analyse
Even though the Resolution shows up as 704x480. Manually set width and height automatically populates with 704x528. Then if I tick No resize & crop it changes to 704x480 and stays like that even if the tick is now removed?? So a bug I guess.
EDIT: Oh and this could explain all my problems in relation to resizing. Just for the sake say I have a DVD which needed 20 crop from the right it now shows 704x544. I added 20 so how did it come to 544? I am a bit confused. I am no good at this but wanted to ask how does exactly work considering the actual resolution of the video is 704x480? Even clicking on visual crop does not fix the issue.
thanks
buzz where you able to check this?
thanks
alter4
15th June 2009, 17:30
@buzzqw
Another issue concerning a temp dir.
I try to change temp dir via UI on "utilities" tab.
When I use button "Set working directory" - temp directory changes
When I edit field with path to temp dir by hand (type it manually) - temp directory doesn't change
(hdc 1.8.368.3109)
eemil
15th June 2009, 17:54
Hello all:cool: been a year without encoding, thanks to vista.
Compression test gave me the result 96MB at full video size & optimal quality, I guess this means 720x576 for PAL input and 100% quality compared to automkv?
so, 720 x 576 = 414720pixels
my res. for this will be 640x368=235520pixels
235520/414720=0,568
and the quality would be 75%
-> 0,568x0,75x96MB=41MB for video
Is my calculation correct?
And BTW, does this function in vista/w7?
Because the test is done with single pass used, how would you estimate the 2-pass to reduce the final size for video, (like factor 0,8)
buzzqw
15th June 2009, 19:25
buzz where you able to check this?
thanks
remember that height is computed by:
dar = ((full_width-crop_left-crop_right)/full_widthl)/((full_heightl-crop_top-crop_bottom)/full_height)*aspect_ratio*itu
height= width/dar
and 704x528=ar of 1.3333
if you crop 20 from rigth you should got an ar of 1.2964 giving a 708x544 size
@buzzqw
Another issue concerning a temp dir.
I try to change temp dir via UI on "utilities" tab.
When I use button "Set working directory" - temp directory changes
When I edit field with path to temp dir by hand (type it manually) - temp directory doesn't change (hdc 1.8.368.3109)
thanks, i'll check
Compression test gave me the result 96MB at full video size & optimal quality, I guess this means 720x576 for PAL input and 100% quality compared to automkv?
the compression test is based on ACTUAL RESIZE (so autocrop only)
and qualityu would be more then 75%, probably near 90%
And BTW, does this function in vista/w7?
don't know.. but should be ok
Because the test is done with single pass used, how would you estimate the 2-pass to reduce the final size for video, (like factor 0,8)
just try the crf+1 pass encoding
the first pass will be at crf you set, the second pass at bitrate crf pass got
you should be able to see in temp folder both temporary files
BHH
buzzqw
15th June 2009, 19:54
Hi
I have tried reencode an M2TS file from my Panasonic HDC-SD100. Camcorder takes video streams in 1080i. However - doesnt matter which deinterlace filter I use - it always makes final output movie blocking on areas where were interlace waves.
BTW - HDConvertTox analyzing streams by mistake - instead 1920x1080, its displays 1920x1440
about resolution: on my pc you sample is correctly 1920x1080, please check your ffdshow settings (maybe you are using some resizing filters)
about deinterlace: isn't a problem of deinterlace!
yes , your sample is interlaced and you must use Interlaced filters, but the blocky is due to decoding problems of dgavcdec!
please try "Force DirectShowSource" (or DirectShowSource2 if you have haali media splitter installed)
you can check my encoding: http://www.64k.it/andres/data/Varie/hdconverttox_full_00050.mkv (just a very basic encoding)
BHH
rickhtoo
15th June 2009, 23:32
ok, i tryed it, and it's working beautiful with ntsc deint
please try opening hdconvert_xxx.avs in virtualdub
do you got any errors ?
BHH
I am at a loss for words. It works perfectly now.... I must have tried a dozen times and never got video, but it works fine now..
Must have been a glitch of some type. Maybe a restart fixed it, not sure what to think. Nevermind.. :rolleyes:
Thanks!
Mrsash
16th June 2009, 09:34
remember that height is computed by:
dar = ((full_width-crop_left-crop_right)/full_widthl)/((full_heightl-crop_top-crop_bottom)/full_height)*aspect_ratio*itu
height= width/dar
and 704x528=ar of 1.3333
if you crop 20 from rigth you should got an ar of 1.2964 giving a 708x544 size
Yes but the source is NTSC which is 720x480, So should it not show source if no change is made especially with crop?
eac3to is able to detect subs in ts, BUT is unable to extract it.
i will look if possibile to add projectx support
BHH
ProjectX support does not help unless the colour table to be used when extracting the subtitles can be specified. This is necessary because different TV stations use different colour tables for their subtitles, and I am constantly switching the tables to get usable subtitles.
Alternatively one could manually load the idx/sub files.
buzzqw
16th June 2009, 09:42
Yes but the source is NTSC which is 720x480, So should it not show source if no change is made especially with crop?
hdc will always compute height, regardless of no crop.
if you want NO resize, use the "NO resize and crop" check
ProjectX support does not help unless the colour table to be used when extracting the subtitles can be specified. This is necessary because different TV stations use different colour tables for their subtitles, and I am constantly switching the tables to get usable subtitles.
Alternatively one could manually load the idx/sub files.
on d2v/dga input hdc will ask for external subtitles
BHH
rubinus
16th June 2009, 10:08
about resolution: on my pc you sample is correctly 1920x1080, please check your ffdshow settings (maybe you are using some resizing filters)
about deinterlace: isn't a problem of deinterlace!
yes , your sample is interlaced and you must use Interlaced filters, but the blocky is due to decoding problems of dgavcdec!
please try "Force DirectShowSource" (or DirectShowSource2 if you have haali media splitter installed)
BHH
I have unistalled CCCP codec pack and installed pure ffdshow. Now the resolution seems to be ok.
However - after reencoding the output still containg blocking. You wrote its decoding problems of dgavcdec - how can i resolve it?
vis: http://rapidshare.com/files/245101170/HG_i.MKV.html
Thanks for reply.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.