| Pages: 1 2 3 4 [5] 6 7 8 9 :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Aberash
eXceed Inc. INVICTUS.
|
Posted - 2007.06.25 14:41:00 -
[121]
I seem to be having some problems with this new version, tried encoding an avi i made from a premiere project(just a 2min clip as a snippet) and at the end of encoding the CMD spams with some messages, the only thing i saw was something about an error, cancelling the operation, and deleting the file...  
VID:[eXceedinc] House of Prawn http://myeve.eve-o |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.25 14:50:00 -
[122]
Originally by: Aberash I seem to be having some problems with this new version, tried encoding an avi i made from a premiere project(just a 2min clip as a snippet) and at the end of encoding the CMD spams with some messages, the only thing i saw was something about an error, cancelling the operation, and deleting the file...  
Turn on Debug mode, edit the generated autogenerated.cmd to add "pause" to the end, and then run it and since it'll pause you'll be able to see what error it is and post it here.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

Aberash
eXceed Inc. INVICTUS.
|
Posted - 2007.06.25 15:27:00 -
[123]
bit of a nooby question but how do i edit the autogen cmd 
VID:[eXceedinc] House of Prawn
|

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.25 15:32:00 -
[124]
Originally by: Aberash bit of a nooby question but how do i edit the autogen cmd 
Open it in notepad 
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

Aberash
eXceed Inc. INVICTUS.
|
Posted - 2007.06.25 19:39:00 -
[125]
Edited by: Aberash on 25/06/2007 19:39:35
VID:[eXceedinc] House of Prawn
|

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.25 20:58:00 -
[126]
Originally by: Aberash i dont know why but suddenly it worked just added pause to the end of the code and it worked.
edit: although the music was about 1sec behind the footage which isnt good 
With Premiere, do you have "optimize stills" on? Try turning it off.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

knifee
Caldari Rage Academy oooh Shiny
|
Posted - 2007.06.27 14:08:00 -
[127]
I just noticed this: http://www.trustedreviews.com/tvs/news/2007/06/27/HD-Broadcast-To-Take-Off-Courtesy-of-H-264/p1
Seems this 264 thingy might be taking off :)
www.eve-dev.net - making a good thing better
|

Adam C
0utbreak
|
Posted - 2007.06.27 18:10:00 -
[128]
tried to convert my wmv file using AutoEncoder and it got stuck extracting audio for hours i finally turned it off.
|

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.27 18:33:00 -
[129]
Originally by: Adam C tried to convert my wmv file using AutoEncoder and it got stuck extracting audio for hours i finally turned it off.
What, did Virtualdub crash or something?
WMV files are not the best input for the program but they should still work.
The ideal thing to do is to export your video uncompressed or using a lossless codec like HuffYUV, and encode that.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

