dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

encode_slice.conf (388B)


      1 # profile to slice the current video without reencoding it
      2 # watch out that the extract will be snapped to keyframes; this is unavoidable when copying streams
      3 # see encode_webm.conf for a detailed explanations of all the options
      4 
      5 only_active_tracks=yes
      6 preserve_filters=no
      7 append_filter=
      8 codec=-c copy
      9 output_format=$f_$n.$x
     10 output_directory=
     11 detached=yes
     12 ffmpeg_command=ffmpeg
     13 print=yes