SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
FORUMS:
list
list (w/ descriptions)
archive
tags
search
hall of fame
recent posts
Re: Convert .ts to .avi
COW Forums
:
FFmpeg
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Convert .ts to .avi
by
Michael Rampe
on Sep 23, 2011 at 12:53:15 am
seeing that the footage is already H.264 and AAC, you could simply repack the media into a different container.
$ ffmpeg -i input.ts -vcodec copy -acodec copy output.mkv
But this will not make it smaller.....
The reduce the size as well, try:
$ ffmpeg -i input.ts -vcodec libx264 -preset slow -b 5000k -acodec libfaac -ab 192k output.mkv
This should make it about a third of the size of the original which reports at around 15000k.
Michael
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Convert .ts to .avi
by Luiz Guilherme Louro on Sep 22, 2011 at 12:56:12 pm
Re: Convert .ts to .avi
by Michael Rampe on Sep 22, 2011 at 8:39:42 pm
Re: Convert .ts to .avi
by Luiz Guilherme Louro on Sep 23, 2011 at 12:19:03 am
Re: Convert .ts to .avi
by Michael Rampe on Sep 23, 2011 at 12:53:15 am
Re: Convert .ts to .avi
by Luiz Guilherme Louro on Sep 24, 2011 at 1:57:57 am
Re: Convert .ts to .avi
by Luiz Guilherme Louro on Sep 30, 2011 at 11:21:27 am
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]