topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 8:54 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nnebeel [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Play first x frames, skip to last x frames
« on: November 06, 2013, 12:20 PM »
I have several thousand SWF files. They're all just containers for converted MOV or MP4 movies, and they had to be in SWF format for compatibility with a web interface that only accepts SWF files. When I made the SWF files, I added a fade in and fade out in Flash. I have found that the fade in and fade out are not consistently in the right place, so I'm using MPC-HC to do some QC work on these files. I need to check the first 50-100 frames and the last 50-100 frames. So basically, I need a script or program that does the following:

  • Play the first x frames of the file
  • Go to y frames from the end of the file
  • Play until the end of the file
  • Open the next file in the folder

If there's a way to control MPC-HC like that with SWF files, it might also apply to playing other file formats. If it could go on to the next file in the folder, that would be cool, too. MPC-HC doesn't allow the Play next in folder feature to work with SWF files, though, so it would be okay to just accomplish the first three requirements.

I know this is a pretty specialized need, but it would save me many hours and a lot of headache.

2
Coding Snack Guidelines / Count Number of Pages in PDF Files
« on: April 30, 2013, 12:27 PM »
I'd like a small program that allows me to select multiple PDF files or a directory with PDF files (recursive) and see the total number of pages across the files.

For example, if I have folder A with ten three-page PDF files and folder B with five five-page PDF files, and I select both folders, the program would display a dialog box with the total number of pages in the PDF files (55 pages).

Optionally, it would be nice to have the program output a delimited text file with the file name, file size, and number of pages, kind of like a DIR command, but with page numbers as an added property. Then I could import it into the database/spreadsheet program of my choice.

CMD or GUI would be fine.

Pages: [1]