Thread: Mencoder bash variables
i trying run mencoder create movie out of jpg files in script, error whenever run it:
here relevant code trying runcode:mencoder 2:1.0~rc2-0ubuntu13.2 (c) 2000-2007 mplayer team cpu: intel(r) xeon(tm) cpu 3.00ghz (family: 15, model: 6, stepping: 4) cpuflags: type: 15 mmx: 1 mmx2: 1 3dnow: 0 3dnow2: 0 sse: 1 sse2: 1 compiled runtime cpu detection. no file given exiting... (error parsing command line)
code:avi_name="$(date +%h).avi" mencoder mf://*.jpg -mf w=640:h=480:fps=24:type=jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o $avi_name
have tried quoting variable?
http://mywiki.wooledge.org/bashpitfa...file_.24target
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Mencoder bash variables
Ubuntu
Comments
Post a Comment