Support and General Use > Plugins/Viewers

batch mpeg encoding

(1/2) > >>

d47:
hi, i was wondering if any knows of a simple way to batch process videos with ffmpeg, mencoder, vlc or what have you. currently i use ffmpeg with the following command:

ffmpeg - i -s 320x240 -vcodec mpeg2video -acodec mp3 -ac 2 -ar 44100 -r 24

i cant seem to get mencoder to resize the video.
also is there any way to set the output quality for the encoded files.

thx for any tips.

deft:
VLC command line:
"...\vlc.exe" %1  --sout=#transcode{vcodec=mp2v,vb=600,width=320,height=240,acodec=mp3,ab=128,samplerate=44100}:std{access-video=file,mux=ps,dst=%1.mpg}

set vb value to set output quality

d47:
kewl thx ^^ so thats out of 1000 then?

Llorean:
No, it's simply bitrate, much like audio bitrate.

d47:
oh  :D i see, thanks

Navigation

[0] Message Index

[#] Next page

Go to full version