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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it 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

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