Adam C
0utbreak
|
Posted - 2007.06.28 02:29:00 -
[130]
Edited by: Adam C on 28/06/2007 02:27:42
Originally by: Dark Shikari
Originally by: Adam C tried to convert my wmv file using AutoEncoder and it got stuck extracting audio for hours i finally turned it off.
What, did Virtualdub crash or something?
WMV files are not the best input for the program but they should still work.
The ideal thing to do is to export your video uncompressed or using a lossless codec like HuffYUV, and encode that.
Made a vid in Sony Vegas outputed it to WMV 10. Then Inputed it into AutoEncoder.
what is the most stable input avi?
|

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.28 02:34:00 -
[131]
Originally by: Adam C Edited by: Adam C on 28/06/2007 02:27:42
Originally by: Dark Shikari
Originally by: Adam C tried to convert my wmv file using AutoEncoder and it got stuck extracting audio for hours i finally turned it off.
What, did Virtualdub crash or something?
WMV files are not the best input for the program but they should still work.
The ideal thing to do is to export your video uncompressed or using a lossless codec like HuffYUV, and encode that.
Made a vid in Sony Vegas outputed it to WMV 10. Then Inputed it into AutoEncoder.
what is the most stable input avi?
My favorite is either HuffYUV (Fastest) or Lagarith (Higher compression but slower). That way you get 100% quality in the input, so no extra quality is lost.
I don't know why a WMV would break though, I've encoded dozens of them just fine.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.29 03:58:00 -
[132]
A cool little bash script for you all.
When importing MKV files into Premiere (from FRAPS backup mode), you need to use the AviSynth import plugin. Which means you need to create an AviSynth file for each MKV file you're importing. This isn't even a bother with one or two files, but with dozens of FRAPS files, this can get aggravating. So I created a little bash script that you can run in Linux or Cygwin to automatically make an avisynth file for every single MKV file in the directory the script is run in.
function strcat (){ local s1_val s2_val s1_val=${!1} s2_val=${!2} eval "$1"=\'"${s1_val}${s2_val}"\' } ls *.mkv -1 --color=none | while read b do a="DirectShowSource(\"" c="\")" d=".avs" strcat a b strcat a c strcat b d echo $a > $b done
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

Cilant Lect
Mexican Millionaires
|
Posted - 2007.06.29 05:54:00 -
[133]
I didn't spot a link for HuffYUV, so for those interested you can get it Here ------
|

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 02:53:00 -
[134]
Originally by: Aberash I seem to be having some problems with this new version, tried encoding an avi i made from a premiere project(just a 2min clip as a snippet) and at the end of encoding the CMD spams with some messages, the only thing i saw was something about an error, cancelling the operation, and deleting the file...  
I have the same problem to, the CMD is telling me that i have some few errors, and that's by converting a movie like CONCORDOKKEN'd. Actually i get those errors on all .avi & .wmv movies i have. If i try to convert a pure fraps footage, then it works with no problems.
If you wonder on what my errors is, then just look at this picture:
http://dl.eve-files.com/media/corp/NightmareX/error.jpg
This one was the CONCORDOKKEN'd movie i tried to convert, but without any luck.
Do you know what the problem is here Dark?, i have the latest version of the AutoEncoder to.
Infinitus Odium - We Are The Bringers Of Hatred |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.30 02:54:00 -
[135]
Edited by: Dark Shikari on 30/06/2007 02:54:04
Originally by: NightmareX
Originally by: Aberash I seem to be having some problems with this new version, tried encoding an avi i made from a premiere project(just a 2min clip as a snippet) and at the end of encoding the CMD spams with some messages, the only thing i saw was something about an error, cancelling the operation, and deleting the file...  
I have the same problem to, the CMD is telling me that i have some few errors, and that's by converting a movie like CONCORDOKKEN'd. Actually i get those errors on all .avi & .wmv movies i have. If i try to convert a pure fraps footage, then it works with no problems.
If you wonder on what my errors is, then just look at this picture:
http://dl.eve-files.com/media/corp/NightmareX/error.jpg
This one was the CONCORDOKKEN'd movie i tried to convert, but without any luck.
Do you know what the problem is here Dark?, i have the latest version of the AutoEncoder to.
Well that is very weird, as everything I've tried with the latest version works fine... and given the language I can't tell what the error message means either!
Try opening the AVS file using VirtualDub manually (the one included) and saving the wav file manually, and seeing if it works.
Did you install AviSynth with virtualdub support? I'm not sure if it needs the option checked or not.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 03:02:00 -
[136]
Originally by: Dark Shikari Edited by: Dark Shikari on 30/06/2007 02:54:04
Originally by: NightmareX
Originally by: Aberash I seem to be having some problems with this new version, tried encoding an avi i made from a premiere project(just a 2min clip as a snippet) and at the end of encoding the CMD spams with some messages, the only thing i saw was something about an error, cancelling the operation, and deleting the file...  
I have the same problem to, the CMD is telling me that i have some few errors, and that's by converting a movie like CONCORDOKKEN'd. Actually i get those errors on all .avi & .wmv movies i have. If i try to convert a pure fraps footage, then it works with no problems.
If you wonder on what my errors is, then just look at this picture:
http://dl.eve-files.com/media/corp/NightmareX/error.jpg
This one was the CONCORDOKKEN'd movie i tried to convert, but without any luck.
Do you know what the problem is here Dark?, i have the latest version of the AutoEncoder to.
Well that is very weird, as everything I've tried with the latest version works fine... and given the language I can't tell what the error message means either!
Try opening the AVS file using VirtualDub manually (the one included) and saving the wav file manually, and seeing if it works.
Did you install AviSynth with virtualdub support? I'm not sure if it needs the option checked or not.
I have the latest AviSynth installed.
It worked now after i just exported the audio from the movie, and then just selected the audio file in the AutoEncoder GUI before i started to encode the movie
Infinitus Odium - We Are The Bringers Of Hatred |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.06.30 04:27:00 -
[137]
Originally by: NightmareX
Originally by: Dark Shikari Well that is very weird, as everything I've tried with the latest version works fine... and given the language I can't tell what the error message means either!
Try opening the AVS file using VirtualDub manually (the one included) and saving the wav file manually, and seeing if it works.
Did you install AviSynth with virtualdub support? I'm not sure if it needs the option checked or not.
I have the latest AviSynth installed. But i couldn't see that i could choose to install AviSynth with VirtualDub support when i was choosing what to install and not to install.
It worked now after i just exported the audio from the movie, and then just selected the audio file in the AutoEncoder GUI before i started to encode the movie
EDIT: It seems that my audio is like 1 sec after the movie when i did convert the movie in that way on some movies, so the audio and the movie is not synced .
EDIT 2: I think i know what the problem is, when i open VirtualDub, and then goes to my fraps folder, i see that i can select my fraps to play in VirtualDub, and it works to encode the fraps videos to. But if i go to my EVE Videos folder, i can almost choose none of the eve movies there, so i'l guess i get those errors because VirtualDub doesn't support those EVE videos i have.
But VirtualDubMod is opening the avisynth file, not the videos; which can read it no matter what.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 10:43:00 -
[138]
Edited by: NightmareX on 30/06/2007 10:47:19
Originally by: Dark Shikari
Originally by: NightmareX
Originally by: Dark Shikari Well that is very weird, as everything I've tried with the latest version works fine... and given the language I can't tell what the error message means either!
Try opening the AVS file using VirtualDub manually (the one included) and saving the wav file manually, and seeing if it works.
Did you install AviSynth with virtualdub support? I'm not sure if it needs the option checked or not.
I have the latest AviSynth installed. But i couldn't see that i could choose to install AviSynth with VirtualDub support when i was choosing what to install and not to install.
It worked now after i just exported the audio from the movie, and then just selected the audio file in the AutoEncoder GUI before i started to encode the movie
EDIT: It seems that my audio is like 1 sec after the movie when i did convert the movie in that way on some movies, so the audio and the movie is not synced .
EDIT 2: I think i know what the problem is, when i open VirtualDub, and then goes to my fraps folder, i see that i can select my fraps to play in VirtualDub, and it works to encode the fraps videos to. But if i go to my EVE Videos folder, i can almost choose none of the eve movies there, so i'l guess i get those errors because VirtualDub doesn't support those EVE videos i have.
But VirtualDubMod is opening the avisynth file, not the videos; which can read it no matter what.
Yeah, by looking closer, it looks like it's something with opening the temp.avs file in the VirtualDub folder, and then there is getting a problem with the sound extracting / converting, and therefor it's failing and the files are getting deleted.
Infinitus Odium - We Are The Bringers Of Hatred |

The CaPoNe
|
Posted - 2007.06.30 11:47:00 -
[139]
@nightmare: rename the directory where u have ur autoencoder installed. something like c:\autoencoder .
in ur picture i see u have tons of space in the directory name.
when i got home i will check the batch scripting routine. it for sure not darks fault :) he just give me the scripts and i coded the tool so its my fault maybe ;)
_____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 11:51:00 -
[140]
Originally by: The CaPoNe @nightmare: rename the directory where u have ur autoencoder installed. something like c:\autoencoder .
in ur picture i see u have tons of space in the directory name.
when i got home i will check the batch scripting routine. it for sure not darks fault :) he just give me the scripts and i coded the tool so its my fault maybe ;)
Will test it now, but i'l guess it wont help much. Will post here to let you know after i have tested it
Infinitus Odium - We Are The Bringers Of Hatred |

