~ubuntu-branches/ubuntu/wily/mkvtoolnix/wily

« back to all changes in this revision

Viewing changes to tests/test-004aacmp4.rb

  • Committer: Bazaar Package Importer
  • Author(s): Clément Stenac
  • Date: 2005-09-07 19:54:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050907195442-funmigmy8ua340hq
Tags: upstream-1.5.6
Import upstream version 1.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/ruby -w
 
2
 
 
3
class T_004aacmp4 < Test
 
4
  def description
 
5
    return "mkvmerge / audio only / in(AAC in MP4)"
 
6
  end
 
7
 
 
8
  def run
 
9
    merge("data/mp4/v.mp4")
 
10
    return hash_tmp
 
11
  end
 
12
end