コード例 #1
0
        public void TestConvertSample50()
        {
            var convertFile = new PandaVideoConv
            {
                OutputFolder = _outputPath, WorkingFolder = _outputPath, SelectedDevice = new DeviceiPhone3GS()
            };

            Assert.IsTrue(convertFile.AnalyseFile(Path.Combine(_samplesPath, SAMPLE_FILE13))); // \VIDEO_TS

            // Test what we found
            Assert.IsTrue(convertFile.ConvertDisc());
        }
コード例 #2
0
        public void TestConvertSample50()
        {
            var convertFile = new PandaVideoConv();

            // set the output prop
            convertFile.OutputFolder   = _outputPath;
            convertFile.WorkingFolder  = _outputPath;
            convertFile.SelectedDevice = new DevicePS3();

            Assert.IsTrue(convertFile.AnalyseFile(Path.Combine(_samplesPath, SAMPLE_FILE13))); // \VIDEO_TS

            // Test what we found
            Assert.IsTrue(convertFile.ConvertDisc());
        }