Changeset 18655 for config/plagger/hsbt

Show
Ignore:
Timestamp:
09/02/08 20:06:10 (4 months ago)
Author:
hsbt
Message:

support ffmpeg(r13582).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • config/plagger/hsbt/config.nicovideo.yaml

    r4373 r18655  
    11global: 
    22  plugin_path:  
    3     - /home/hsbt/dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin 
    4   assets_path: /home/hsbt/dev/plagger/assets 
     3    - /home/hsbt/Development/coderepos/lang/perl/plagger/lib/Plagger/Plugin 
     4  assets_path: /home/hsbt/Development/plagger/assets 
    55  log: 
    66    level: debug 
    77  cache: 
    8     base: /home/hsbt/plagger 
     8    base: /home/hsbt/misc/plagger 
    99  timezone: Asia/Tokyo 
    1010 
     
    2020      - expression: $args->{entry}->{date} = undef; 1 
    2121      - module: Deduped 
    22         path: /home/hsbt/plagger/cache_rule/nicovideo.cache 
     22        path: /home/hsbt/misc/plagger/cache_rule/nicovideo.cache 
    2323 
    2424  - module: Filter::FetchNicoVideo 
    2525    config: 
    2626      mail: mail 
    27       password: pass 
    28       dir: /home/hsbt/plagger/cache/nicovideo 
     27      password: password 
     28      dir: /home/hsbt/public_html/plagger/enclosures 
    2929      id_as_filename: 1 
    3030      interval: 30 
     
    4040      dir: /home/hsbt/public_html/plagger/enclosures 
    4141      options: 
    42         video_codec:         h264 
     42        video_codec:         libx264 
    4343        bitrate:             600 
    44         audio_codec:         aac 
     44        audio_codec:         libfaac 
    4545        audio_sampling_rate: 44100 
    4646        audio_bit_rate:      128 
     
    5656      dir: /home/hsbt/public_html/plagger/enclosures 
    5757      options: 
    58         video_codec:         h264 
     58        video_codec:         libx264 
    5959        bitrate:             600 
    60         audio_codec:         aac 
     60        audio_codec:         libfaac 
    6161        audio_sampling_rate: 44100 
    6262        audio_bit_rate:      128 
     
    6868      rewrite: 
    6969        - local: /home/hsbt/public_html 
    70           url: http://vmware/~hsbt/ 
     70          url: http://laplace/~hsbt/ 
    7171 
    7272  - module: Publish::Feed