windows - How to transcode video formats -


we're converting bunch of .rm files .mp4 , wondered best way is. here details:

  • convert files h.264.
  • keep filename add .mp4 end.
  • also extract jpg image of video @ 5 seconds in each file , name original filename + .jpg.

this on windows system. there free tool recommend this? thank you.

ffmpeg pretty defacto standard app transcoding video.

http://www.ffmpeg.org/

convert h264/mp4:

ffmpeg.exe -i inputfile.rm -vcodec libx264 -s 320x240 -acodec libfaac outputfile.mp4 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -