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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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

Linux, BSD

Languages

English

Intended Audience

Advanced End Users

User Interface

Command-line

Programming Language

C

Related Categories

C Video Converters

Registered

2006-11-27