forked from chezsick/MyGist
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
video=$(mktemp) | ||
audio=$(mktemp) | ||
zstd -dcq "$1" | python $MYGIST/radio/radiorecv.py $2 $3 16 | python $MYGIST/radio/avsplit.py 43200 768x576 25 4> $audio 7> $video | ||
php $MYGIST/secam/secam2rgb.php 768 < $video | ffmpeg -video_size 768x576 -f rawvideo -pix_fmt rgb24 -i - -ar 43200 -ac 1 -f mulaw -i $audio -vcodec libx264 -acodec copy -f avi -y "$4" | ||
zstd -dcq "$1" | python $MYGIST/radio/radiorecv.py $2 $3 16 | python $MYGIST/radio/avsplit.py 43200 1440x576 25 4> $audio 7> $video | ||
python $MYGIST/secam/secam2rgb.py 720 < $video | ffmpeg -video_size 720x576 -f rawvideo -pix_fmt rgb24 -i - -ar 43200 -ac 1 -f mulaw -i $audio -vcodec libx264 -acodec copy -f avi -y "$4" | ||
rm $audio $video |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
video=$(mktemp) | ||
audio=$(mktemp) | ||
zstd -dcq "$1" | python $MYGIST/radio/radiorecv.py $2 $3 16 | python $MYGIST/radio/avsplit.py 18000 320x240 25 4> $audio 7> $video | ||
php $MYGIST/secam/secam2rgb.php 320 < $video | ffmpeg -video_size 320x240 -f rawvideo -pix_fmt rgb24 -i - -ar 18000 -ac 1 -f mulaw -i $audio -vcodec libx264 -acodec copy -f avi -y "$4" | ||
zstd -dcq "$1" | python $MYGIST/radio/radiorecv.py $2 $3 16 | python $MYGIST/radio/avsplit.py 18000 640x240 25 4> $audio 7> $video | ||
python $MYGIST/secam/secam2rgb.py 320 < $video | ffmpeg -video_size 320x240 -f rawvideo -pix_fmt rgb24 -i - -ar 18000 -ac 1 -f mulaw -i $audio -vcodec libx264 -acodec copy -f avi -y "$4" | ||
rm $audio $video |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters