Pazera Free MP4 Video Converter 歷史版本列表 Page1

最新版本 vMix 21.0.0.53

Pazera Free MP4 Video Converter 歷史版本列表

Pazera Free MP4 Video Converter 是一個免費的程序,允許您將幾乎任何視頻和音頻文件轉換為 MP4 格式。該程序創建的 MP4 文件可以在多種便攜式設備(iPhone,iPad,三星 Galaxy,微軟 Surface,HTC,PSP)和固定媒體播放器(WD TV,Xtreamer,Popcorn Hour,Asus O!Play)上播放. 視頻流從輸入文件可以編碼使用... Pazera Free MP4 Video Converter 軟體介紹


vMix 21.0.0.53 查看版本資訊

更新時間:2018-07-30
更新細節:

What's new in this version:

vMix 21.0.0.53
- Fixed support for streaming to Facebook Groups
- Fixed auto creation of Facebook streams when description was left bank


vMix 21.0.0.51
- Fixed issue logging in to Facebook with Two Factor Authentication in some countries
- Updated Facebook permissions to support latest security requirements for Groups
- Fixed issue where vMix Call return video freezes or becomes garbled when changing sources
- Fixed rare error that may occur when closing vMix on slower systems


vMix 21.0.0.50
- Improved recording quality in Replay when using 1080p sources
- To enable, select 200 Mbps as the bitrate before adding the replay session to vMix
- Previously 200 Mbps would only have an effect on Interlaced sources
- Relaxed video format restrictions with AJA capture devices

New rules are as follows:
- All outputs must be in the same "clock family". (29.97/59.94 or 50/25)
- Port 1 must be in same clock family as outputs if used as an input channel
- Ports 2+ will accept any input format
- Fixed some rare issues with AVI codecs


vMix 21.0.0.49
- Change log not available for this version


vMix 21.0.0.47
- vMix Diagnostics is now included with install and can be found from the "hamburger" menu in vMix or in the start menu
- Detects any background applications that may interfere with the graphics card causing errors, flickering and performance issues
- Fixed replay bug when trying to play back incomplete events
- Fixed issue where PTZ Optics ZCAM provider did not appear in PTZ dropdown list


vMix 21.0.0.45
- Fixed issue with SetAudioFade when used with List input
- Improved CPU usage accuracy
- CPU/GPU warnings are now disabled by default
- Can be enabled under Settings -> Performance.
- When disabled, will still be reported in the logs to help assist our support team


vMix 21.0.0.44
- Additional bug fixes for Sony BRC series VISCA over IP support
- Will now no longer attempt to reconnect to Facebook streams that have expired


vMix 21.0.0.43
- Improved performance of local desktop capture on desktop PCs
- Added support for Sony BRC series PTZ cameras using VISCA over IP
- Fixed issue with audio only NDI outputs not appearing


vMix 21.0.0.42
- Fixed memory issue with VST3 plugins, especially with latest Windows 10 update
- Video frame delay now supported on NDI and VLC inputs
- Added "Custom Multi-Bitrate" dropdown option in streaming destinations.
- This allows custom URLs and Stream Keys for each stream without using separate streaming instances for each which may cause problems with some CDNs
- Fixed issue in vMix Social where Overlay was sometimes triggered before content in title had been updated

Pazera Free MP4 Video Converter 1.4 查看版本資訊

更新時間:2018-06-15
更新細節:

What's new in this version:

Pazera Free MP4 Video Converter 1.4
- New conversion engine (FFmpeg) and multimedia information library (MediaInfo)
- New module: Check for updates
- The default settings of the H.264 encoder have been changed, which resulted in an acceleration of conversion by up to 30% at the expense of a very small decrease in quality (virtually imperceptible)
- Added option to save the creation, last access and last write time of the source files in the output files
- Improved automatic selection of coding parameters when converting files containing many soundtracks and video tracks simultaneously
- The control displaying the list of profiles has been changed. Now additional separators are displayed between the profiles, which increases the readability
- The tab and panel with video filters are highlighted in blue
- Small changes to other interface elements: file list, navigation buttons, panels
- Added the ability to select visible columns from the context menu of the file list and from the main menu
- The error causing displaying of negative values of processed data after exceeding the 2GB threshold has been fixed
- Automatic scrolling of text in the window with the conversion progress
- Updated language files: English, Greek and Polish (fully); partially: German, Hungarian, Japanese, Russian
- Various minor improvements and bug fixes


