# sample global configuration file for batchhb # Set CPU count (default: autodetected) #cpu_count: 1 # Set input device. You'll probably usually want to pass this on the # commandline, not in the config file. input_device: '/dev/disk1' # Set output format (avi/mp4/ogm) output_format: 'mp4' # Maximum dimensions for video max_height: 272 max_width: 480 # Add chapter markers (mp4 format only) chapter_markers: off # Set video library encoder (ffmpeg,xvid, x264,x264b13,x264b30 default: ffmpeg) video_encoder: 'x264' # Set video framerate (5/10/12/15/23.976/24/25/29.97) #video_framerate: 23.976 # You should only set one of the following quality options # Set video quality (0.0..1.0) #video_quality: 1.0 # Target file size (MB) #video_file_size: 100 # Set video bitrate (default: 1000) video_bitrate: 1000 # Enable Two Pass encoding two_pass_encode: on # Enable video deinterlacing #deinterlace_video: off # Enable grayscale encoding #grayscale: off # Store pixel aspect ratio in video stream #store_pixel_aspect_ratio: off # Set audio encoder (faac/lame/vorbis/ac3, ac3 meaning passthrough) audio_encoder: 'faac' # Set audio bitrate (default: 128) #audio_bitrate: 128 # Format for surround sound downmixing (mono/stereo/dpl1/dpl2/6ch, # default: dpl2) #audio_downmix_format: dp12 # Set audio samplerate (22.05/24/32/44.1/48 kHz) audio_samplerate: 44.1 # Specify advanced x264 options in the same style as mencoder: # option1=value1:option2=value2 x264opts: 'level=3'