Graal Forums  

Go Back   Graal Forums > Development Forums > Videos
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-18-2007, 10:43 PM
ViperZakuto ViperZakuto is offline
Duergar
ViperZakuto's Avatar
Join Date: Mar 2004
Location: Cincinnati, Ohio
Posts: 1,220
ViperZakuto is an unknown quantity at this point
here are some audio options i found in the manual
`-ar freq'
Set the audio sampling frequency (default = 44100 Hz).
`-ab bitrate'
Set the audio bitrate in bit/s (default = 64k).

From what i understand about this, is that it will set the video output to the same as the input file.
`-sameq'
Use same video quality as source (implies VBR).
ex
ffmpeg -i file.avi -sameq -ab 300k file.mpg

make sure to put the audio and video options before the output file and NOT the input file.

Also you can do multiple conversions at once if your computer can handle it.

ex
ffmpeg -i file1.avi -sameq -ab 300k file1.mpg -i file2.avi -sameq -ab 300k file2.mpg so on and so forth.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:31 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.