Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

.m2v to h.264?

0 views
Skip to first unread message

bafenator

unread,
Apr 15, 2009, 5:28:55 PM4/15/09
to
I am capturing ATSC streams via an HDHomeRun tuner, and would like
to convert them to something with an h.264 encoding. Everything I see
shows examples of splitting out audio, reencoding the audio, muxing,
and converting via about ten different utilities.

Is there any reasonably simple way to do the conversion from the
command line, so it can be automated?

Hactar

unread,
Apr 16, 2009, 12:20:18 AM4/16/09
to
In article <13edb225-1e64-429a...@z16g2000prd.googlegroups.com>,

ffmpeg -i movie.atsc -vcodec h264 movie.264

Check the man page to be sure I guessed the codec name and filename
extension correctly. You may also want to throw in -acodec <whatever>
and -threads <whatever>.

--
-eben QebWe...@vTerYizUonI.nOetP http://royalty.mine.nu:81
An ASCII character walks into a bar and orders a double. "Having a bad
day?" asks the barman. "Yeah, I have a parity error," replies the ASCII
chrcter. The barman says, "Yeah, I thought you looked a bit off." - Skud

0 new messages