I've been doing some captures with my new Octane Compression board (thanks recondas!) using the following command from Ian's howto (thanks also to Ian):
That worked great...although I get some pretty hefty video from it. So I decided to try and convert it down to something more portable using mencoder, but if I try and use more than one thread it crashes with a bus error. I'm trying with the following command:
Is this a known issue? I couldn't find anything in the forums about it.
I've also tried using ffmpeg but I get some nasty video artifacts (a bar in the middle of the screen) where it was presumably stitched together...if I use a single thread it works fine. Also using 3 threads produces 2 bars, etc,etc. I used this command for ffmpeg:
dmconvert also seems to be single threaded only....
Anyone have any ideas on this? I'd love to be able to do some multithreaded encoding with a decent result so I can make use of some Origin muscle for encoding. If anyone has any other recommendations I'm open to those as well.
Thanks!
-Jesse
Code:
dmrecord -p video,device=impact,comp=jpeg,engine=impact,brate=30000000 -p audio,channels=2
That worked great...although I get some pretty hefty video from it. So I decided to try and convert it down to something more portable using mencoder, but if I try and use more than one thread it crashes with a bus error. I'm trying with the following command:
Code:
mencoder ./test.mov -oac lavc -ovc lavc -lavcopts threads=2 -o test.avi
Is this a known issue? I couldn't find anything in the forums about it.
I've also tried using ffmpeg but I get some nasty video artifacts (a bar in the middle of the screen) where it was presumably stitched together...if I use a single thread it works fine. Also using 3 threads produces 2 bars, etc,etc. I used this command for ffmpeg:
Code:
ffmpeg -i ./file.mov -s 720x496 -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2 -threads 2 file.mpg
dmconvert also seems to be single threaded only....
Anyone have any ideas on this? I'd love to be able to do some multithreaded encoding with a decent result so I can make use of some Origin muscle for encoding. If anyone has any other recommendations I'm open to those as well.
Thanks!
-Jesse
_________________
(x6 Linked) (x2) (4x Challenge S)