From: Danno on 21 Jul 2010 23:27 On Wed, 21 Jul 2010 20:40:30 -0600 <snip> > > Confirmed, ffmpeg follows through completely. Guess it's time to crawl > onto the shallow end of the ffmpeg curve -sigh-... > Damn, posted too soon. Made it through once, can't duplicate it. Segfaults galore. -- Slackware 13.1, 2.6.33.4-smp, Core i7 920 RLU #272755
From: andrew on 22 Jul 2010 09:32 On 2010-07-22, Danno <WhoaBaby(a)MySecretPlace.org> wrote: > How long ago did you compile x264? I noticed in the changelog today > they mention having broken 2-pass encoding, figured they'd fixed it, > but I'm still segfaulting. Well, just to be sure I compiled 20 minutes ago :). This gives me: andrew(a)skamandros~$ x264 --version | head -n 1 x264 0.104.214 62997d6 and compiled FFmpeg aginst this (SVN-r24430). I had no trouble using the following syntax: ffmpeg -i input.ogg \ -pass 1 -vcodec libx264 -vpre fast_firstpass \ -b 512k -bt 512k -threads 0 -f rawvideo -an -y /dev/null \ && ffmpeg -i input.ogg -pass 2 -acodec libfaac -ab 128k -ac 2 \ -vcodec libx264 -vpre fast -b 512k -bt 512k -threads 0 output.mp4 I will admit I normally use one-pass CRF (Constant Rate Factor) using the slow preset, courtesy of my mate Lou's great guide... Andrew -- Do you think that's air you're breathing?
From: Danno on 22 Jul 2010 12:48 On Thu, 22 Jul 2010 23:32:23 +1000 andrew <andrew(a)skamandros.invalid> wrote: <snip> > Well, just to be sure I compiled 20 minutes ago :). This gives me: > andrew(a)skamandros~$ x264 --version | head -n 1 > x264 0.104.214 62997d6 <snip> One more question, if you don't mind? Are you running 32bit or 64bit Slackware? -- Slackware 13.1, 2.6.33.4-smp, Core i7 920 RLU #272755
From: andrew on 22 Jul 2010 21:12 On 2010-07-22, Danno <WhoaBaby(a)MySecretPlace.org> wrote: > One more question, if you don't mind? > Are you running 32bit or 64bit Slackware? 32 bit... Andrew -- Do you think that's air you're breathing?
First
|
Prev
|
Pages: 1 2 Prev: Some notes on nfs setup, by example. Next: 13.1 and x264 encoding - resolved |