NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 43 44 45 46 47 … 56 Next »
Free alternative for Videoredo or Womble

 
  • 0 Vote(s) - 0 Average
Free alternative for Videoredo or Womble
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#11
2005-10-21, 02:57 PM (This post was last modified: 2005-10-21, 03:07 PM by ww4397.)
I'm not at the computer right now so I'm going from memory. Sorry for the lack of detail in my previous post.

Yes, I did demux. I used the mpeg tools avaialble in TMPGEnc (free version, available here: http://www.tmpgenc.net/e_main.html) to do it. I edited the .cpf audio file name extension to .mp2 because that is what TMPGEnc produced in the demuxing process. I think the video file was OK -- an .mv2 file.

I'll post the output file, later, when I get home.
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#12
2005-10-21, 06:16 PM
This sounds interesting. Maybe a solution for playing my files on my DSM-320.

Could you post a sample of the lines required in my postprocessing.bat?
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#13
2005-10-21, 07:14 PM
mmm..

Nice idea.

First use mpgtx to demux

mpgtx -d -b filename filename.mpg

then rename the demuxed files to the basename

ren filename-0.* filename.*

Then run cuttermaran as a commandline tools.
This required changing the .cpf file to add
</CurrentFiles>
<CmdArgs OutFile="c:\temp\cut" cut="true" unattended="true" snapToCutPoints="true" closeApp="true" />
</StateData>
I could change comskip to add this line.
Then start cuttermaran with the cpf file as only argument.
The result is two files c:\temp\cut.mp2 and c:\temp\cut.m2v containing audio and video
Now the only thing to do is to mux them again.
So to google and try to find a commandline MPEG muxer.
Any help out there?
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#14
2005-10-21, 08:01 PM
erik Wrote:Now the only thing to do is to mux them again.
So to google and try to find a commandline MPEG muxer.
Any help out there?

A quick Google yielded this:

http://members.aon.at/johann.langhofer/mplex1.htm

I don't know anything about it, however.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#15
2005-10-21, 08:19 PM
It works

After multiplexing the timeline is without interruptions and should play on all players
So of to the drawingboard to add this option to comskip I assume Big Grin
And to create the sample postprocessing.bat
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#16
2005-10-21, 10:39 PM
ww4397 Wrote:I'll post the output file, later, when I get home.

Here is the .cpf generated by comskip that won"t work for me. Note that the only change I made was to change the audio file name extension to .mp2:

[INDENT]<?xml version="1.0" standalone="yes"?>
<StateData xmlns="http://cuttermaran.kickme.to/StateData.xsd">
<usedVideoFiles FileID="0" FileName="D:\Recordings\Bob the Builder\Animal Habitats.M2V" />
<usedAudioFiles FileID="1" FileName="D:\Recordings\Bob the Builder\Animal Habitats.mp2" StartDelay="0" />
<CutElements refVideoFile="0" StartPosition="0" EndPosition="1">
<cutAudioFiles refAudioFile="1" />
</CutElements>
<CutElements refVideoFile="0" StartPosition="1827" EndPosition="55725">
<cutAudioFiles refAudioFile="1" />
</CutElements>
<CurrentFiles refVideoFiles="0">
<currentAudioFiles refAudioFiles="1"/>
</CurrentFiles>
</StateData>
<CutElements refVideoFile="0" StartPosition="1827" EndPosition="53393">
<cutAudioFiles refAudioFile="1" />
</CutElements>
<CutElements refVideoFile="0" StartPosition="55726" EndPosition="55725">
<cutAudioFiles refAudioFile="1" />
</CutElements>
<CurrentFiles refVideoFiles="0">
<currentAudioFiles refAudioFiles="1"/>
</CurrentFiles>
</StateData>

[/INDENT]
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#17
2005-10-22, 07:38 AM
ww4397

I can see one clear error. Its like a partial .cpf file is concatenated to another .cpf file.

The sequence
<CurrentFiles refVideoFiles="0">
<currentAudioFiles refAudioFiles="1"/>
</CurrentFiles>
</StateData>
that appears in the middle should not be there.
The frame numbers mentioned are very weird.
Could you post the generated .txt file because there seems to be something wrong with the frame numbers of the commercials ?
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#18
2005-10-22, 11:15 AM
erik Wrote:ww4397

I can see one clear error. Its like a partial .cpf file is concatenated to another .cpf file.

Could you post the generated .txt file because there seems to be something wrong with the frame numbers of the commercials ?

Sure, erik. Here it is:

[INDENT]FILE PROCESSING COMPLETE 55725 FRAMES
-------------------
1 1826
55725 55725
53393 55725
55725 55725[/INDENT]

Thanks for taking the time to look at this.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#19
2005-10-22, 11:26 AM
There is something terribly wrong with the .TXT file.
The detected commercial frame numbers are impossible.

FILE PROCESSING COMPLETE 55725 FRAMES
-------------------
1 1826
55725 55725
53393 55725
55725 55725

As you can see commercial 2,3 and 4 are all ending at 55725, that's the end of the show and the last commercial has size zero.

It looks like comskip is experiencing some kind of memory corruption.
COuld you rerun comskip on the file with verbose set to 10 and mail me the log file? You may zip the log file but I can receive mail op to 10MByte.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
landru22
Offline

Junior Member

Posts: 40
Threads: 12
Joined: Jan 2005
#20
2005-10-23, 02:28 AM
I seem to have the same problem with the .cpf file as WW4397. I unfortunately don't have the cpf file available to post as I edited it to make it work but I noticed the same type of problem with the same start points listed twice, each with different endpoints.

Also, the default demuxed audio file extension with Mpeg2Cut2 is .M2a (At least it is with my setup).

And one other problem with Cuttermaran. The cut in or cut out from the .cpf file may not correspond to an I,B, or P frame. In this case, when you attempt to create a cut file, Cuttermaran will give you an error.

At this point, it is easier to just edit out the commercials manually.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Schedules Direct 90 day free trial offer. rkulagow 3 7,250 2015-07-02, 12:09 PM
Last Post: Reddwarf
  Alternative New Zealand XMLTV listing source xanth 85 29,502 2009-04-05, 03:21 AM
Last Post: mattyb
  Free disk space monitor Remco 37 14,195 2009-02-11, 07:46 PM
Last Post: Remco
  alternative oz xmltv epg source chalkster99 7 3,612 2007-11-13, 10:42 PM
Last Post: zehd
  best free sqlite3 editor pBS 7 12,120 2007-02-17, 01:01 AM
Last Post: Reznor
  XMLTV Alternative dfdario 30 13,551 2006-11-09, 11:33 AM
Last Post: dfdario
  Free TV tuner for the NZ folks here?? fusionrx 1 1,712 2006-09-30, 01:42 AM
Last Post: skippy_nz
  CS-Scene.exe: Adds <SceneMarkers> to comskip created VideoReDo "VPrj" files. Jim_ 0 1,177 2006-07-24, 06:19 AM
Last Post: Jim_
  PVR-250 $90 free shipping tblackwe 6 3,048 2005-07-23, 02:03 AM
Last Post: athomas
  Cheap PVR-150MCE Amazon $67 free shipping jorm 2 1,878 2005-02-17, 02:20 AM
Last Post: gblinckmann

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode