close

Informacja dotycząca plików cookies

Informujemy, iż w celu optymalizacji treści dostępnych w naszym serwisie, w celu dostosowania ich do indywidualnych potrzeb każdego użytkownika, jak również dla celów reklamowych i statystycznych korzystamy z informacji zapisanych za pomocą plików cookies na urządzeniach końcowych użytkowników. Pliki cookies użytkownik może kontrolować za pomocą ustawień swojej przeglądarki internetowej. Dalsze korzystanie z naszych serwisów internetowych, bez zmiany ustawień przeglądarki internetowej oznacza, iż użytkownik akceptuje politykę stosowania plików cookies


Nowe artykuły:
Więcej...
Nowe recenzje: RSS
Więcej...
Najnowsze pliki: RSS
Więcej...
Nowe biosy: RSS
Więcej...

 

Wyszukiwarka plików

Wpisz słowo kluczowe:


Działy software

--=[ TOP 20 ]=--

Dział DOWNLOAD

Download » video-konwersja-dvd » DVD Swarm » historia

Zapoznaj się z historią programu i ostatnimi zmianami:
 
Wersja 1.3.11.316 z 2011/03/17
Zmiany:
  • Added cropping mode 'None'.
  • Added processing override 'Pal To NTSC' for really foobar'd PAL videos.
  • Fixed bug that caused PAL jobs to be loaded as NTSC.
  • Updated demuxed filename templates.
  • Fixed formatting of audio sample rate names.
  • Consolidated code.
  • Updated icon size.
  • Removed the MOD 4 restriction of manual crop values. Removed the MOD 16 restriction on height and width values. The Mod 16 warning dialog will still display, but will now accept any value specified.
  • Adjusted x264 CRF values for improved crispness of details and more fluid action scenes. Increases file size and encoding time by approximately ~15%.
  • Added menu option to set the processing override for multiple jobs.
Wersja 1.1.10.901 z 2010/09/01
Zmiany:
  • Added missing line ending to video indexing section of log file.
  • Updated toolstrip icons.
  • Fixed bug in Utility LoadAudioTracks method that caused crashing with some audio filenames.
  • Updated to the latest version of Snapzworx. PAL video was being treated as HD instead of SD video when computing the x264 CRF value.
  • Added IsIndexed property to DgindexBackgroundWorker.
  • Updated log output.
  • Updated PgcdemuxBackgroundWorker to always include the angle value even for single angle videos.
  • Add code so that an invalid DVD language code is changed to Unspecified.
  • Updated AddJobs so that files are added in alphabetical order.
  • Updated DVDDemuxDialog to prevent enabling of the Demux button if no DVD is opened or if one was recently closed.
  • Enabled Demux DVD and Convert Audio menu options while jobs are running. Since these taks do not affect the jobs themsleves and actual disk usage is minimal for jobs, this gives you the option to multitask while the jobs are running. Note that the 'Converting audio...' portion of jobs is disk intensive and will slow down DVD demuxing and the conversion to wav portion of the Convert Audio task.
  • Created a quick and dirty logo for the app. Not my best work but it is acceptable.
  • Updated Form1 DeleteWorkFiles method.
  • Changed the log output filename to be based on the the video source filename instead of the video output filename.
  • Fixed problem with temporary work files not being deleted when the job was deleted from the list.
  • Fixed bug with x264 aborting with failure instead of using fixed index files.
Wersja 1.0.10.813 z 2010/08/14
Zmiany:
  • Fixed file renaming bug in Dvd.ProgramChain GetCheckedAudioOutputFilenames method that caused audio files to have an extra period in the filename.
  • Fixed bug in DgindexBackgroundWorker that caused the app to hang if the generated log files already existed.
  • Added trim output timecodes adjustment to Utility DetermineVideoProcessing method.
  • Fixed bug in ExecuteDgindex_Completed event that caused the trim ranges to incorrectly abort the encoding. Replaced trim timecodes values with trim output timecodes values. Note that actual trimming of the video in previous versions was performed correctly. It was detection of trying to trim past the end of the video that was buggy.
  • Added code to JobTrimDialog that zeros out the end timecode when 'Trim To End' is checked.
  • Updated Form1 AddJobs and UpdateMenus methods so that menus are disabled while jobs are being added.
  • Fixed bug that caused 'Add Jobs' to not update the cropping values properly causing some videos to have zero output height and width.
  • Sometimes DgindexBackgroundWorker will return a frame count of zero. Added a ParseD2v method to parse the d2v file and return the frame counts.
  • Added BFrameCount, IFrameCount, and PFrameCount proerties to JobInfo. Updated log info to show them.
  • Added code to Form1.AddJobs method and JobDialog that prevents adding of zero length video or audio files.
  • Updated Utility.LoadAudioTracks methods to not add any files with zero length.
  • Updated JobDialog to show an error message when attempting to add a zero-length video or audio track.
  • Updated the confirmation message for the DeleteJobs method to not confirm each file if more than one file is selected for deletion.
Wersja 1.0.10.810 z 2010/08/12
Zmiany:
  • Fixed several bugs in the Form1.AddJobs method that keep the jobs from being added to the ListView, caused the first job to be added multiple times, and did not prevent duplicate output filenames. Method now checks for duplicate source filenames, and renames the output filename if it is already in use by another job.
  • Updated JobsDialog code for easier checking of duplicate filenames.
  • Fixed the 'Write DVD Chapters' option not updating in the PreferencesDialog.
  • Fixed 'Edit Job' not allowing save because the output filename was already in use by itself.
  • Updated DeleteWorkFiles method to remove some files left behind when a job was deleted.
  • Added HasExited property to DgindexBackgroundWorker class.
  • Updated x264 executable in 'Tools' folder to version 1688.
  • Moved some external images to internal resources.