Skip to content

Commit 9033ec5

Browse files
Update grabar.sh
1 parent 3c11c83 commit 9033ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grabar.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ v_display="$DISPLAY"
2121
#
2222

2323
record_mp4(){
24-
echo " >> Grabando video y audio, press Ctrl+C or 'q' to finish"
24+
echo " >> Grabando video y audio, presione Ctrl+C or 'q' para finalizar"
2525
sleep 5s
2626
ffmpeg -loglevel fatal \
2727
-thread_queue_size 512 \
@@ -44,7 +44,7 @@ how_to_use(){
4444
echo "Record video/audio in filename with the specified format"
4545
echo ""
4646
echo "Opciones de formatos:"
47-
echo " -mp4 Grabar video and audio in mp4 format"
47+
echo " -mp4 Grabar video y audio en mp4 formato"
4848
echo ""
4949
echo "Example: ./record.sh primer_video mp4"
5050
}

0 commit comments

Comments
 (0)