digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Mencoder: Ffmpeg with Avisynth support (http://www.digitalfaq.com/archives/encode/9463-mencoder-ffmpeg-avisynth.html)

Abond 05-17-2004 10:24 AM

Quote:

Originally Posted by incredible
Try adding a converttoYV12() or ConverttoYUY2() :!: at the end of you script and retry ... well test both possibilities.

Already tried - no change.

digitall.doc 05-17-2004 04:57 PM

Quote:

Originally Posted by incredible
Maybe I missed something but someone told that he got success if importing a HuffYUV file into avisynth??? :?: Would mean a YUY2 output of the avisynth script

Sorry guys, I cannot help you with your problems, since it works fine for me, apart from the "problems" I posted (the only real problem is the crash on exit).

So, why am I posting then?. Well, I'm encoding a home-made captured video. I used (first time) HuffYUV avi-codec (first time, pheeew 9 Gb for 13 minutes, really Gb consuming :? ). I used then the same avs scripts I was using earlier (with avi captures also, other codec). And to my surprise, didn't crash on exit. Don't know if the rest of problems went also away (I left mencoding alone), but didn't crash.

And doesn't seem a colorspace problem. As outputted from Premiere, it was in RGB, and I used in the avs script avisource("...",false).converttoyv12. So doesn't look to be this problem.

digitall.doc 05-22-2004 09:51 AM

Just a post to "refresh" this item :roll:

For those ot you doing nothing at the moment (VM, Inc,... :lol: :lol: ), and with compiling capabilities (no, I'm not one of those :oops: ): did you try to compile mencoder with avisynth, the way Milan advised? (if Milan advised any way...)

incredible 05-22-2004 10:22 AM

Could you just point me to a "clear" how to, ... how that should be done, as im right now in so much stuff, .. I havnt the time to "recover" everything which is needed in the wohle amount of postings here :)

digitall.doc 05-22-2004 11:10 AM

Sorry Inc, I can't.
Don't know if what Milan psoeted inthis same thread has any meaning for you all, and if can be of a help. Apart from this, there's no other info AFAIK. :?

rds_correia 05-22-2004 12:56 PM

Hi guys,
As far as I'm aware Milan just posted a mencavs executable/binary version.
I asked for the sources but wisely he doesn't want to do that until he finishes his work.
So we'll have to wait a bit more.
Cheers

black prince 06-03-2004 08:12 AM

I'm trying MencoderAVS using the following avs script:

LoadPlugin("c:\DVD BACKUP\4 - MOVIESTACKER\Filters25\MPEG2Dec3.dll")
Mpeg2Source("F:\Temp\movie.d2v")


Every frame was displayed as dup error :roll: Are there settings in
Mencoder that must be set to correct this :roll: Here's my batch
file:

::DVDDecrypter /MODE FILE /DEST "F:\dvd_video\Video_ts\" /START /CLOSE
:: Force Film
::DVD2avi -IA=1 -FO=1 -CS=2 -YR=1 -TN=1 -AIF=[F:\DVD_VIDEO\VIDEO_TS\vts_01_1.vob] -CF=4 -DD=1 -DRC=2 -OF=[F:\Temp\movie] -exit
:: Interlaced
::DVD2avi -IA=1 -FO=0 -CS=2 -YR=1 -TN=1 -AIF=[F:\DVD_VIDEO\VIDEO_TS\vts_01_1.vob] -CF=4 -DD=1 -DRC=2 -OF=[F:\Temp\movie] -exit
::BeSweet.exe -core( -input "f:\Temp\MOVIE.ac3" -output "f:\Temp\MOVIE.mp2" ) -azid( -c normal -g 0.95 -L -3db ) -ssrc( --rate 44100 ) -boost( /b2=5 ) -toolame( -m s -b 64 -e )
Mencoder.exe -include temp.conf -lavcopts vbitrate=1037:vpass=1 "F:\Temp\KSVCD.avi" -o /dev/null
Mencoder.exe -include temp.conf -lavcopts vbitrate=1037:vpass=2 "F:\Temp\KSVCD.avi" -o "F:\Temp\KSVCD.m2v"
::pulldown.exe "F:\Temp\KSVCD.m2v" "F:\Temp\movie.m2v"
::mplex.exe -f 5 -V -o F:\Temp\KSVCD.mpg F:\Temp\KSVCD.mp2 F:\Temp\movie.m2v
shutdown.exe


Thanks

-BP


All times are GMT -5. The time now is 01:27 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.