Jump to content

video conversion and resizing


mindwave
 Share

Recommended Posts

Files MOV serves Cinelerra nicely. If ffplay play files ffmpeg, mencoder if mplayer runing. Lives loading MOV files and have many plug in.Linux Video Editor, Linux Video Studio

http://www.yolinux.com/TUTORIALS/LinuxTutorialVideo.html

http://www.freedownloadscenter.com/Best/edit-_mov-linux.html

....Lex

Edited by Lexicon
Link to comment
Share on other sites

I like to use mencoder. Here's an example I would use to resize and encode a .mov to an .mp4:

mencoder -vf scale=WIDTH:HEIGHT -ovc lavc -lavcopts vcodec=mpeg4 -oac mp3lame /path/to/your-video.mov -o /path/to/your-new-video.mp4

you would need to replace the WIDTH:HEIGHT with whatever you need, preferably keeping the video to scale.

 

There's more info here in the encoding-guide.

Link to comment
Share on other sites

I use fast ffmpeg

example:

ffmpeg -i film.mov -s 640x480 out_file_name.mov

 

You can reduce size of file applying suitable bitrate -b xxxxxxx

 

-b 6000, -b 4000

 

....Lex

Edited by Lexicon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...