Skip to content

Commit

Permalink
added + removed a couple of files
Browse files Browse the repository at this point in the history
  • Loading branch information
freder authored and freder committed Nov 7, 2011
1 parent 1f8384f commit 32189fe
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 402 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
*.bat c4d_render.bat
*.pyc *.pyc
*.jsx *.jsx
*/ */
2 changes: 2 additions & 0 deletions ffmpeg_crop-vob.bat
@@ -0,0 +1,2 @@
REM -vf cropdetect
ffmpeg -i VTS_01_1.VOB -vf crop=720:462:0:57 -target dvd -acodec copy cropped.vob
1 change: 1 addition & 0 deletions ffmpeg_demux-vob.bat
@@ -0,0 +1 @@
ffmpeg -i VTS_01_1.VOB -an -sn -vcodec copy -f rawvideo output.mpeg
2 changes: 2 additions & 0 deletions ffmpeg_extract-audio.bat
@@ -0,0 +1,2 @@
REM ffmpeg -i bond.vob -f mp3 -ar 44100 -ab 128000 -ac 2 audio.mp3
ffmpeg -i %1 -f wav -ac 1 -ar 16000 audio.wav
1 change: 1 addition & 0 deletions ffmpeg_vob2mpeg.bat
@@ -0,0 +1 @@
ffmpeg -i VTS_01_1.VOB -vcodec copy -acodec copy output.mpg
87 changes: 0 additions & 87 deletions movie_core.py

This file was deleted.

33 changes: 0 additions & 33 deletions plot_chapters.py

This file was deleted.

57 changes: 0 additions & 57 deletions stills.py

This file was deleted.

49 changes: 0 additions & 49 deletions stills_slitscan.py

This file was deleted.

126 changes: 0 additions & 126 deletions subtitle_quotes.py

This file was deleted.

0 comments on commit 32189fe

Please sign in to comment.