Search

 
 Join the Community, Create an EVE-ONLINE account or log in.

open All Channels
sepopen My EVE
blankseplocked H.264 AutoEncoder V2.1 (added: resizing, better interface, speed)
 
This thread is older than 90 days and has been locked due to inactivity.

New Topic   
 
Pages: [1] 2 3 4 5 6 7 8 9

Author Topic

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.07 22:16:00 - [1]
 

Edited by: Dark Shikari on 16/09/2007 16:35:01
Stop! This version (and thread) are out of date! Get the latest version here!

Das Forscher
GreenSwarm
Atlas Alliance
Posted - 2007.06.07 22:27:00 - [2]
 

let me be the first to say

spiffeh

Firane
Nothing Personal Inc
White Noise.
Posted - 2007.06.07 23:09:00 - [3]
 

DS,

Thats very, how do you say, rainbowy

Either way, nice.

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.07 23:14:00 - [4]
 

Edited by: Dark Shikari on 07/06/2007 23:13:35
Originally by: Firane
DS,

Thats very, how do you say, rainbowy

Either way, nice.

I color-coded it because when I posted it all in white my eyes hurt from the wall of text. Laughing

Personally I think that if each step is a different color from the next you can more easily tell them apart when reading.

Zoea
Synergy.
Imperial Republic Of the North
Posted - 2007.06.07 23:50:00 - [5]
 

Edited by: Zoea on 07/06/2007 23:50:26
also see: staxrip

this blew me away when i found it looking to transcode some video to h.264 (with x264). Also uses AVIsynth :)

Cheers darkshakira I shall be checking your util out shortly.

The CaPoNe
Evolution
Band of Brothers
Posted - 2007.06.08 06:35:00 - [6]
 

hmm i got problems with the first encode batch file, havent checked the other batch files atm moment will do it later. here the fixed bat which then worked for me ,remeber it only the first encode bat, i removed alot of "../".

Quote:
echo off
echo Encoding audio using 2-pass AAC-LC at 128000 bits per second.
"neroAacEnc.exe" -2pass -br 128000 -lc -if "Input/audio.wav" -of "Current Encode/audio.m4a"
echo Muxing video and audio.
"mkvmerge.exe" -o "Output\video.mkv" --language 1:eng --default-track 1:yes -d 1 -A -S "Current Encode\video.mkv" -a 1 -D -S "Current Encode\audio.m4a" --track-order 0:1,1:1
echo ENCODING DONE! Your file can be found in the Output folder, assuming
echo no errors occurred.
echo When you hit Enter, the temporary files in the Current Encode folder
echo will be deleted.
pause
del "Current Encode\video.mkv"
del "Current Encode\audio.m4a"


i played with staxrip, too. only problem with i got the --aq-strengh option even with the newest x264 exe with aq-patch staxrip crashed all the time. :/ but with AE highprofile 1280x1024@1500kbit/s i could reduce my farewell movie 100mb :) without noticeble quali. loss that impressive :)

thx alot Dark Shiraki for ur effort . maybe i will code a small gui for us ;) im a lover of 1 click tools ;)

Pride NL
The Legendaries
Posted - 2007.06.08 08:49:00 - [7]
 

I get some errors;

* Missing cygz.dll
* Missing cygwin1.dll
* Missing libebml.dll

The first two i could find on the net, the 3rd i could not. I almost think im missing a program/codec or something. While i do have CCCP installed.

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 10:07:00 - [8]
 

Originally by: Pride NL
I get some errors;

* Missing cygz.dll
* Missing cygwin1.dll
* Missing libebml.dll

The first two i could find on the net, the 3rd i could not. I almost think im missing a program/codec or something. While i do have CCCP installed.

Wait, that is very weird, Cygwin DLLs should have nothing to do with this.

It sounds like you guys might have another program which is interfering with the command lines, as x264 is included. I'm going to change the executable file names and see if that works.

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 10:17:00 - [9]
 

Edited by: Dark Shikari on 08/06/2007 10:17:47
Problem solved, wish they were all that simple. Both of you two already had x264 on your system and the batch files were not smart enough to use the built-in x264 instead. Fixed. Check the download now Razz
Originally by: The CaPoNe
thx alot Dark Shiraki for ur effort . maybe i will code a small gui for us ;) im a lover of 1 click tools ;)

That would be awesome, I'm not much of a GUI guy in terms of coding, but if someone here is that would make our lives that much easier.

All you'd have to do is make it have 9 options (the ones listed) and have a config file where the settings can be changed for each one.

Pride NL
The Legendaries
Posted - 2007.06.08 10:27:00 - [10]
 

Awesome, only i didnt use a audio file, so it ended up deleting my encode (i was smarter anyway, copied the output before pressing enter).

The result is amazing.

270mb -> 5,5mb with only a bit loss of color. Excellent work!

Chribba
Otherworld Enterprises
Otherworld Empire
Posted - 2007.06.08 10:29:00 - [11]
 

DS... Check your special page there's a message there for you Wink

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 10:31:00 - [12]
 

Edited by: Dark Shikari on 08/06/2007 10:44:04
Originally by: Pride NL
Awesome, only i didnt use a audio file, so it ended up deleting my encode (i was smarter anyway, copied the output before pressing enter).

That's an idea, I will make a modification so that it works even without an audio file.

I'll make it so that it copies the video to the output folder, then does the muxing, and so if the muxing fails due to a missing audio file, the video file still ends up there anyways.
Originally by: Chribba
DS... Check your special page there's a message there for you Wink

Fixed.

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 12:19:00 - [13]
 

1.02 out. You can now make videos without using audio. With High Quality mode you can archive FRAPS pretty well since you no longer need audio.

Stems
Posted - 2007.06.08 12:58:00 - [14]
 

Originally by: Pride NL
I get some errors;

* Missing cygz.dll
* Missing cygwin1.dll
* Missing libebml.dll

The first two i could find on the net, the 3rd i could not. I almost think im missing a program/codec or something. While i do have CCCP installed.


I'm having this same problem as well with 1.02. I tried removing all/any codec packs I have installed and the 3 errors still come up Sad

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 13:01:00 - [15]
 

Edited by: Dark Shikari on 08/06/2007 13:04:17
Originally by: Stems
Originally by: Pride NL
I get some errors;

* Missing cygz.dll
* Missing cygwin1.dll
* Missing libebml.dll

The first two i could find on the net, the 3rd i could not. I almost think im missing a program/codec or something. While i do have CCCP installed.


I'm having this same problem as well with 1.02. I tried removing all/any codec packs I have installed and the 3 errors still come up Sad

This is very weird, x264 shouldn't require Cygwin DLLs... I guess I could add them.

Edit: Download the new version, see if it works. It turns out I accidentally left out some MKVMerge dlls that already exist on some systems but aren't guaranteed to, so if they're missing it won't work.

Stems
Posted - 2007.06.08 13:05:00 - [16]
 

Edited by: Stems on 08/06/2007 13:07:43
I'll try one last thing - I have WinDVD installed, and I'll uninstall and see if that was conflicting with the program in any way.

Edit - Same error(s) even without WinDVD

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 13:06:00 - [17]
 

Originally by: Stems
I'll try one last thing - I have WinDVD installed, and I'll uninstall and see if that was conflicting with the program in any way.

Don't, see the post, I fixed it.

Stems
Posted - 2007.06.08 13:09:00 - [18]
 

Edited by: Stems on 08/06/2007 13:11:44
Originally by: Dark Shikari
Originally by: Stems
I'll try one last thing - I have WinDVD installed, and I'll uninstall and see if that was conflicting with the program in any way.

Don't, see the post, I fixed it.


Too late Laughing Shall try out new version Razz

Edit: First 2 *.dll errors are gone, but now it's asking for libiconv.dll...very odd

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 13:31:00 - [19]
 

Edited by: Dark Shikari on 08/06/2007 13:34:25
Originally by: Stems
Originally by: Dark Shikari
Originally by: Stems
I'll try one last thing - I have WinDVD installed, and I'll uninstall and see if that was conflicting with the program in any way.

Don't, see the post, I fixed it.


Too late Laughing Shall try out new version Razz

