Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - atavarius

Pages: [1]
1
H.264/AVC / Re: Getting the latest x264
« on: October 11, 2010, 11:34:25 PM »
Sounds like jarod borked his builds. Use JEEB's builds until he can fix it.

2
H.264/AVC / Re: x264 - Current patches discussion thread
« on: September 19, 2010, 04:22:53 PM »
I don't think most of those patches really "fix" anything, they seem mostly cosmetic/convenience. The only 2 I would call major are LSMASH which is a work in progress and JDarnley's filter patch which he is working on getting comitted. 

3
Newbies / Re: Encoding video (BD source)
« on: August 31, 2010, 11:33:41 AM »
I would guess avisynth is your bottleneck. Install an MT build of avisynth or for a simple script like that just use x264cli's filter system like so:

Code: [Select]
x264 --preset placebo --tune film --crf 18 --level 4.1 --vf crop:0,138,0,138 -o "output" "input"

4
H.264/AVC / Re: Change AVC Videostream SAR?
« on: August 23, 2010, 07:26:34 AM »
Same tool, I just didn't want to link there  ;D.

5
H.264/AVC / Re: Change AVC Videostream SAR?
« on: August 22, 2010, 10:06:34 PM »
This should do the job.

6
Newbies / Re: Encoding video (BD source)
« on: August 20, 2010, 12:45:44 PM »
Code: [Select]
x264 --preset slower --tune film --crf 16 --level 4.1
Looks like it should be fine for Popcorn hour.

The settings in those profiles are whats needed for encoding video FOR a bluray disc not from it.

7
H.264/AVC / Re: Compiling x264 on 32 Bit Windows - Guide.
« on: February 04, 2010, 07:42:28 PM »
Probably a stupid question but does compiling FFMPEG (and then using that build to compile FFMS) with/without pthreads make any difference on x264 LAVF/FFMS input?

8
Newbies / Re: x264 CLI can't find AviSynth
« on: December 13, 2009, 05:12:23 PM »
It varies, but there is improvement. Download Lord Mulder's GUI and use it to benchmark a few short clips to get an idea.

9
Newbies / Re: x264 CLI can't find AviSynth
« on: December 13, 2009, 05:07:03 PM »
You'd need 64-bit Avisynth and to only use plugins that have 64-bit versions. With Lord Mulders tool, you can use the 32-bit versions of everything with 64-bit x264.

10
Encoder GUIs / Re: Do not use MeGUI
« on: December 08, 2009, 07:26:23 PM »
Would you mind to elaborate?

From a newbie point of view, why not use this encoding GUI? ...

Did

PS: I will elaborate about the newbie point of view in the ... newbie section  ;D

Its out of date, no longer uses the latest x264 builds properly, and seems to have been abandoned by its developers. StxRip, Ripbot, and various other GUIs are easier to use and are actively maintained. Honestly, a GUI is barely needed anymore, with the addition of the preset system in x264 command line encoding can't get much easier.

Pages: [1]