Pazera Free MP4 Video Converter 1.3
- New conversion engine (FFmpeg) and multimedia information library (MediaInfo). Added ability to edit output directory list. Changes in the program interface: slightly modified toolbar and menus. New window: Tools Info. New visual style: Cobalt XEMedia. Minor bug fixes and enhancements


Pazera Free MP4 Video Converter 1.2
- New conversion engine (FFmpeg) and multimedia information library (MediaInfo)
- Ability to set a prefix and suffix the names of the generated files
- Additional navigation buttons
- New video filter: negative
- Improved compatibility with Windows XP
- Minor bug fixes and enhancements

PhpStorm 2018.1.6 查看版本資訊

更新時間:2018-06-15
更新細節:

What's new in this version:

PhpStorm 2018.1.6 Build 181.5281.35
- This build fixes the issue with the Register action: IDEA-193747


PhpStorm 2018.1.5 Build 181.5281.19
- Change log not available for this version


PhpStorm 2018.1.4 Build 181.5087.24
- Fixes for PHP Remote Interpreters (Docker/Docker-Compose and Vagrant)
- Compiling PL/SQL code with actual errors
- Support of conditional compilation flags in pl/sql code
- Show inferred type in Flow in Brief Info


PhpStorm 2018.1.3 Build 181.4892.97

- This build delivers new features, bug fixes and improvements for PHP and the Web, and takes on the latest improvements in IntelliJ Platform

Notable bug fixes and features worth mentioning:
- void return type is not autocompleted WI-41850
- Find in Path” shortcut (Ctrl+Shift+F) not working in “Find in Path” preview window IDEA-189447
- Replace all’ confirmation popup is out of focus IDEA-186587
- Run configuration drop down menu does not show the full name of the test being selected IDEA-182763
- Wrong commit and push buttons rendering IDEA-190206
- Don’t add renamed or moved files to git index unless configured to do so IDEA-118140
- Default run/debug configurations are not saved IDEA-189444


PhpStorm 2018.1.2 Build 181.4668.78

Syntax Highlighting in Quick Definition:
- Using the Quick Definition popup became more convenient: with added syntax highlighting, you can now read what exactly a function or a class is doing, without losing your current context.
- Flexible configuration of imports from the global namespace
- In the previous versions of PhpStorm, you could choose to either import everything (functions, classes, constants) from the global namespace or use FQN for functions and constants. We’ve listened to your feedback and realized that more flexibility is sometimes required. In PhpStorm 2018.1.2, you can control auto-import separately for classes, functions, and constants
- For classes, you can choose between “insert FQN” and “prefer import” (PhpStorm will insert import if this doesn’t result in a conflict). For functions and constants, the options are “insert FQN”, “prefer import”, and “prefer fallback” (you can refer to the PHP documentation for its exact meaning)

Notable bug fixes and features worth mentioning:
- Collapsing tree node does not collapses all subnodes (regression)
- Command Line Tools Console – Cursor Not In Run Box
- Incorrect variable name during phpDoc generation for field in case inferred type in constructor $this
- Goto definition’ on ‘new expression’ targeting parent class __construct instead of referenced class
- Provide the ability to disable tooltips in editor without disabling inspections
- Subversion File History not working for links with spaces
- Typescript readonly type inference from const
- Add option to omit JsDoc types for TypeScript code


PhpStorm 2018.1.1 Build 181.4445.72

File-level suppression to PHP inspections:
- PhpStorm provides a lot of inspections to catch all sort of errors in your code, but it may occur that some particular code shouldn’t follow the standards set for the whole project. In previous PhpStorm versions, you were able to suppress a warning for a particular statement or declaration. PhpStorm 2018.1.1 brings the ability to suppress an inspection for the whole file: just add /**@noinspection <inspection_name> */ right after the first opening PHP tag or press ALT+Enter on the inspection warning and select Suppress for file in the submenu. You can also use /**@noinspection ALL */ to suppress all inspection for the file.

