Search found 12 matches

by golgol7777
Mon Aug 15, 2011 3:50 am
Forum: Bugs
Topic: QuickTime can't play mp4 with AAC passthru from TS
Replies: 3
Views: 785

Re: QuickTime can't play mp4 with AAC passthru from TS

JohnAStebbins wrote:Thanks for the report and the sample. I understand what's wrong and have an idea how to fix it. I've got a few things to do first, but it's high on my todo list.
Thank you for your response.
I'll wait until it's fixed.

Thanks in advance
by golgol7777
Thu Aug 11, 2011 2:41 am
Forum: Bugs
Topic: QuickTime can't play mp4 with AAC passthru from TS
Replies: 3
Views: 785

QuickTime can't play mp4 with AAC passthru from TS

Hi. -Version: svn4164 built from official svn repo for myself -Compiler: MinGW binutils 2.21 and gcc-4.5.3 -Platform & Operating System: Windows 7 SP1 -Settings: CLI query -> -e x264 -E copy:aac -9 -5 -w 1280 -l 720 -q 21 -v 2 -i ts_aac_copy_source.m2ts -o ts_aac_copy.mp4 -Source: a MPEG-2+AAC t...
by golgol7777
Fri Jul 29, 2011 8:53 pm
Forum: General Questions
Topic: Custom build against GPL from Japan
Replies: 8
Views: 3513

Re: Custom build against GPL from Japan

That said, I'm not interested in wasting my time tracking down GPL violators. I don't really care about the GPL all that much. It's necessary for this project because we use other GPL code. If someone else has the time and energy to chase this down, more power to you. :wink: Thanks for your opinion...
by golgol7777
Fri Jul 29, 2011 1:09 pm
Forum: General Questions
Topic: Custom build against GPL from Japan
Replies: 8
Views: 3513

Re: Custom build against GPL from Japan

I saw the Japanese builder's post on the past thread of 2ch BBS which said he made some optimizations to his build. But he didn't say anything about modifications to source code. I believe the guy doesn't change source code from vanilla but I don't think it's a problem whether or not he makes modifi...
by golgol7777
Sun Apr 11, 2010 5:12 pm
Forum: Development
Topic: [PATCH] allow AAC encoding in more than ~160kbps via faac
Replies: 5
Views: 2125

Re: [PATCH] allow AAC encoding in more than ~160kbps via faa

Compared j45's and my patch. The differences depend on both source format and complexity of source track. If heavily lossy compressed sources or sources with less complexity are taken account of, my patch produces closer bitrate. How much accuracy should be appropriate and which types of source shou...
by golgol7777
Sun Apr 11, 2010 3:36 pm
Forum: Development
Topic: [PATCH] allow AAC encoding in more than ~160kbps via faac
Replies: 5
Views: 2125

Re: [PATCH] allow AAC encoding in more than ~160kbps via faa

Updated patch that can actually achieve 320kbps with 2 channels and 768kbps with 6 channels. http://handbrake.fr/pastebin/pastebin.php?show=1333 Hi. I test the patch. It works fine as expected for LPCM input. But if source audio is already lossy formats (AC3 or AAC), faac still produce somewhat low...
by golgol7777
Fri Apr 09, 2010 10:16 pm
Forum: Development
Topic: [PATCH] allow AAC encoding in more than ~160kbps via faac
Replies: 5
Views: 2125

[PATCH] allow AAC encoding in more than ~160kbps via faac

I found the following patch and changeset in faac project site. http://sourceforge.net/tracker/?func=detail&aid=2975949&group_id=704&atid=100704 http://faac.cvs.sourceforge.net/viewvc/faac/faac/libfaac/frame.c?r1=1.67&r2=1.68 According to these patch/changeset, I tested the following...
by golgol7777
Fri Apr 09, 2010 10:07 pm
Forum: Development
Topic: [PATCH] fix warnings and build issue on mingw
Replies: 0
Views: 722

[PATCH] fix warnings and build issue on mingw

Hi, this patch fix some compiler warnings and build issues on mingw. http://handbrake.fr/pastebin/pastebin.php?show=1327 Patch details: 1. fix warning about implicit declaration for pthreads-w32 routine 2. fix warning about unknown %lld/%llu format strings for printf family   (replace all occurences...
by golgol7777
Sun Jun 14, 2009 1:00 pm
Forum: Bugs
Topic: Pixel aspect ratio is overrided by wrong value
Replies: 2
Views: 1426

Re: Pixel aspect ratio is overrided by wrong value

Hmm. OK, I see what happens in my case. However, I want HandBrake to use exact PAR values which I entered in command line. I use CLI to transcode movies for PSP as I mentioned in my first post. When I encode 16:9 movie of 720x480 resolution for PSP, I need to set PAR 40/33 in video stream. If PAR va...
by golgol7777
Sat Jun 13, 2009 1:23 pm
Forum: Bugs
Topic: Pixel aspect ratio is overrided by wrong value
Replies: 2
Views: 1426

Pixel aspect ratio is overrided by wrong value

-Version: CLI svn r2525 mingw -Platform & OS: Windows XP Pro SP3 -Source: VOB -Settings: -e x264 -q 0.6 -E faac -B 128 -6 stereo -R 48 -D 1.0 --crop 0:0:0:0 -v -5 -9 --custom-anamorphic --pixel-aspect 40:33 I transcode DVD to H.264/AAC movie for PSP with 720x480 resolution. Source display aspect...
by golgol7777
Mon Jun 08, 2009 1:21 pm
Forum: Bugs
Topic: [Fixed] fopen needs "b" flag for MinGW build
Replies: 2
Views: 1082

Re: fopen needs "b" flag for MinGW build

KonaBlend wrote:Thanks. See changeset 2495.
I checked out a new revision and confirm it.
Thanks for quick reply and fix!
by golgol7777
Sat Jun 06, 2009 10:04 pm
Forum: Bugs
Topic: [Fixed] fopen needs "b" flag for MinGW build
Replies: 2
Views: 1082

[Fixed] fopen needs "b" flag for MinGW build

-Version: CLI svn r2494 -Platform & OS: Windows XP Pro SP3 -Source: VOB (ripped from a DVD), but the problem also occurs when I transcode directly from DVD or ISO -Settings: -e x264 -q 0.6 --vfr -E faac -B 128 -6 stereo -R 48 -D 1.0 -X 480 -Y 270 --crop 60:60:8:8 --custom-anamorphic --pixel-aspe...