Edit: First 2 *.dll errors are gone, but now it's asking for libiconv.dll...very odd

I'll just add all the damn DLLs Laughing

Edit: DLLs added, upload done, try it again.

Stems
Posted - 2007.06.08 13:42:00 - [20]
 

Originally by: Dark Shikari
Edited by: Dark Shikari on 08/06/2007 13:34:25
Originally by: Stems
Originally by: Dark Shikari
Originally by: Stems
I'll try one last thing - I have WinDVD installed, and I'll uninstall and see if that was conflicting with the program in any way.

Don't, see the post, I fixed it.


Too late Laughing Shall try out new version Razz

Edit: First 2 *.dll errors are gone, but now it's asking for libiconv.dll...very odd

I'll just add all the damn DLLs Laughing

Edit: DLLs added, upload done, try it again.



Laughing

Works beautifully now!

*shakes fist at dll's*

Intigo
Amarr
Rionnag Alba
Triumvirate.
Posted - 2007.06.08 17:43:00 - [21]
 

Awesome thing, just used it for a few test runs, seems very smooth.

I encourage more people to use this.

One request: A lot of my bigger fights are split up in to multiple files since Fraps only captures up to 3.9GB - an option to merge them all together would be great.
Then I don't have to dump them all in VirtualDub to merge 'em etc. - or do you know of a good program that does it clean and effectively (without any encoding)?

Akane Miyamoto
The Illuminati.
Pandemic Legion
Posted - 2007.06.08 17:45:00 - [22]
 

You finally got fed of all the 600mb 6 minute clips, eh? /me sticks a community member of the year badge on Dark Shikari Smile

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 17:47:00 - [23]
 

Originally by: Intigo
Awesome thing, just used it for a few test runs, seems very smooth.

I encourage more people to use this.

One request: A lot of my bigger fights are split up in to multiple files since Fraps only captures up to 3.9GB - an option to merge them all together would be great.
Then I don't have to dump them all in VirtualDub to merge 'em etc. - or do you know of a good program that does it clean and effectively (without any encoding)?

Are you using a FAT32 hard disk? FAT32 limits files to 4GB or so. NTFS has no limit.

Intigo
Amarr
Rionnag Alba
Triumvirate.
Posted - 2007.06.08 18:04:00 - [24]
 

Originally by: Dark Shikari
Originally by: Intigo
Awesome thing, just used it for a few test runs, seems very smooth.

I encourage more people to use this.

One request: A lot of my bigger fights are split up in to multiple files since Fraps only captures up to 3.9GB - an option to merge them all together would be great.
Then I don't have to dump them all in VirtualDub to merge 'em etc. - or do you know of a good program that does it clean and effectively (without any encoding)?

Are you using a FAT32 hard disk? FAT32 limits files to 4GB or so. NTFS has no limit.


I have no clue. Is the 80GB Raptor HDD FAT 32? If so, I am.

I have no idea, just fix my request! Razz

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 18:12:00 - [25]
 

Edited by: Dark Shikari on 08/06/2007 18:11:14
Originally by: Intigo
Originally by: Dark Shikari
Originally by: Intigo
Awesome thing, just used it for a few test runs, seems very smooth.

I encourage more people to use this.

One request: A lot of my bigger fights are split up in to multiple files since Fraps only captures up to 3.9GB - an option to merge them all together would be great.
Then I don't have to dump them all in VirtualDub to merge 'em etc. - or do you know of a good program that does it clean and effectively (without any encoding)?

Are you using a FAT32 hard disk? FAT32 limits files to 4GB or so. NTFS has no limit.


I have no clue. Is the 80GB Raptor HDD FAT 32? If so, I am.

I have no idea, just fix my request! Razz

FAT32 has nothing to do with the disk, its what you formatted it as. Right click/properties on the disk in My Computer and it'll say.

If its FAT32, I suggest you convert it--Windows has a built-in utility.

Adding your feature might be difficult because I'm hackneying this tool using batch files.

There is a trick you can try: open read_file.avs and change:

DirectShowSource("video.avi")

to

video1=DirectShowSource("video1.avi")
video2=DirectShowSource("video2.avi")
video3=DirectShowSource("video3.avi")
video1+video2+video3

