Quote:
Originally Posted by geekmaster
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?