Recent content by rocket777

  1. R

    any way to get chapters into a youtube video?

    I have a file that I write in .mkv which creates chapters for all my scene markers. I output in a .mkv file, and the chapters are there. I can also run it through handbrake who outputs a .mp4 file, and vlc still sees the chapters - good! Is there a way to get youtube to accept the file and...
  2. R

    easeus recexperts screen capture audio dropouts

    Yes, I did that, but it refused to accept the upload as being still too big, so I snipped a bunch in the middle. Absolutely, I was hoping you would say that. I forget how to get the thread id, so I pasted in there part of this thread's title: easeus recexperts sc I'll send an email to support...
  3. R

    easeus recexperts screen capture audio dropouts

    different file, but same issues, so I'm uploading another snipped log. For what it's worth, here's a diff between media info's report on both the original and the file output by the qs. I lost 41 seconds of the video. The attachment is only of the one you asked for.
  4. R

    easeus recexperts screen capture audio dropouts

    Thanks, I did check that and I've set it to constant frame rate. The errors I get show up as audio resync and when I get that little report at the end of writing out a file (or a quickstream fix) it will have many, and it's output in red so I figure that means VRD really doesn't like it, as for...
  5. R

    easeus recexperts screen capture audio dropouts

    Do you know about this screen capture program from easeus? I can't seem to get their files into videoredo without losing bits of audio all over the place. Pretty much makes it not useful. I can play their audio just fine in vlc and other players. I've had it output mp4, mpeg2, nothing seems to...
  6. R

    dvd creation gets chapters wrong

    I'm sure it was the scene marker that I added via COM which was beyond the end of the video. The only "bug" is that it should probably return a "false" value for the SceneMarksAdd operation and not create a scene marker. It's working fine after I fixed my code. I should really have checked the...
  7. R

    dvd creation gets chapters wrong

    EDIT: *** It appears the problem is a scene marker I added at the end of the video. I add them via COM and I just increment by 30 minutes. The video after joining is not an exact multiple of 30 minutes, and in this case was 2.29.57.12 but it let me add a marker with SceneMarksAdd 9000000. A...
  8. R

    dvd creation gets chapters wrong

    I don't ever change those settings, so it's a puzzle why it works sometimes and fails other times. Chapter marks options have "at scene markers" checked (only) with min chapter interval set to 1. When I get to the dialog to do the author, I use "to folder only", no menu. However, So far so...
  9. R

    dvd creation gets chapters wrong

    I am using kmttg on tv shows from a tivo, in particular forensic files, a 30 minute show. I download 4-8 shows, do a join, then ad detect, remove all scene markers and then add them back at each 30 minute. I then create a dvd (to a file folder) so I can skip a show I've already seen. I play the...
  10. R

    com interface - how to get interface to update

    Thanks for the reply. I can work around this for now. I'll look at v6 eventually. There's one other question about COM and interactive, I notice that the summary box doesn't show up after saving output. Is there a way to get that when running COM interactively? That's surprising. Perhaps my...
  11. R

    How to get my options when using a shortcut

    Ahhh, yes, I haven't updated in quite some time and when I last did, I created another version using it's own registry entries - this was when there were still betas, which is why I made a separate install. Can you remind me how it chooses which one to run? I'm writing COM scripts lately and I...
  12. R

    How to get my options when using a shortcut

    I keep a shortcut to VideoReDo.Vprj on my desktop, it points to the directory at: C:\Users\me\AppData\Roaming\VideoReDo-TVSuite5 that when invoked loads vrd using the project which is automatically saved upon exit previously. However, the options, in particular my options for navigation, are...
  13. R

    com interface - how to get interface to update

    Using the com interface, and vb script, I started up vrd tvsuite 5, loaded a video, and set some scene marks. That works ok. If I then do VideoReDo.SceneMarksClearAll() count = VideoReDo.SceneMarksGetCount() Wscript.echo( "count " + CStr(count) ) It will say count is 0, but the scene marks...
  14. R

    how to edit with reasonable performance

    Well, I did a few tests, including some comparisons with VLC media player Here's my work flow: I began with yesterday's jeopardy show, using kmttg, downloaded from my tivo, it's 1.5 gb, exporting the tivo's add skip data to a .VPrj file, VRD created a 1 gb file (19:37 length). Sending this...
  15. R

    how to edit with reasonable performance

    VRD support answered: I put keyint=30 into the handbrake video tab, extra options and re-coded my files. This works. It does make the video somewhat longer, but I can always re-code later without this option and not lose any noticeable quality. Navigation is back to what I have grown to...
Top Bottom