dynaflash [Tue, 10 Feb 2009 05:51:38 +0000 (05:51 +0000)]
MacGui: Bump x264 to r1109
- Assorted speedups since last bump
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=75b495f2723fcb77fe7d5c92511136d3fea4cf13
jstebbins [Sat, 7 Feb 2009 20:51:56 +0000 (20:51 +0000)]
only mark first audio track as default in mkv.
all tracks were getting marked which caused the last
track to be chosen for playback by popcorn hour a-100
dynaflash [Fri, 6 Feb 2009 20:39:06 +0000 (20:39 +0000)]
MacGui: Implement DRC 0.0.
-Though the default is set to 0.0 in the xib, any user presets ( including built in's) will set to the previous minimum of 1.0 or higher.
- Since there is nothing to set between 0.0 and 1.0 the slider is set to jump to 1.0 as soon as you go above 0.0
dynaflash [Fri, 6 Feb 2009 19:05:21 +0000 (19:05 +0000)]
MacGui: Video Filter and Picture Settings
- Changed picture settings and video filter display in the main window to three text fields (removed 24 outlets and text fields). Its a hoky layout right now, but I have a feeling the video tab will be changing.
- Show actual cropping values in the main window as well as Auto/Custom
- Show custom filter settings if used.
- Removed redundant anamorphic calculation code. Its now accessed from each controller that needs it from preview controller
- Fixed an issue where decomb from a previous preset would linger in a preset that did not have decomb specified.
- Updated the queue display to show custom filter info if present.
sr55 [Thu, 5 Feb 2009 21:52:07 +0000 (21:52 +0000)]
WinGui:
- Picture filters now have their own tab.
- Deinterlace, Decomb, Denoise and Detelecine are now custom controls with optional passthru string values
- Preset system updated to handle new controls and custom string values for filters.
jbrjake [Thu, 5 Feb 2009 19:36:31 +0000 (19:36 +0000)]
AC3 dynamic range compression changes. 0 now means a null DRC function. 1 remains the same (default DRC) and >1 still boosts soft sounds.
For the moment, presets and interfaces still assume a default of 1, but the notion is to move to having 0 as the default, in the hope it will be louder/clearer.
jbrjake [Thu, 5 Feb 2009 18:54:16 +0000 (18:54 +0000)]
With live preview decmpeg2 can be running more than once simultaneously, so the crude cadence tracking (Film->Video messages) needs to go in the hb_libmpeg2 struct...where I should have put it in the first place.
dynaflash [Thu, 5 Feb 2009 15:55:29 +0000 (15:55 +0000)]
MacGui: Add preset code for custom filter fields
- If an old preset uses both decomb and deinterlace, decomb will be used and deinterlace will be ignored.
dynaflash [Wed, 4 Feb 2009 22:14:23 +0000 (22:14 +0000)]
x264 bump to r1101
- " I feel the need .. the need for speed"
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=b69548aa3a0218ba1d4f934edcf8942f2b1682f5
dynaflash [Wed, 4 Feb 2009 22:09:33 +0000 (22:09 +0000)]
MacGui: Picture Filters Inspector enhancements
- Add custom settings fields to Detelecine, Decomb, Deinterlace, and Denoise.
- Add a two position slider to choose between Decomb and Deinterlace (can no longer run both in the macgui).
- Update Presets, Queue, and Live Preview code accordingly.
- Moved Grayscale to the Filters inspector and removed it from the main window.
- Changed the style of the buttons on both the settings and filters inspectors to better fit in with HUD.
Known Issues:
- Resizing of the inspector to show/hide the custom fields is a touch ugly.
- Setting the filter to "Custom" then not using a custom string, results in default from libhb, though should probably error trap against that actually.
sr55 [Sun, 1 Feb 2009 19:58:44 +0000 (19:58 +0000)]
WinGui:
- Remove old restriction on loose anamorphic.
- Fix an issue with the new audio panel which would allow incompatible audio codecs with containers.
sr55 [Sat, 31 Jan 2009 00:04:36 +0000 (00:04 +0000)]
WinGui:
- QueryParser: Add support for values to be attached to deinterlace, decomb, detelecine and denoise (second element of deblock still be done)
- Added a debug menu + a Query Parser Testing window
- Fixed small bug on the preset bar where it would crash if you left clicked on open white space.
dynaflash [Wed, 28 Jan 2009 20:03:53 +0000 (20:03 +0000)]
MacGui: Change the order of the filters in both the Filters Inspector and the Main Window.
- Shown in order of importance now ie. detelecine decomb deinterlace denoise deblock
dynaflash [Wed, 28 Jan 2009 06:00:58 +0000 (06:00 +0000)]
MacGui: Live Preview Fixes
- Fixes and Issue where using chapter markers on ffmpeg input sources caused a crash and or no encode and a gray screen.
- Fixes an issue where not manually selecting a still preview caused the live preview encode to crash.
- Many thanks to refulgentis for troubleshooting this for me. :)
dynaflash [Mon, 26 Jan 2009 21:34:59 +0000 (21:34 +0000)]
MacGui: Picture Filters separate hud inspector initial implementation
- Separates the filters out from the picture settings inspector into their own inspector in preparation for more advanced filters
- Gingerbread is shaky but wanted to get the functionality into the svn due the the number of files modified or added.
- Adds a toggle action to Picture Settings, Picture Filters and the activity window
jbrjake [Mon, 26 Jan 2009 18:44:27 +0000 (18:44 +0000)]
Organizes anamorphic parameters in a struct, requiring some minor search and replace changes in the interfaces. Folds the logic for strict anamorphic mode into hb_set_anamorphic_size() and also stakes out a new, more customizable mode 3.
jstebbins [Sun, 25 Jan 2009 19:06:13 +0000 (19:06 +0000)]
LinGui: tweak how audio choices are made again
prefer audio tracks with more channels
prefer audio tracks that are not for
visually impaired or director's commentary
jstebbins [Sat, 24 Jan 2009 19:26:05 +0000 (19:26 +0000)]
LinGui: fix how an audio is chosen after a source is scanned or the preset
selection changes. It wasn't honoring the preferred language or matching
the codec when passthru is selected.
Also checking in the ui changes needed for dts pasthru. The option is
disabled until we get libhb support.
sr55 [Fri, 23 Jan 2009 21:08:28 +0000 (21:08 +0000)]
WinGui:
- Few more bits of code refactored.
- Added a 10 second limit for the CLI to respond at GUI startup. This will prevent the app from locking if the CLI stalls.
dynaflash [Wed, 21 Jan 2009 03:46:14 +0000 (03:46 +0000)]
MacGui: Preview Window scale to screen initial implementation
- Allows scaling the preview to fit the screen when in full screen mode.
- Also hopefully fixes a bug where multiple cycles of windowed and full screen cause the hud overlay to not appear.
- hud overlay delay timer changed from 20 to 10 seconds
eddyg [Tue, 20 Jan 2009 05:19:59 +0000 (05:19 +0000)]
Update libmkv and start writing mkv tags, no artwork as yet - haven't had time to do it, sorry. I also had a hard time testing that the tags work. But I could see that they were present in the file, and I could see that it didn't affect playability.
sr55 [Fri, 16 Jan 2009 20:55:35 +0000 (20:55 +0000)]
WinGui:
- Perform source scanning in the main window rather than a separate window. File Menu > Cancel Scan added in case of a scan lockup.
- Fixed issue where a preset was loaded twice needlessly.
- Support for no audio added.
dynaflash [Thu, 15 Jan 2009 18:55:58 +0000 (18:55 +0000)]
MacGui: Remove the decomb string from the main window so decomb uses the libhb default
- Now instead of reading out the parameters for Decomb the main window just shows On/Off
dynaflash [Wed, 14 Jan 2009 20:20:09 +0000 (20:20 +0000)]
MacGui: Picture Preview and Settings window interaction fixes
- Putting the Preview Window into full screen mode no longer automatically opens up the Picture Settings inspector
- Fixed the Picture Settings inspector so that it isn't on top of every f'ing window on your screen.
dynaflash [Wed, 14 Jan 2009 17:29:06 +0000 (17:29 +0000)]
Bump x264 to r1077 and remove our patch-x264-idr.patch since idr is now implemented within x264
- Note: this will require yasm 0.7.xx to compile. Previous version of x264 would compile with 0.6.1 etc.
dynaflash [Mon, 12 Jan 2009 18:49:16 +0000 (18:49 +0000)]
MacGui: Preview Window
- Add a 20 second no mouse movement delay then fade out the hud overlay controls so that the controls are not always visible as long as the cursor is inside the preview area.
- Note: the 20 seconds might make a nice setting in preferences.
dynaflash [Mon, 12 Jan 2009 00:07:38 +0000 (00:07 +0000)]
MacGui: Separate Picture Settings and Preview Window Initial Implementation
- Picture Settings is now a hud style inspector panel:
-- Allows more room to be displayed along with Main Window.
-- Has button (though ugly ... for now) to open the preview window.
- Separate Preview Window:
-- Preview Window can now show the entire preview content via a hud style overlay controller (ala iTunes, DvdPlayer controls) activated by mouse movement.
-- Has button to allow opening the Picture Settings inspector.
-- Full Screen Mode (ala iTunes, DvdPlayer) which should help for max preview size for HD sources.
- Note: all hud style controls in this implementation are created only using core animation filters, I decided against a third party hud control framework, though one can certainly be implemented at any time.
- Known Issues:
-- WARNING: Quitting HB while in full screen mode will crash the macgui.
-- The hud overlay controls in the Preview Window will align kind of wonky when the resolution is scaled way below the source.
-- Ideally, after moving the mouse within the preview area then stopping, after a certain amount of time the hud overlay control box should disappear.
-- Hud style controls still need alot of development to fit within the HIG.
-- Need a keboard shortcut for the Preview Window.
-- As usual with initial implementations there are likely many more Bugs/Issues.
ritsuka [Sun, 11 Jan 2009 09:21:22 +0000 (09:21 +0000)]
Always use the track samplerate as the timescale for audio tracks. This fixes a problem when creating an mp4 with multiple audio tracks that have different samplerate.
van [Sat, 10 Jan 2009 04:47:48 +0000 (04:47 +0000)]
Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV & some blu-rays):
- Grab stream characteristics (IDRs or not, PCRs or not, RAPs or not) while we're reading to compute the duration rather than trying to guess with no information later.
- Only wait for an IDR after a seek if we know the stream has IDRs. Even then, wait for at most 255 frames.
- If the stream doesn't have IDRs tell scan (via a new flag in the title struct) so that it can read but discard a second's worth of frames to get the decoder in sync withe stream.
- While we're trying to sync the decoder, ffmpeg will spit out dozens of useless error messages so suppress them.
sr55 [Wed, 7 Jan 2009 19:00:57 +0000 (19:00 +0000)]
WinGui:
- Applies http://forum.handbrake.fr/viewtopic.php?f=4&t=8772
- Changes the File Save Dialog box to use the Format dropdown rather than the file extension. Some users seem to have an unusual workflow selecting a format before a file.
sr55 [Mon, 5 Jan 2009 22:28:52 +0000 (22:28 +0000)]
WinGui:
- Queue Encoding code moved from frmQueue.cs to QueueHandler.cs
- QueueHandler now works has events to allow frmMain and frmQueue to update their UI elements based on event triggers (e.g an encode starting or ending).
jstebbins [Thu, 1 Jan 2009 17:33:21 +0000 (17:33 +0000)]
LinGui: fix a problem with saving specific max-width/height to a preset.
Legacy UsesMaxPictureSettings tag didn't get converted properly when
new preset is based on an old preset that used it.
sr55 [Tue, 30 Dec 2008 22:47:48 +0000 (22:47 +0000)]
WinGui:
- Set Default now set's the currently selected preset to default, not the current settings.
- Add Preset can now optionally add a flag to allow saving of picture size information (just like the macgui)
jbrjake [Tue, 30 Dec 2008 21:12:02 +0000 (21:12 +0000)]
Adds --start-at-preview and --stop-at-duration and --stop-at-pts options. These correspond to the job->start_at_preview and job->pts_to_stop variables the MacGui and LinGui use to achieve live preview encodes.
While of course starting at a certain preview is not an optimal way of choosing a starting position for an encode (especially in a CLI), it is fast, and flexible. By altering the number of previews to scan with --previews, it is possible to start an encode at any percentage of the video.
sr55 [Tue, 30 Dec 2008 21:04:29 +0000 (21:04 +0000)]
WinGui:
- Preview Video setup for Encodes for any of the 10 previews that you'd find in the mac gui, for durations from 5 to 60 seconds.
- Removed some old code
dynaflash [Mon, 29 Dec 2008 15:42:39 +0000 (15:42 +0000)]
Bumps x264 from to r1063
- Many enhancements since the last r1028
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=84a1ca6ce70fe7bad4922ddc5a72c2e9cd73703b
sr55 [Sun, 28 Dec 2008 17:25:07 +0000 (17:25 +0000)]
WinGui:
- Option to hide the Query Editor tab.
- Fixed small issue with remove button on the new audio tab. Would error if no track was selected.
- Fixed an issue with the preset bar where selecting an already selected preset wouldn't reset the GUI settings for that preset.
sr55 [Sun, 21 Dec 2008 17:31:36 +0000 (17:31 +0000)]
Changes to the Cygwin section of the make file. Allows building of zip packages for official and snapshot builds of the CLI using "make official" and "make snapshot"
sr55 [Fri, 19 Dec 2008 13:57:08 +0000 (13:57 +0000)]
WinGui:
- Fixes for a few rather stupid issues with the new queue/mainwindow encode link.
- Got rid of the queue encode progress bar. It's just a pain to keep it working and doesn't really offer much.
sr55 [Wed, 17 Dec 2008 00:11:23 +0000 (00:11 +0000)]
WinGui:
- Some fixes in the new code which handles encoding across the Queue and MainWindow.
- Small UI tweaks on Activity Window and Generate Preview Window
sr55 [Tue, 16 Dec 2008 20:51:46 +0000 (20:51 +0000)]
WinGui:
- Minimize to system tray is now optional and can be set in tools > options > advanced.
- Removed the minimize to system tray button since it's not really needed. The windows minimize button performs the same task
sr55 [Tue, 16 Dec 2008 18:01:48 +0000 (18:01 +0000)]
WinGui:
- Preview Generator Window. Can generate previews form 5 to 60 seconds long. Will launch VLC (from a user specified (in options) install path) to play back the clip.
Note: Clip duration is currently waiting for a patch to the CLI, so this part won't work yet.
- Experimental in-gui VLC media player via ActiveX. (This causes a Blue Screen of Death (See comments in code), however if anyone can fix this and submit a patch, id be grateful) Alternative suggestions welcome!