x
Dear Highlander Teams, that participate in the current season. In accordance with rule 1.5 Roster locks, we no longer will allow adding players to your Highlander rosters during this season.
x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

Issue with MEGUI

Created 6th January 2011 @ 23:18

Add A Reply Pages: 1

Starkie

ulti?
sniper

Hey,
I’ll cut to the chase.
I wanted to render a test video purely for myself and I wanted to see it in high quality, so I rendered it to lossless and encoded it with MEGUI.
However, it said there was an error with the 3rd task in the queue of MEGUI. I decided to try again and the problem persisted.
I thought it might be due to the render, so I re-rendered the same video (slightly different, because I had worked on it a little more) and to the same result.
I tried encoding a completely different movie and that worked.
I thought it might be the audio but when I tried that it STILL didn’t work.

I was googling for a fix but they were all in technical gibberish.

I’m stumped, any suggestions?
Thanks,
Stark


Last edited by Starkie,

Starkie

ulti?
sniper

Can no-one help?
I’m really confused by this

octochris

(0v0)

megui is pretty bad, just use ffmpeg.

command lines i use for stuff:

Downloadable:
TITLE Chris' FFmpeg script ^| ENCODING DOWNLOADABLE (Pass 1) && FFMPEG -i "%AVINOEXT%.avs" -bf 16 -pass 1 -vcodec libx264 -vpre "%CD%ffpresetslibx264-slowfirstpass.ffpreset" -b 9000k -bt 9000k -threads 0 -f mp4 -y NUL && TITLE Chris' FFmpeg script ^| ENCODING DOWNLOADABLE (Pass 2) && FFMPEG -i "%AVINOEXT%.avs" -bf 16 -pass 2 -vcodec libx264 -vpre "%CD%ffpresetslibx264-hq.ffpreset" -acodec libfaac -ab 192k -ac 2 -b 9000k -bt 9000k -threads 0 "%AVINOEXT%_h264_download_temp.mp4" && TITLE Chris' FFmpeg script ^| ENCODING DOWNLOADABLE (Relocating MOOV atom) && CLS && QT-FASTSTART "%AVINOEXT%_h264_download_temp.mp4" "%AVINOEXT%_h264_download.mp4" && DEL /F "%AVINOEXT%_h264_download_temp.mp4"

Streamable:
TITLE Chris' FFmpeg script ^| ENCODING STREAMABLE (Pass 1) && FFMPEG -i "%AVINOEXT%.avs" -bf 0 -pass 1 -vcodec libx264 -vpre "%CD%ffpresetslibx264-slowfirstpass.ffpreset" -b 10000k -bt 10000k -threads 0 -f mp4 -y NUL && TITLE Chris' FFmpeg script ^| ENCODING STREAMABLE (Pass 2) && FFMPEG -i "%AVINOEXT%.avs" -bf 0 -pass 2 -vcodec libx264 -vpre "%CD%ffpresetslibx264-hq.ffpreset" -acodec libfaac -ab 128k -ac 2 -b 10000k -bt 10000k -threads 0 "%AVINOEXT%_h264_stream_temp.mp4" && TITLE Chris' FFmpeg script ^| ENCODING STREAMABLE (Relocating MOOV atom) && CLS && QT-FASTSTART "%AVINOEXT%_h264_stream_temp.mp4" "%AVINOEXT%_h264_stream.mp4" && DEL /F "%AVINOEXT%_h264_stream_temp.mp4" && DEL /F "%AVINOEXT%.avs"

replace %AVINOEXT% with the path to your mp4 without the extension, it’s just copy/pasted from a batch script i made.

Special_K

can you post a screenshot of the error?

Starkie

ulti?
sniper

Quoted from Special_K

can you post a screenshot of the error?

http://i55.tinypic.com/bhkk8h.jpg

Quoted from octochris

megui is pretty bad, just use ffmpeg.

command lines i use for stuff:

I’ll try ffmpeg but could you tell me where to put all this code?

tesco

mrp.

he means the screenshot of the error message

Starkie

ulti?
sniper

Where do I find the error message?

Pricee

has $w@G

Quoted from Starkie

http://i55.tinypic.com/bhkk8h.jpg

heavy is sad D:

Special_K

Click the LOG tab, and then expand the error

Special_K

Did you fix this? I’m guessing it was so obvious upon reading the error that you did =D

Add A Reply Pages: 1