With MPEGWorks, you can run an encode int he terminal, then start another immediately (it's kind of slower, but..) Can the same be done in ffmpegX? It'd sure be nice to run 2 or 3 encodes overnite, or over a weekend. Also, I've recently run 6 encodes of 1/2 hour TV eps, the MPEG sizes were all within 1 or 2 megs of each other, the bitrates were all the same, and the fastDVD settings I used never changed, but my final DVD sizes range from 412 megs, to 678 megs? The quality of them are all excellent, and the sync is perfect, but why the different sizes?
Results 1 to 7 of 7
-
-
Originally Posted by Dunnyman
Originally Posted by Dunnyman
-
Correct, but those files are only used if you select the "Decode with mplayer" option.
-
I always use 'decode with mplayer' as I am more familiar with the output from mplayer/mencoder and don't bother much with Quicktime if I can help it.
W.I.Bbler
-
Added support for multiple concurrent "decode with mplayer" processes to the to-do list.
-
I've just been having a play around and with a simple change to
/Applications/ffmpegX.app/Contents/Resources/mencvcdX
diff mencvcdX.std mencvcdX
23c23,27
< TMPDIR="/tmp" # path to directory for creating temporary files, recommended 2-3GB space
---
> # create unique directory for temporary files under /tmp, recommended 2-3GB space
> TMPDIR=`/sw/sbin/tempfile -d /tmp -p ffmpeg`
> rm $TMPDIR
> mkdir $TMPDIR
>
This sets the TMPDIR to a unique name, where stream.yuv! and audiodump.wav are kept.
As long as the source files are in separate directories, the change will let you run several at once.
The /sw/sbin/tempfile is from the Fink distribution..
Similar Threads
-
No encodes working with ffmpegX
By mollycampbell in forum ffmpegX general discussionReplies: 21Last Post: 1st Mar 2011, 23:27 -
Speed up xvid encodes?
By rhijaen in forum Newbie / General discussionsReplies: 1Last Post: 3rd Oct 2010, 00:48 -
AAC HE V2 - encodes to mono
By katykaty in forum AudioReplies: 2Last Post: 5th Feb 2009, 11:23 -
muxing VC-1 encodes to m2ts
By 02fx4dude in forum Authoring (Blu-ray)Replies: 5Last Post: 11th Mar 2008, 10:56 -
New PC - Encodes not as good...
By Browncoat in forum Newbie / General discussionsReplies: 28Last Post: 17th Jan 2008, 17:39