The CaPoNe
|
Posted - 2007.06.30 12:41:00 -
[141]
Edited by: The CaPoNe on 30/06/2007 12:43:13 hmmm. try to add a pause before the extracting of the audio.
Quote:
echo ------------------------- echo Encoding the Video. echo ------------------------------ "C:\H 2 6 4 Auto Encoder\tools\x264enc.exe" [huge command]...\read_file.avs" echo --------------------------------------- pause <- add it here. cd "C:\H 2 6 4 Auto Encoder\Tools\VirtualDub"
seems the pc is to fast, so that the directory change fails and virtual dub cant find the temp.avs
if this helps, i will code a small wait command so that the enduser dont need press the button.
_____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 12:50:00 -
[142]
Edited by: NightmareX on 30/06/2007 12:51:40 Edited by: NightmareX on 30/06/2007 12:50:02
Originally by: The CaPoNe Edited by: The CaPoNe on 30/06/2007 12:43:13 hmmm. try to add a pause before the extracting of the audio.
Quote:
echo ------------------------- echo Encoding the Video. echo ------------------------------ "C:\H 2 6 4 Auto Encoder\tools\x264enc.exe" [huge command]...\read_file.avs" echo --------------------------------------- pause <- add it here. cd "C:\H 2 6 4 Auto Encoder\Tools\VirtualDub"
seems the pc is to fast, so that the directory change fails and virtual dub cant find the temp.avs
if this helps, i will code a small wait command so that the enduser dont need press the button.
I have a fast PC yeah
I'm gonna test to add the pause before the program is extracting the audio.
Infinitus Odium - We Are The Bringers Of Hatred |