That will combine the three videos.

Intigo
Amarr
Rionnag Alba
Triumvirate.
Posted - 2007.06.08 18:33:00 - [26]
 

Edited by: Intigo on 08/06/2007 18:32:27
As you might have realised by now, I'm a tool with hardware etc. in general - now, I tried to mix 'em together as you said.
Didn't work. :o
2 files, no audio: http://www.pastebin.ca/551234

It said it was finished right away, just created a 0 byte .mkv file.

Edit:

read_file.avs file is:

video1=DirectShowSource("video1.avi")
video2=DirectShowSource("video2.avi")
video1+video2
ConvertToYV12()

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 18:35:00 - [27]
 

Edited by: Dark Shikari on 08/06/2007 18:35:05
Originally by: Intigo
Edited by: Intigo on 08/06/2007 18:32:27
As you might have realised by now, I'm a tool with hardware etc. in general - now, I tried to mix 'em together as you said.
Didn't work. :o
2 files, no audio: http://www.pastebin.ca/551234

It said it was finished right away, just created a 0 byte .mkv file.

Edit:

read_file.avs file is:

video1=DirectShowSource("video1.avi")
video2=DirectShowSource("video2.avi")
video1+video2
ConvertToYV12()

Right click on the AVS file and click "play". Or open it in a video player. If there's an error, it will tell you in the video.

"avis [error]: unsupported input format (DIB )" means that the input isn't YV12. Which means an error occurred before ConvertToYV12().

Intigo
Amarr
Rionnag Alba
Triumvirate.
Posted - 2007.06.08 18:42:00 - [28]
 

Originally by: Dark Shikari
Edited by: Dark Shikari on 08/06/2007 18:35:05
Originally by: Intigo
Edited by: Intigo on 08/06/2007 18:32:27
As you might have realised by now, I'm a tool with hardware etc. in general - now, I tried to mix 'em together as you said.
Didn't work. :o
2 files, no audio: http://www.pastebin.ca/551234

It said it was finished right away, just created a 0 byte .mkv file.

Edit:

read_file.avs file is:

video1=DirectShowSource("video1.avi")
video2=DirectShowSource("video2.avi")
video1+video2
ConvertToYV12()

Right click on the AVS file and click "play". Or open it in a video player. If there's an error, it will tell you in the video.

"avis [error]: unsupported input format (DIB )" means that the input isn't YV12. Which means an error occurred before ConvertToYV12().


oO - that's odd. I can open the avis just fine in any of my players, they are raw Fraps footage, but when I try to open the .avs file in a player I get:


DirectShowSource: Could not open as video or audio.

Video returned: "DirectShowSource: couldn't open file video1.avi: An object or name was not found."

Audio returned: "DirectShowSource: couldn't open file video1.avi: An object or name was not found."

(C:\Fraps\AutoEncode\H264 AutoEncoder\read_file.avs, line 1)

--

The avis are fine though, they play just fine on their own. :o

Dark Shikari
Caldari
Deep Core Mining Inc.
Posted - 2007.06.08 18:48:00 - [29]
 

Edited by: Dark Shikari on 08/06/2007 18:47:34
Originally by: Intigo

DirectShowSource: Could not open as video or audio.

Video returned: "DirectShowSource: couldn't open file video1.avi: An object or name was not found."

Audio returned: "DirectShowSource: couldn't open file video1.avi: An object or name was not found."

(C:\Fraps\AutoEncode\H264 AutoEncoder\read_file.avs, line 1)

--

The avis are fine though, they play just fine on their own. :o

Did you put the files in the correct folder? You'll have to do DirectShowSource("input/video1.avi") probably.

Treg Valar
Minmatar
Epidemic Technologies
Posted - 2007.06.08 21:15:00 - [30]
 

Edited by: Treg Valar on 08/06/2007 21:15:04
Awesome app! Will come in very useful :P. I can safely say it also does BF2142 files to excellent quality too. Very Happy

Can you stop it halfway through or would do something nasty?


Pages: [1] 2 3 4 5 6 7 8 9

This thread is older than 90 days and has been locked due to inactivity.

New Topic