Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1950  / 1 Year ago, wed, march 29, 2023, 5:34:43

i want to convert my movies to avi xvid with the frame size 700x292 so that i can watch it on my tv.But i don't know which software in ubuntu will help me.I tried arista transcoder but it does not have the option to resize the frame.


More From » 13.10

 Answers
5

You have to install ffmpeg and its GUI application called WinFF



For compehensive use, you need to install it with following command:



sudo apt-get install ffmpeg ffmpeg-doc libav-tools winff winff-doc winff-gtk2 checkinstall yasm texi2html libfaac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev libvorbis-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev frei0r-plugins-dev libdc1394-22 libdc1394-22-dev libgsm1 libgsm1-dev libopenjpeg-dev libschroedinger-1.0-0 libschroedinger-dev libschroedinger-doc libspeex-dev libvdpau-dev vflib3-dev librtmp-dev libva-dev libjack-jackd2-dev libass4 libass-dev libmodplug1 libmodplug-dev libvo-aacenc0 libvo-aacenc-dev libvo-amrwbenc0 libvo-amrwbenc-dev libopenal1 libopenal-dev libavcodec-extra-53 libavdevice-extra-53 libavfilter-extra-2 libavformat-extra-53 libavutil-extra-51 libpostproc-extra-52 libswscale-extra-2


You can transcode the video with WinFF.



If with terminal you can done this with command:



ffmpeg -i [VIDEO NAME].[FORMAT] -vcodec -s mpeg4 -vpre [VIDEO PRESET EX. MEDIUM/HIGH ] -b [BANDWIDTH] -s [WIDTH]*[HEIGHT] -acodec copy [OUTPUT VIDEO NAME].avi


Replace the particular phrases in [ ]



If it is a mp4 video named Myvideo and needed output video is Output.avi with preset medium, 3000k bitrate and size 700x292,



Then the command is :



ffmpeg -i Myvideo.mp4 -vcodec -s mpeg4 -vpre medium -b 3000k -s 700x292 -acodec copy Output.avi

[#28422] Thursday, March 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ravturtl

Total Points: 335
Total Questions: 132
Total Answers: 110

Location: Tanzania
Member since Wed, Feb 24, 2021
3 Years ago
ravturtl questions
Wed, Feb 22, 23, 19:16, 1 Year ago
Fri, Dec 3, 21, 22:16, 2 Years ago
Wed, Nov 3, 21, 07:30, 3 Years ago
Wed, May 19, 21, 17:31, 3 Years ago
;