Changeset 251
- Timestamp:
- 08/30/06 23:52:57 (2 years ago)
- Files:
-
- plagger/trunk/lib/Plagger/Plugin/Filter/FFmpeg.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plagger/trunk/lib/Plagger/Plugin/Filter/FFmpeg.pm
r250 r251 30 30 return; 31 31 } 32 $file =~ s/\.[^\.]*$//; 32 33 if ($self->conf->{rewrite_filename}) { 34 $file = $e->title; 35 } else { 36 $file =~ s/\.[^\.]*$//; 37 } 38 33 39 34 40 my $ff = FFmpeg::Command->new($self->conf->{command}); … … 87 93 ext: m4v 88 94 command: /usr/local/bin/ffmpeg 95 encoding: cp932 96 rewrite_filename: 0 89 97 options: 90 encoding: cp93291 98 format: psp 92 99 video_codec: h264 … … 122 129 You can chooe 'ipod' or 'psp.' Default is 'ipod.' 123 130 131 =head2 encoding 132 133 Character encoding of title, author and comment. Default value is cp932. 134 135 =head2 rewrite_filename 136 137 Whether rewrite filename to title or not. Default value is 0 (not rewrite). 138 139 124 140 =head3 options 125 141 … … 129 145 130 146 =over 131 132 =item encoding133 134 Character encoding of title, author and comment.Default value is cp932.135 147 136 148 =item format
