View Single Post
Old 07-11-2012, 01:18 PM   #128
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by geekmaster View Post
Crap. I have tons of copy/paste problems in my VM. That link is self-referential. Now I have to search again. A few posts before the raw2gmv download it shows ffmpeg commands to get video raw out of it pipe to raw2gmv...
wow you really are reading my mind today.

Except I was thinking cant raw to GMV be adjusted to also encode the audio info into the frames?

And to reiterate, for future reference you can assume I have read all your posts on this subject, probably 4 times now.

So I'm thinking

Quote:
ffmpeg -i /BLAH/sintel-2048-surround.mp4 \
-pix_fmt gray -f rawvideo -vf pad=800:600:0:75 -s 800x450 -|./raw2gmv|nc -l 5555
Should be ffmpeg -i /BLAH/OurTest.mp4 \
-pix_fmt gray -someAudioFlags? -f rawvideo? -vf pad=800:600:0:75 -s 800x450 -|./raw2gmvWithAudio > SomeResultingHelpfulFile.gmv

Am I on the right lines?
twobob is offline   Reply With Quote