I have an animated gif file which I converted into a video. The video plays for one second. How can I loop it to play for 15 seconds. here is what I have tried.
Code:
ffmpeg -i 3.gif -loop input -t 15 -c:v mpeg4 -b:v 1000k out.avi
thanks
ffmpeg -i 3.gif -loop input -t 15 -c:v mpeg4 -b:v 1000k out.avi
ffmpeg -i audio.mp3 -i test.mp4 -c:v copy -strict experimental -shortest -af 'afade=t=in:st=39' test.mp4
#!/bin/bash for i in `seq -f "%02g" 1 5`; do echo $i done
#! /bin/sh userpass=read for i in `seq -f "%01g" 1 3`; do sqlplus -S table1/$userpass@Mytable <<EOF @./sqlcode.sql $i EOF done
gksu jockey-gtk
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)
# This file maintains persistent names for CD/DVD reader and writer devices. # See udev(7) for syntax. # # Entries are automatically added by the 75-cd-aliases-generator.rules # file; however you are also free to add your own entries provided you # add the ENV{GENERATED}=1 flag to your own rules as well. # TSSTcorp_CDDVDW_SH-S223C (pci-0000:00:1f.2-scsi-1:0:1:0) SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:1:0", SYMLINK+="cdrom", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:1:0", SYMLINK+="cdrw", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:1:0", SYMLINK+="dvd", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:1:0", SYMLINK+="dvdrw", ENV{GENERATED}="1"
mv ~/.config ~/.config.org
IFS=$'\n' var=$(sed 's/\"http\(.*\)\/\(.*\).wav\"\,\".*/\2/g' 1797.csv) # filenames of all files var2=$(sed 's/\"http\(.*\)\/\(.*\).wav\"\,\"\(.*\)\"$/\3/g' 1797.csv) # contents of all files for j in $var; do #Here I do not know how to use $var2 done