On Sat, Dec 12, 2015 at 12:27:24PM +0100, 'highskywhy@yahoo.de' highskywhy@yahoo.de [LINUX_Newbies] wrote:
> good afternoon
>
> How can I convert videos.
>
> Example new video mp4
> should be translated to a codec that an old computer
> with win 95 and mediaplayer can understand
>
I think you've asked this before.
Install ffmpeg and open a terminal in the same directory that you have your
video.
Figure out what codec you want to use
ffmpeg -i video.mp4 -vcodec something -acodec something newvideo.avi (or
whatever format)
(It might be useful to know what codecs Windows 95 can understand, you
should probably research that yourself.)
--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Posted by: Scott <scottro@nyc.rr.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (17) |
No comments:
Post a Comment