Forum
Issue with MEGUI
Created 6th January 2011 @ 23:18
Add A Reply Pages: 1
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,
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.
can you post a screenshot of the error?
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?
Click the LOG tab, and then expand the error
Did you fix this? I’m guessing it was so obvious upon reading the error that you did =D
Add A Reply Pages: 1