Hi!

> it's larger compared to the mpg-file I got with my old dvbcut (compiled with 
> your patches 1,3,4)!

That's kind of strange. Did you use the same muxer and cut sequence?

> I can try to prepare a sample,... but it's not so easy since I've only 20MBs 
> free on my webspace.... therefore I have to cut the file somehow, keeping the 
> original stream... 
> 
> Maybe copying part of it with "dd"? 

That would be okay. And maybe 10MB will do the trick already, so you can
do something like

        dd if=stream.mpg bs=1024k count=10 of=sample.mpg

to copy the first part of the file to `sample.mpg'.

> Would this corrupt the file since header/trailers are missing and pakets are 
> cut away?

If you copy from the beginning, the sample should contain everything I
need. It shouldn't matter if there is a partially copied packet at the end.

> Making a new shorter recording wouldn't help because the shortest recording 
> my satellite receiver can make is 1min... that's nearly 100MB for ARD...

That probably wouldn't help anyway - I need a piece of exactly the
stream you had problems with. Or does this happen every time?

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to