Required plugins for a project:
- Suppose you’ve found an essential plugin that would help a lot with developing your project (Symfony or PHP Annotations plugins are good examples of such plugins), and you want to make sure that everybody on your team is on the same page. Previously there was no way to let your colleagues know about the plugins without talking to them or writing the readme file. PhpStorm 2018.1.1 introduces Required plugins, which you can locate under Preferences | Build, Execution, Deployment | Required Plugins. You can specify the plugins and their exact versions as the project’s requirements. After you’ve set them, PhpStorm will notify if the required plugins are missing or need an update.

Go to Type action:
- You might have already used the Navigate | Type declaration action when working with JavaScript or when using our other IDEs. It lets you navigate to the type declaration from any expression, and now it is available in PHP, as well.

Notable bug fixes and features worth mentioning:
- Incorrect ‘find usages’ / refactoring of __constructor of parent class WI-19518
- Indexing of large files WI-41378
- Deployment: context menu is missing if no default server is selected WI-40826
- Docker-compose: output isn’t shown WI-41002
- Keystrokes lost during freezing IDEA-186636
- CommonJS: properties of function object returned by exported module not resolved WEB-24161
- DESC/DESCRIBE in read-only mode DBE-397


PhpStorm 2018.1 Build 181.4203.565

PHP Language:
- Inline function/method refactoring
- Refactor your code to functional style
- Configurable unchecked exceptions
- Goto Symbol navigation improvements
- Hierarchy checks for class aliases

Testing:
- Creating class from test
- Codeception: code coverage
- Better @covers support
- Gutter icons for running tests

HTTP Client:
- Assertions support
- Simplified first start


PhpStorm 2017.3.6 Build 173.4674.46
Bug fixes and features:
- PhpStorm v2017.3.4 & Codeception v2.4.0 incompatibility WI-40950


PhpStorm 2017.3.5 Build 173.4674.45
- Notable bug fixes and features worth mentioning
- Fixed: Built-in SSH: does not support strong security ciphers – Cannot negotiate, proposals do not match IDEA-140196
- PhpStorm v2017.3.4 & Codeception v2.4.0 incompatibility WI-40950
- Fixed: Multiple “Updating indices” bg tasks after external file system changes IDEA-123287
- Fixed: Autocomplete too fast and leads to errors when inputting a number DBE-4965
- Fixed: Hide MySQL Collations & Schemas DBE-5557
- Fixed: Database Console name in Files have turned into guids DBE-5904


PhpStorm 2017.3.4 Build 173.4548.32
Fixed:
- Allow UI scale exceed 2x
- Multiple “Updating indices” bg tasks after external file system changes
- Evaluate window: cannot TAB from expression into results tree


PhpStorm 2017.3.3 Build 173.4301.34

REST Client: Auto-formatting of responses:
- In this build, we’ve implemented one of the new REST client’s most voted features: auto-formatting of request results. PhpStorm analyses Content-Type and formats the response accordingly. If type detection has failed for some reason, you can still choose between JSON, HTML and XML formatting manually. To see the original response, you can select the View as Text formatting type

Highlighting call-site in case of pass-by-reference:
- PHP 7.3 may introduce “Explicit call-site pass-by-reference” (RFC) that will allow prepending of a call-site argument with &. This should help to understand the code and notice possible unexpected changes of a variable. It’s still a year till the 7.3 release, but why wait?
- In this build, we’ve extended parameter hints with pass-by-reference visualization that will help you find a function or a method call that has reference declaration in a parameter. The new parameter hints will be shown for all arguments that are actually passed by reference. Please share your feedback about the new feature!

Notable bug fixes and features worth mentioning:
- Fixed: Short syntax array destructuring does not allow skipping values: WI-34517
- Fixed: Unhandled exception: doesn’t analyze “new MyClass” (constructor) expression: WI-37946
- Fixed: Broken “Change to” spelling quickfix in the Commit dialog: WI-39142
- PHP New Class now saves previously selected template: WI-39427
- Fixed: “Can’t run 32-bit version on Windows”: JRE-590
- Fixed: All run configurations lost after upgrade to 2017.3: IDEA-182966
- Fixed: Tool Window docking issue IDEA-149061
- Fixed: FETCH ALL IN returns error org.postgresql.jdbc4.Jdbc4ResultSet: DBE-2465
- Fixed: DataGrip does not recognize Redshift’s WITH NO SCHEMA BINDING clause: DBE-5404


