Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #avconv compile
  2. ./configure --enable-cross-compile --cross-prefix=i686-w64-mingw32- \
  3. --target-os=mingw32 --enable-runtime-cpudetect --disable-debug \
  4. --disable-avprobe --disable-avplay --enable-gpl --cpu=i686 --arch=x86 \
  5. --enable-avisynth
  6. make -j4
  7.  
  8.  
  9. #あいうえお.avs
  10. ColorBars(640, 480, "YV12").Trim(0, 999)
  11. ConvertAudioTo16bit()
  12.  
  13.  
  14. #エンコード
  15. avconv -i あいうえお.avs -target ntsc-dvd -vcodec mpeg2video -aspect 4:3 -acodec ac3 かきくけこ.vob
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement