mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
ffmpeg -i $1 -an -vb 1000k -s 960x540 `echo $1 | sed 's/\(.*\.\)mp4/\1mov/'`
|
|
|