/[amv]/frames.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /frames.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Fri Jul 20 16:02:14 2007 UTC revision 12 by dpavlin, Fri Jul 20 16:54:52 2007 UTC
# Line 58  foreach my $c ( @cols ) { Line 58  foreach my $c ( @cols ) {
58          }          }
59  }  }
60    
61  system("ffmpeg -i $tmp/%03d.jpg -r 16 -vcodec copy -y $out") == 0 or  my $cmd = "ffmpeg -i $tmp/%03d.jpg -r 16 -y $out";
62          die "encoding failed: $?";  warn "## $cmd\n";
63    system($cmd) == 0 or die "encoding failed: $?";
64    
65  rmdir $tmp || die "can't remove $tmp: $!";  rmdir $tmp || die "can't remove $tmp: $!";
66    

Legend:
Removed from v.10  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26