DoomNlNE
5th January 2012, 02:06
i7 8 core
24GB RAM
32GB RamDrive (3GB/s read/write)
x264 --preset fast --crf 0 --demuxer lavf --threads 8 "in.avi" -o "output.mkv"
Source:
I capture games lossless at 60FPS. Resolution is 320x240 (native for emulators)
It seems the capture codec affects the x264 encoding speed.
In my experience:
Uncompressed allows encoding at 700FPS
Camstudio with lowest compression allows encoding at 620FPS.
What would theoretically be the fastest lossless codec to use to speed up x264 encoding?
x264 only uses 20% of my CPU
Any other things I can add to my x264 command to speed up encoding (don't want to use ultrafast preset, etc)?
The problem is with upscaling to 1080p. Upscaling these videos results in a better and far sharper picture when uploaded to youtube.
x264 --preset fast --crf 0 --demuxer lavf --vf resize:1920,1080,,both,, --threads 8 "in.avi" -o "output.mkv"
The HD upscale is VERY slow. 20FPS!!
(This is a particular case for the type of source i'm using. Please don't say upscaling is stupid, you don't know about my source :)).
Any way to speed up?
24GB RAM
32GB RamDrive (3GB/s read/write)
x264 --preset fast --crf 0 --demuxer lavf --threads 8 "in.avi" -o "output.mkv"
Source:
I capture games lossless at 60FPS. Resolution is 320x240 (native for emulators)
It seems the capture codec affects the x264 encoding speed.
In my experience:
Uncompressed allows encoding at 700FPS
Camstudio with lowest compression allows encoding at 620FPS.
What would theoretically be the fastest lossless codec to use to speed up x264 encoding?
x264 only uses 20% of my CPU
Any other things I can add to my x264 command to speed up encoding (don't want to use ultrafast preset, etc)?
The problem is with upscaling to 1080p. Upscaling these videos results in a better and far sharper picture when uploaded to youtube.
x264 --preset fast --crf 0 --demuxer lavf --vf resize:1920,1080,,both,, --threads 8 "in.avi" -o "output.mkv"
The HD upscale is VERY slow. 20FPS!!
(This is a particular case for the type of source i'm using. Please don't say upscaling is stupid, you don't know about my source :)).
Any way to speed up?