2015年2月27日 星期五

How to Convert AVI to MP4 (or MP4 to AVI) on Mac/ Windows

How to Convert AVI to MP4 (or MP4 to AVI) on Mac/ Windows

I captured some interesting videos with Fraps and they all happen to be AVI format and so big, how do I compress .AVI to MP4 files so that i can put them onto my iPad. The software I have only converts one video at a time so i was wondering if there was any virus-free software to convert all the selected videos from AVI to MP4 format on Mac (runing Lion 10.8)? - Zimer
How to convert a movie clip from .MP4 to a different file type like .AVI on a Mac, I have a Creative Mozaic MP3 player that only takes MJPEG videos (.avi) and it has been difficult to get it to work on a mac. I have just downloaded a AVI to MP4 video conversion program, it works but lose video quality on conversion. - Martee
AVI (DivX/XviD) is a widely-used video format on both PCs and Macs for its highly compressed video content with higher video quality. But what if you have some AVI files on your Mac and want to watch them on Apple iPhone or iPad? Read on to see how to convert AVI to MP4 on Mac to be compatible with those portable devices (and most PC /tablets /phones).
On the other hand, you can grab MP4 files off YouTube, Vimeo, and many other online video websites. Whether you want to watch these mp4 movies on your device or edit them for a specific purpose, you may sometimes want to convert media files from MP4 to AVI format depending on what your devices support.
Featured different conversion settings and batch conversion, Video Converter for Mac is an innovative multimedia conversion tool that enables you easily convert AVI to MP4 file for Mac or vice versa , and convert a wide range of source formats to 100+ video & audio formats to work on Apple products and other portable players with high perservasion of quality. For Windows user, please try Video Converter for Windows here.

留言版 Skype 部落格 IM 智慧手機 Line

留言版
Skype
部落格
IM
智慧手機
Line

2015年2月12日 星期四

Abstract Microsoft Direct3D* 12 is an exciting leap forward in PC gaming technology, giving developers greater control of their games and adding greater CPU efficiency and scalability.

The left side shows a D3D 9 style pipeline, which is what the application uses to do its work. The hardware on the right side of Figure 2 needs to be programmed. State 1 represents the shader code. State 2 is a combination of the rasterizer and the control flow linking the rasterizer to the shaders. State 3 is the linkage between the blend and pixel shader. The D3D Vertex Shader effects hardware states 1 & 2, the Rasterizer state 2, Pixel shader states 1-3, and so on. Most drivers do not want to submit the calls at the same time as the application. They prefer to record and defer until the work is complete so that they can see what the application actually wants. This means additional CPU overhead as old and outdated data is marked “dirty.” The driver’s control flow checks the states of each object at draw time and programs the hardware to match the state the game has set. With the extra work, resources are drained and things can go wrong. Ideally once the game sets the pipeline state, the driver knows what the game intends and programs the hardware once. Figure 3 shows the D3D 12 pipeline, which does just that in what is called the Pipeline State Object (PSO).

Direct3D* 12 - Console API Efficiency & Performance on PCs

able of Contents

    1.0 – Blast from the Past
    1.1 – Closer to the Metal
    3.1 – Resource Hazards
    3.2 – Resource Residency Management
    3.3 – State Mirroring
    4.1 – Redundant Resource Binding
    4.2 – Descriptors
    4.3 – Heaps
    4.4 – Tables
    4.5 – Bindless and Efficient
    4.6 – Render Context Review
5.0 – Bundles
    5.1 – Redundant Render Commands
    5.2 – What are Bundles?
    5.3 – Code Efficiency
6.0 – Command Lists
    6.1 – Command Creation Parallelism
    6.2 – Lists and the Queue

2.0 Pipeline State Object

To discuss the Pipeline State Object, or PSO, let’s first review the D3D 11 render context, then cover the changes in D3D 12. Figure 1 contains the D3D 11 render context as shown by Max McMullen, the D3D Development Lead, at BUILD 2014 in April.

Figure 1: The D3D 11 Render Context. [Reprinted with permission from Microsoft.]
    6.3 – Command Queue Flow
7.0 – Dynamic Heaps
8.0 – CPU Parallelism
9.0 – Summary

2015年1月27日 星期二

現今瞬息萬變的商業環境中


在現今瞬息萬變的商業環境中,僵化的基礎架構對於新的應用程式與雲端技術應變不暇,並阻撓了個人工作、生活與娛樂方式的轉變。

企業必須在商機一出現時即能充分迅速把握。為了做到這點,IT 必須採用軟體定義的方法,此方法兼具即時、安全與彈性;能讓企業以更快速且高效率地同時遞送新應用程式和現有應用程式。

2015年1月17日 星期六

Turbo C 2.01

http://www.thefreecountry.com/compilers/cpp.shtml

Turbo C 2.01
The old but famous Turbo C 2.01 for DOS is available for free from the new owners of the (formerly) Borland development tools. This was a well-loved compiler from the MSDOS days, known for its fast compilation times, integrated development environment ("IDE"), and (DOS-based) graphics library.
Orange C Compiler


<a href="http://www.thefreecountry.com/compilers/cpp.shtml" target="_top">Free C/C++ Compilers and Interpreters</a>

C was one of the first general-purpose high-level programming languages to gain almost universal use, and today you can program in C on almost any platform and machine. It was created by Dennis Ritchie in 1971, as the successor to the "B" compiler, for UNIX systems. https://www.planet-source-code.com/vb/default.asp?lngWId=3

   C was one of the first general-purpose high-level programming languages to gain almost universal use, and today you can program in C on almost any platform and machine.  It was created by Dennis Ritchie in 1971, as the successor to the "B" compiler, for UNIX systems.


Algorithms (108889 lines) Classes/ Frameworks/ OOP (56661 lines) Coding Standards (50146 lines) Complete Applications (154380 lines) Controls/ Forms/ Dialogs/ Menus (29771 lines) Data Structures (85681 lines) Databases (41198 lines) Debugging and Error Handling (3974 lines) Direct X (10755 lines) Documents (6409 lines) Files (50116 lines) Games (203280 lines) Graphics/ Sound (125643 lines) Internet/ Browsers/ HTML (30961 lines) Macros (1244 lines) Math (158716 lines) Miscellaneous (125942 lines) Palm OS (632 lines) Registry (4497 lines) Security (32775 lines) Sorting (12034 lines) Strings (39359 lines) System Services/ Functions (31657 lines) Validation/ Processing (5813 lines) Windows CE (2689 lines)