View Full Version : TS-File > x264
Rodger
20th January 2008, 05:43
Hi there Iīm completely astonished, that there isnīt yet more information on the net about this.
Well itīs the following:
I record DVB-S2 Streams with my satelite-receiver which I can put into a single HUGE TS-File. Since 720p isnt that much less quality than 1080i Iīd like to reencode the video-stream.
My aim is a normal DVD-R. At least Iīd like to try to.
So I looked out for possible ways.
So far...staxrip, MeGui....all programs REFUSE to take the TS-Files.
Best way so far...Iīm using TMPGenc Xpress 4.0 with the x264vfw version and put it into a avi-container.
Then I take the x264video out of that avi-container mux it with org. AC3-File and put it into mkv.
Another project for me in the future will be bringing those reencoded videos back to the vantage Hd7100 to see, if it plays.
buzzqw
20th January 2008, 09:50
try automkv or automen
BHH
Selur
20th January 2008, 09:59
'normal' way in megui for ts streams would be:
1. demux raw streams form the file with tsremux
2. run avc raw stream through dgavcdec
3. load .dga file via avcsource through an avisynth script and resize
e.g.
AVCSource("c:\test.dga")
LanczosResize(1280,720)
remember to deinterlace if needed before resizing
4. load .avs file and audio raw in megui as source files
5. do your settings and start encoding
Atak_Snajpera
20th January 2008, 10:56
There is a lot easier way. Use RipBot264.
Rodger
21st January 2008, 00:32
RipRobot also sucks doing this Joy, like all other tools.
@Selur
Please Explain Step 3+4 little more.
I created a avs-spcript looking like this:
"LoadPlugin("DGAVCDecode.dll")
AVCSource("d:\Vantage-Files\Zathura.dga")
kerneldeint()
LanczosResize(1280,720)
I donīt know anythinb better than trying to load it in MeGui directly which ends up in an Error attached.
Guess I need to learn avi-synth-scripting, if there comes no automation soon.
By the way...you may write it in german, it you like to ;)
Selur
21st January 2008, 06:25
Have to wait for a mod to aprove the attachment to see the error message,.. ;)
@Atak_Snajpera: afaik RipBot264 would only work if decoding via directshowsource works correctly, or do newer versions of RipBot264 use DGAVCDec ?
Rodger
21st January 2008, 12:15
Ooohh...there is no porn stuff or warez in that screen. ;)
Rules of the board...will have to wait.
Atak_Snajpera
21st January 2008, 13:50
RipRobot also sucks doing this Joy, like all other tools.
Did you try with CoreAVC?
Did you check for errors?
Did you cut properly?
How about sending a small sample for us?
Rodger
21st January 2008, 15:35
Ripbot says: Video cannot be decoded.
So...program error...Codecs are installed.
While it is not CoreAVC I have Cyberlink installed which is capable of more than CoreAVC is.
mitsubishi
21st January 2008, 15:49
Why can't you use an imagehost like imageshack (http://imageshack.us/), it's quicker than attachments.
Also have you seen what the error is if you open the avs script in a media player?
Atak_Snajpera
21st January 2008, 15:53
If were you I would use CoreAVC or FFDShow. One more thing! Make sure they are used during decoding.
foxyshadis
22nd January 2008, 05:27
"Script error: Syntax error, line 2, column 13" sounds pretty self-explanatory to me. MeGUI obviously didn't make it, and if you don't post the full unedited script causing the error, how can anyone help?
Rodger
22nd January 2008, 15:06
In post #5 THERE IS my complete script.
It my be totally wrong...but I donīt know....
In case some developers are here.
Here is a example-Folder of what my sat-receiver is recording.
http://rapidshare.com/files/85750220/Test-File_22-01-2008_01.ZIP.html
Selur
23rd January 2008, 12:30
AVCSource("PREMIEREHD 22-01-2008_01.dga")
LanczosResize(1280,720)
Autocrop(mode=0, wMultOf=16, hMultOf=16) #since I'm to lazy to do cropping manually
works fine with MeGui and your sample over here,...
So seems more like a typo somewhere on your side,..
Rodger
23rd January 2008, 13:26
I made it...I made it through that sh... ;)
I finally found out, what was the error.
All PlugIns that I use need to be registered.
See the working script:
==================================================
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGAVCDecode.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\kerneldeint.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\Autocrop.dll")
AVCSource("Zathura.dga")
KernelDeint(order=0)
LanczosResize(1280,720)
Autocrop(mode=0, wMultOf=16, hMultOf=16)
==================================================
So can anyone tell me, how to register plugins permanently?
greetz
Rodger
Selur
23rd January 2008, 21:09
So can anyone tell me, how to register plugins permanently?
see: http://avisynth.org/AviSynthPlugins
Rodger
23rd January 2008, 21:26
Iīve seen und read this part already...but this time I understood ;)
Thank you!
btw...Staxrip had entered itīs directory...:devil:
Selur
23rd January 2008, 22:33
"but this time I understood"
:D
luckyhell
31st January 2008, 16:53
Rodger:
what kind of software do you use for cut your .ts files?
Rodger
31st January 2008, 16:58
http://www.h264tscutter.de/
works absolutely fine for me!
audyovydeo
31st January 2008, 17:08
Have you tried avidemux ?
my tool of choice for DVB captures.
cheers
audyovydeo
Rodger
31st January 2008, 17:17
Have you tried avidemux ?
my tool of choice for DVB captures.
cheers
audyovydeo
Not the application Iīd avise to use!
It seems to run in compatibility-mode...
luckyhell
31st January 2008, 17:21
avidemux is strange for me.
with .ts files in SD work well, but if I try to open a HD .ts files give me an error and don't open the file!
Rodger
31st January 2008, 17:28
Hey lucky hell,
until few minutes ago...my opinion was that it doesnīt support H264 material.
Then I tried it to the hardest.
first message from AVIdemux: seems like MPEG....should I make Index? YOU HAVE THE SAY "YES" at this point...otherwise...END!
second message after this: looks like h264....should I try to work with that thream? OF COURSE ONLY "YES" leads to a further working with the TS-Files.
So still I absolutely wouldīnt advise ANYBODY to use AVIdemux with a TS-File. Safe Usage looks different to me :rolleyes:
audyovydeo
31st January 2008, 18:29
true it's a tool still under heavy development, where the milestone builds aren t necessarily better than the intermediate ones IMO.
And also I do SD only, not HD.
cheers
audyovydeo
foxyshadis
3rd February 2008, 22:54
Rodger, you'd advise against using avidemux even though it opens the files fine, just because it asks a couple questions first? (Although I've recommended more than once that it always perform the actions instead of asking uselessly.)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.