Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| digitze_your_vhs_tapes [13.06.2012 22:18] – Pascal Suter | digitze_your_vhs_tapes [13.06.2012 22:34] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| i composed a little script that takes all dv files in a folder and converts them to mpeg4 files.  | i composed a little script that takes all dv files in a folder and converts them to mpeg4 files.  | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | mkdir originals | ||
| + | for f in *.dv; do | ||
| + |         ffmpeg -y -i " | ||
| + |         mv " | ||
| + | done | ||
| + | </ | ||
| + | Please note that the option " | ||
| ===== the wrong way - using a mpeg2 caputre card without TBC ===== | ===== the wrong way - using a mpeg2 caputre card without TBC ===== | ||