would it be possible to include support for tsp files? This way i could go directly from tsp. ffmpeg does know how to re-encode them. I could send you a sample tsp file. Or could you tell me how you make ffmeg encode so quickly? Right now what i've had to do is run ffmepg to re-encode them to mpg files, then run svcd witch then re-encodes again.. the other question i had was how are you making ffmpeg encode so quickly.. the same file through svcd is at least 3 times faster than when i do it manually. Is there an extra switch you are throwing in there?
Thanks,
Robert
+ Reply to Thread
Results 1 to 6 of 6
-
-
Well first i would need to know what a tsp file is!
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
guess that would be helpful
Anyway, here is a snip of what comes out when i run a ffmpeg to re-encode it:
ffmpeg version 0.4.9-pre1, build 4747, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-memalign-hack --enable-mingw32 --enable-mp3lame --enable-gpl --enable-a52
built on Mar 21 2005 16:41:12, gcc: 3.4.2 (mingw-special)
Input #0, mpegts, from 'D:\toburn\Fromdvr\es8000.tsp':
Duration: 01:59:57.6, start: 55101.663956, bitrate: 2791 kb/s
Stream #0.0 Id: 0[0x0]: Data: mpeg2ts, 5760 kb/s
Stream #0.1 Id:1624[0x1624]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Stream #0.2 Id:1623[0x1623]: Audio: mp2, 48000 Hz, stereo, 160 kb/s
Stream #0.3 Id:1622[0x1622]: Video: mpeg2video, 544x480, 29.97 fps, 15000 kb/s
Output #0, dvd, to 'D:\toburn\Fromdvr\es8000.mpg':
Stream #0.0 Id: 0: Video: mpeg2video (hq), 720x576, 25.00 fps, q=2-31, 6000 kb/s
Stream #0.1 Id: 1: Audio: ac3, 48000 Hz, 5:1, 448 kb/s
That was from running this command:
ffmpeg -i movie.tsp -target dvd newmovie.mpg
Basically, it is the file that my dish dvr creates when it records a show. Found a way to copy my recorded shows off my dvr since it runs an embedded version of linux, it was quite simple, just plug it into my fedora box, and copy the files off. It's much quicker than hooking up some capture cardI've tried to just rename the extension to .mpg, but it throws an unhandles IO Exception (looks like from trying to read the header file information).
Just in case below is the exception when it tried to load the file with the extention .mpg
---- Exception Message below ----
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.IOException: The process cannot access the file "D:\toburn\Fromdvr\es8000.mpg" because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at x3284ccece41ee22b.xe679539bc4bbd8b5.x671d10043ae4b 921(String xa39af5a82860a9a3)
at x3284ccece41ee22b.xe4d2667f3c3c2e1b.xca3a7a432977a ec0(Array x19218ffab70283ef)
at x3284ccece41ee22b.xe4d2667f3c3c2e1b.xdc0df8069a4cc 492()
at x3284ccece41ee22b.x210ff09a2516b1a7.x6341f549d2d05 feb(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc)
at DevComponents.DotNetBar.DotNetBarManager.AT(BaseIt em 384)
at DevComponents.DotNetBar.BaseItem.RaiseClick()
at DevComponents.DotNetBar.BaseItem.InternalMouseUp(M ouseEventArgs objArg)
at DevComponents.DotNetBar.PopupItem.InternalMouseUp( MouseEventArgs objArg)
at DevComponents.DotNetBar.ButtonItem.InternalMouseUp (MouseEventArgs objArg)
at DevComponents.DotNetBar.BaseItem.InternalMouseUp(M ouseEventArgs objArg)
at DevComponents.DotNetBar.GenericItemContainer.Inter nalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.Bar.OnMouseUp(MouseEventAr gs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevComponents.DotNetBar.Bar.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
SVCD2DVD
Assembly Version: 2.0.2070.34697
Win32 Version: 2.0.2070.34697
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/SVCD2DVD.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
DevComponents.DotNetBar
Assembly Version: 5.0.0.0
Win32 Version: 5.1.0.3
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/DevComponents.DotNetBar.DLL
----------------------------------------
AxInterop.CodeLock
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/AxInterop.CodeLock.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Design
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.design/1.0.5000.0__b03f5f7f11d50a3a/system.design.dll
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
Interop.CodeLock
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/Interop.CodeLock.DLL
----------------------------------------
Interop.QuartzTypeLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/Interop.QuartzTypeLib.DLL
----------------------------------------
Interop.DexterLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/Interop.DexterLib.DLL
----------------------------------------
Interop.NEROLib
Assembly Version: 1.3.0.0
Win32 Version: 1.3.0.0
CodeBase: file:///C:/Program%20Files/BadgerIT/SVCD2DVD%20v2/Interop.NEROLib.DLL
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
---- End Exception Message -----
Thanks for any info... Especially something that could speed up the encode time
Robert -
Can you try renaming it to .ts and trying the latest SVCD2DVD? It should do it but the resizing may be interesting as you are going from 544x480 to 720x480 withour adding padding.
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
I mean the latest version from the users area. Build 2.0.2070
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
Similar Threads
-
help for svcd2dvd
By dougal69 in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 12th Sep 2011, 17:05 -
MPC cannot render some tsp's...
By cwb in forum Newbie / General discussionsReplies: 15Last Post: 22nd Sep 2009, 22:34 -
AviSynth support in SVCD2DVD
By ChrissyBoy in forum SVCD2DVD & VOB2MPGReplies: 12Last Post: 18th Sep 2008, 14:50 -
Edit DVR .TSP and save as MPEG
By ZoNE97 in forum Video ConversionReplies: 5Last Post: 30th Aug 2007, 07:20