PhpStorm 2017.3.2 Build 173.4127.29
Notable bug fixes and features worth mentioning:
- Unhandled exception shouldn’t be reported for tests with @expectedException
- Improved discoverability of Recursive Search in Find Window


PhpStorm 2017.3.1 Build 173.3942.32
- Support custom templates variables in ‘new class’ dialog
- Fix “Structure view is always collapsed”
- Fix Tool Window docking issue
- Fix “Unable to update issue state from Open Task dialog”


PhpStorm 2017.3 Build 173.3757.138
- Brand new editor-based REST client. With the new REST client, all the powers of the PhpStorm code editor are now available for your REST requests.
- Significant performance improvements. Typing latency in very complex PHP files has decreased significantly. We've examined typing latency in the mPDF main file, which is a 38k-line-long mix of PHP, JS, and HTML, and it is down by 75% in PhpStorm 2017.3!
- New inspections for exception handling. Three new inspection Unhandled exception, Redundant @throws and Redundant catch clause with corresponding Quick Fixes will help you take exceptions under your control!
- Test generation improvements. Now you can create Codespec and PhpSpec classes and create test methods!
- Improved Twig support. We've implemented language injections for Twig custom tags and named blocks as well as improved Twig formatting that can now handle complex structures.

vMix 20.0.0.55 查看版本資訊

更新時間:2018-02-12
更新細節:

What's new in this version:

Outputs:
- Two additional independent outputs for vMix Call, Replay and NDI (Pro and 4K editions only)
- Second recorder with an independent recording format that can be assigned to one of the 4 outputs. (Pro and 4K editions only)

Production Clocks:
- New Dual Production Clock can now be enabled from Settings -> Options
- Each of the clocks can display either the current time, recording duration, streaming duration or a countdown to an event
- Clock display can also be added as an input which can be assigned to the MultiView Output
- Clock input can also be enabled as an NDI source on the network, providing a mobile clock that can be displayed anywhere using the free NDI tools!

vMix Call:
- Audio and Video sources sent to guests can now be changed independently at any time from the right click menu
- All vMix editions including Basic HD can now connect to a remote vMix Call running HD or higher
- New Low Latency option added. This can be used on reliable, high bandwidth point to point connections where the lowest possible delay is required

Audio:
- New Channel Matrix option available for every input that supports audio
- Provides a 8x16 channel audio router to every input that can be assigned to any of the audio output buses in any combination
- Live audio meters added to each channel in the Input Channel Mixer

Streaming:
- Improved streaming settings layout
- Each of the 3 destinations now supports independent bitrate and resolution settings
- Hardware Encoder can also be controlled independently on each stream to assist with systems where GeForce cards only support 2 encoders at a time

PTZ:
- Added new Visca Over IP support to connect to newer Sony SRG series cameras in addition to the new IP model from Lumens

Titles:
- Added support for controlling NewBlue Titler Live 3.0 via NDI
- Supports commands such as AnimateIn, AnimateOut which can be accessed from the Input right click menu or assigned to controllers using the new shortcut function NDICommand
- Supports live editing of Titler Live templates from within the vMix Title Editor and Web Controller, with the ability to assign data sources as well
- vMix now includes the vMix Title Pack for free! This includes 36 additional templates including scoreboards and lower thirds.

Other:
- Added support for X-keys XK-68 Jog/Shuttle controller
- Improved CPU usage when streaming, particularly with 4K
- Improved performance with 4K Magewell capture cards
- New TCP API for embedded devices. See Developer Information in the help for more information

Pazera Free MP4 Video Converter 1.3 查看版本資訊

更新時間:2017-12-09
更新細節:

What's new in this version:

Pazera Free MP4 Video Converter 1.3
- New conversion engine (FFmpeg) and multimedia information library (MediaInfo). Added ability to edit output directory list. Changes in the program interface: slightly modified toolbar and menus. New window: Tools Info. New visual style: Cobalt XEMedia. Minor bug fixes and enhancements

Pazera Free MP4 Video Converter 1.2
- New conversion engine (FFmpeg) and multimedia information library (MediaInfo)
- Ability to set a prefix and suffix the names of the generated files
- Additional navigation buttons
- New video filter: negative
- Improved compatibility with Windows XP
- Minor bug fixes and enhancements