Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cheznewa committed Aug 8, 2020
1 parent feacaa6 commit de3c73f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions iptv2radio/iptv2radio_hd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ tmp=$(mktemp -d)
n=0
for url in $(grep -v "^#" "$fileplaylist")
do
ffmpeg -t $timetorecord -i "$url" -f rawvideo -pix_fmt rgb24 -vf framerate=25,scale=768x576 $tmp/${n}_video.raw -ar 43200 -ac 1 -f mulaw $tmp/${n}_audio.raw
ffmpeg -t $timetorecord -i "$url" -f rawvideo -pix_fmt rgb24 -vf framerate=25,scale=720x576 $tmp/${n}_video.raw -ar 43200 -ac 1 -f mulaw $tmp/${n}_audio.raw
n=$(expr $n + 1)
done
n=$(expr $n - 1)
for n in $(seq 0 $n)
do
php $MYGIST/secam/rgb2secam.php 768 < $tmp/${n}_video.raw > $tmp/${n}_video.secam
python $MYGIST/secam/rgb2secam.py 720 < $tmp/${n}_video.raw > $tmp/${n}_video.secam
rm $tmp/${n}_video.raw
python $MYGIST/radio/avmerge.py 43200 768x576 25 4< $tmp/${n}_audio.raw 7< $tmp/${n}_video.secam | python $MYGIST/radio/radiosend.py $(expr $n \* 10000) $(expr $n \* 10000 + 10000) 16 > $tmp/${n}.radio
python $MYGIST/radio/avmerge.py 43200 1440x576 25 4< $tmp/${n}_audio.raw 7< $tmp/${n}_video.secam | python $MYGIST/radio/radiosend.py $(expr $n \* 10000) $(expr $n \* 10000 + 10000) 16 > $tmp/${n}.radio
rm $tmp/${n}_audio.raw $tmp/${n}_video.secam
done
paste -d "\n" $tmp/*.radio | sed "/^$/d" | zstd -v -22 --ultra > "${outputfile}.radio.zstd"
Expand Down
4 changes: 2 additions & 2 deletions iptv2radio/iptv2radio_sd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ done
n=$(expr $n - 1)
for n in $(seq 0 $n)
do
php $MYGIST/secam/rgb2secam.php 320 < $tmp/${n}_video.raw > $tmp/${n}_video.secam
python $MYGIST/secam/rgb2secam.py 320 < $tmp/${n}_video.raw > $tmp/${n}_video.secam
rm $tmp/${n}_video.raw
python $MYGIST/radio/avmerge.py 18000 320x240 25 4< $tmp/${n}_audio.raw 7< $tmp/${n}_video.secam | python $MYGIST/radio/radiosend.py $(expr $n \* 10000) $(expr $n \* 10000 + 10000) 16 > $tmp/${n}.radio
python $MYGIST/radio/avmerge.py 18000 640x240 25 4< $tmp/${n}_audio.raw 7< $tmp/${n}_video.secam | python $MYGIST/radio/radiosend.py $(expr $n \* 10000) $(expr $n \* 10000 + 10000) 16 > $tmp/${n}.radio
rm $tmp/${n}_audio.raw $tmp/${n}_video.secam
done
paste -d "\n" $tmp/*.radio | sed "/^$/d" | zstd -v -22 --ultra > "${outputfile}.radio.zstd"
Expand Down
4 changes: 2 additions & 2 deletions iptv2radio/reader_hd.bash
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
4 changes: 2 additions & 2 deletions iptv2radio/reader_sd.bash
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
2 changes: 1 addition & 1 deletion iptvci/iptv_cryptimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ def cond(bool):
print("Pour Le Dechiffrer Vous Devrait Payer :: "+str(int(coin*5)-((planiftcbegin-planiftcend)/5))+" Piece/Foitierre")
if cryptage == "Transcode":
print("Donc Toute Est En Claire !")
print("TeleText Variant :: " + ttv)
print("Variante Du Teletext :: " + ttv)
18 changes: 9 additions & 9 deletions logicemu/weather.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -20,7 +20,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -34,7 +34,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -48,7 +48,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -62,7 +62,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -75,7 +75,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -89,7 +89,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -103,7 +103,7 @@ l<##################################<f |
||||||||||||||||||||||||| |
l<##################################<f |
################################## |
U152##############################<?<.
U144##############################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ |
||||||||||||||||||||||||| f??????? |
uuuuuuuuuuuuuuuuuuuuuuuuu ^^^^^^^ |
Expand All @@ -117,7 +117,7 @@ l<##################################<f |
|||||||||||||||||||||||| |
l<#######################################<f |
####################################### |
U24####################################<?<.
U16####################################<?<.
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^ |
|||||||||||||||||||||||| ???? FFffFffff |
uuuuuuuuuuuuuuuuuuuuuuuu ^^^^ |
Expand Down

0 comments on commit de3c73f

Please sign in to comment.