wmclear utility is able to automatically remove Windows Media Video script commands from WMV files.
wmreader utility is also included, which is able to extract Windows Media script commands and their timings from WMV files into an ordinary text file.

Project Activity

See All Activity >

Categories

Video Converters

License

GNU General Public License version 2.0 (GPLv2)

Follow WMV script command conversion tool

WMV script command conversion tool Web Site

Other Useful Business Software
AI-generated apps that pass security review Icon
AI-generated apps that pass security review

Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Try Retool free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

User Reviews

  • The following patch fixes wmreader to dump the script command time markings, for switching slide show images. Looks like he's loosing the value of "asf_obj_header.obj_head + 0", as I see a value for this variable, but then it's lost after the cast to "*(unsigned int *)" --- wmclear/wmreader/wmreader.c 2006-11-24 06:05:12.000000000 -0900 +++ wmclear.mine/wmreader/wmreader.c 2013-12-14 10:56:48.170804715 -0900 @@ -152,7 +152,8 @@ // Print header information printf("\tObject size: %d\n", asf_obj_header.object_size[0]); - num_head_objects = *(unsigned int *)(asf_obj_header.obj_head + 0); + //num_head_objects = *(unsigned int *)(asf_obj_header.obj_head + 0); + num_head_objects = (asf_obj_header.obj_head + 0); printf("\tNumber of header objects: %d\n", num_head_objects);
Read more reviews >

Additional Project Details

Operating Systems

BSD, Linux

Languages

English

Intended Audience

Advanced End Users

User Interface

Command-line

Programming Language

C

Related Categories

C Video Converters

Registered

2006-11-27