Posts for sikomatik


Experienced Forum User
Joined: 10/21/2011
Posts: 13
What is better for HD encode -- fullrange on or off -- qp 0 or crf 0 and should i set --ref to 16 ? or is --ref not important for HD ? i read that this increase the Level ? please help :)
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Ok but why DeDup dont work when i try to load it ? That mean that the pass= 2 line also not work or ? What is better ? ConvertToYV24(chromaresample="point", matrix=(hd ? "Rec709" : "PC.601") ) ConvertToYV12(chromaresample=(hd ? "point" : "lanczos"), matrix=(hd ? "Rec709" : "PC.601") ) or the lines in the encoder guide HD? ConvertToYV24(matrix="Rec709", chromaresample="point") ConvertToYV12(matrix="Rec709", chromaresample="point") And is that part important for HD encoding ? or is this only for handheld ? factor = hd ? ((sourcevideo.height > 540) ? 1 : \ (sourcevideo.height > 270) ? 2 : \ (sourcevideo.height > 180) ? 3 : 4) \ : 1 b = sourcevideo.PointResize( \ sourcevideo.width * factor, sourcevideo.height * factor \ ) width= (b.width > b.height * 4 / 3) ? b.width : b.height * 4 / 3 width = (width % 4 == 1) ? width + 3 : \ (width % 4 == 2) ? width + 2 : \ (width % 4 == 3) ? width + 1 : width height = (b.width > b.height * 4 / 3) ? b.width * 3 / 4 : b.height height = (height % 4 == 1) ? height + 3 : \ (height % 4 == 2) ? height + 2 : \ (height % 4 == 3) ? height + 1 : height c = handheld ? b : ( \ hd ? b.PointResize(width, height) : b.LanczosResize(width, height, taps=2) \ ) g = hd ? c.PointResize(c.width * 2, c.height * 2) \ : ((pass == 0) ? c : sourcevideo) multi = g.height / 224 multi = (multi > (g.height / sourcevideo.height)) ? multi : (g.height / sourcevideo.height)
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Are these lines important for an HD encoding that I dont want to upload on Youtube, what are they mean ? ConvertToYV24(chromaresample="point", matrix=(hd ? "Rec709" : "PC.601") ) ConvertToYV12(chromaresample=(hd ? "point" : "lanczos"), matrix=(hd ? "Rec709" : "PC.601") ) pass == 1 ? DupMC(log="dup.txt") : last pass == 2 ? DeDup( \ threshold=0.00001, trigger2=100, show=false, dec=true, decwhich=0, \ maxcopies=20, maxdrops=20, log="dup.txt", times="times.txt" \ ) : last
Experienced Forum User
Joined: 10/21/2011
Posts: 13
!! :) !! it works finally !! thank you all. Now I can go to the details.
Experienced Forum User
Joined: 10/21/2011
Posts: 13
ffms error: could not create video source mkv error: unsupportet audio codec mkv error: failed to create audio track x264 error: cant set outfile param
Experienced Forum User
Joined: 10/21/2011
Posts: 13
O.o there are now many errors....It´s difficult if you don´t know anything about it....EEssentia can you write it for me :)
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Ok I downloaded the x264 codec but when I try to use it with cmd there comes a message : x264 error: no input file. Run x264 --help for a list of options
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Can someone make an short list of the work steps please ? at first without logo and subtitles. only the Requirement and the using of it. e.g. 1. dumping with an lossless codec 2. ....and so on my work steps are : 1. dumping with an lossless codec with RGB32 2. open the video with virtual dub 3. select ffdshow to compress in x264 with some AviSynth settings there 4. save to AVI ...and thats all I know my steps are not good and thats the reason I wanna know what the right steps are for HD encoding....I read anywhere something about commando lines at x264 ?!?!?! is that the way you all do encoding ? Can someone explain it please on an easy way for an absolute Newbie?
Experienced Forum User
Joined: 10/21/2011
Posts: 13
I found in ffdshow an AviSynth configuration. When I wrote here my commando lines it works. Can I made on these way my HD encode or is this not a good idea ? http://imageshack.us/photo/my-images/40/te2z.jpg/
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Ok whats that ? When I resize the Vid in VirtualDub and save it to AVI it looks so. http://imageshack.us/photo/my-images/818/vlcsnap178412.jpg/ Wrong settings ? Low PC ?
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Ok Im finished the vid but it doesn't look so ingenious like the 1080p HD TAS´es on youtube...?!?!?! I don´t know what Im doing wrong...
Experienced Forum User
Joined: 10/21/2011
Posts: 13
@feos When i dumping with Camstudio Codec the vid is Blue and very low Bitrate ? Is the Quality also good when i dumping with ffdshow like this ? http://imageshack.us/photo/my-images/804/43763889.jpg/ I thought that x264 is better than Xvid ? @Ilari set rate contol to qp 0 or crf 0 where can i do this ? Is this to control the Bitrate or...? :)
Post subject: ffdshow HD encoding ?
Experienced Forum User
Joined: 10/21/2011
Posts: 13
Hello, can somebody tell me please : what are the best settings in ffdshow to encode the best possible HD quality ? I read the Encoding Guide but i dont know how to use these in ffdshow. http://imageshack.us/photo/my-images/831/69226100.jpg/ I work with VirtualDub. Is that the best method to make an HD encode ? Sorry for my bad English.