The CaPoNe
|
Posted - 2007.06.30 12:58:00 -
[143]

make a pic of the tool which settings u choosed.
so i can try to recreate ur error.
thx _____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 13:03:00 -
[144]
Originally by: The CaPoNe

make a pic of the tool which settings u choosed.
so i can try to recreate ur error.
thx
Here is the picture of my settings i use in the AutoEncoder:
http://dl.eve-files.com/media/corp/NightmareX/settings.jpg
Infinitus Odium - We Are The Bringers Of Hatred |

NightmareX
Caldari Infinitus Odium
|
Posted - 2007.06.30 15:14:00 -
[145]
Ok every possinle solutions is tested out with the AutoEncoder now, and i still get those errors
The only solution for me atm is to get an older version of the AutoEncoder, like v2.0
Infinitus Odium - We Are The Bringers Of Hatred |

MellaRinn
The Scope
|
Posted - 2007.07.01 02:54:00 -
[146]
DS and TC - if you guys add a batch-convert option to this so we can backup the fraps folder with the same settings I'll send you a male tachikoma so you can breed them and have a whole new bunch of them every other morning ♥
My Vids - Click |

Joe Ball
Caldari HERZELEID Inc. System of Dawn
|
Posted - 2007.07.01 07:36:00 -
[147]
Edited by: Joe Ball on 01/07/2007 07:35:05 hello,
i run eve under linux (ubuntu) and want to convert my videos for this, someone know what i have to do to convert the video in this "MKV file with H.264 High Profile video and AAC audio" ?
thx joe
|

Mirauder
Synergy. Imperial Republic Of the North
|
Posted - 2007.07.03 15:02:00 -
[148]
Not sure if this is a bug or an intended feature. When using the "fraps backup" option and you tell it to include audio from the video file, it encodes the video, goes to encode the audio and throws an error saying "Unable to open WAV file" or somthing to that effect. However, I did mod the batch file to add a pause at the end so I could read the error, then decided to use the "high" option rather than fraps backup, and everything turned out fine using the same input video.
Am I being a nubbin or is the fraps backup intended for video only? Not a major issue, just archiving some old video back when I captured audio on my fraps (Now I just cap video as I've yet to work out how to speak on TS and record audio without muting yourself due to fraps changing the recording input).
Anyway, cheers for the top notch app.
|

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.07.03 15:10:00 -
[149]
Originally by: MellaRinn DS and TC - if you guys add a batch-convert option to this so we can backup the fraps folder with the same settings I'll send you a male tachikoma so you can breed them and have a whole new bunch of them every other morning ♥
Just a note I've found... many video editing programs including Premiere don't work very well with the MKV files it produces .
I ended up re-converting all my FRAPS to Lagarith before I included it in a video.
Originally by: Joe Ball hello,
i run eve under linux (ubuntu) and want to convert my videos for this, someone know what i have to do to convert the video in this "MKV file with H.264 High Profile video and AAC audio" ?
thx joe
Well it isn't cross-platform, but the programs it uses are.
Get x264, encode your video, and then use something like FAAC to encode your AAC audio, then use mkvmerge to mux them.
Its not as simple as with an automated GUI.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |

Dark Shikari
Caldari Imperium Technologies Firmus Ixion
|
Posted - 2007.07.03 15:11:00 -
[150]
Originally by: Mirauder Not sure if this is a bug or an intended feature. When using the "fraps backup" option and you tell it to include audio from the video file, it encodes the video, goes to encode the audio and throws an error saying "Unable to open WAV file" or somthing to that effect. However, I did mod the batch file to add a pause at the end so I could read the error, then decided to use the "high" option rather than fraps backup, and everything turned out fine using the same input video.
That is very strange, I actually don't know if its intended or not as The Capone implemented that feature... I'll talk to him about it.
23 Member
EVE Video makers: save EVE-files bandwidth! Use the H.264 AutoEncoder! |
| |
|
| Pages: 1 2 3 4 [5] 6 7 8 9 :: one page |
| First page | Previous page | Next page | Last page |