Search found 135 matches

by forart.eu
Tue Feb 23, 2010 6:26 pm
Forum: Development
Topic: [FFMPEG] Matrices support
Replies: 1
Views: 3444

[FFMPEG] Matrices support

It would be great to have "intra_matrix & inter_matrix" parameters support in "Extra Options -> Advanced" table...
by forart.eu
Sat Feb 13, 2010 9:24 am
Forum: Development
Topic: [ADD] Alternative matrices collection
Replies: 1
Views: 3803

Re: [ADD] Alternative matrices collection

Now i'm trying to build FFmpeg presets files for 2-pass "alternative matrix" encodings... stay tuned. 8)
by forart.eu
Thu Feb 11, 2010 11:57 pm
Forum: Development
Topic: [ADD] Alternative matrices collection
Replies: 1
Views: 3803

[ADD] Alternative matrices collection

After the discovering of "-intra_matrix / -inter_matrix" parameters for FFmpeg, I started to collect some interesting matrices: KVCD intra_matrix: 8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,22,26,27,31,36,37,38,40,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29,34,37,38,...
by forart.eu
Wed Feb 10, 2010 10:13 pm
Forum: Development
Topic: [SUGGESTION] K Video Compression Dynamics support
Replies: 4
Views: 6521

Re: [SUGGESTION] K Video Compression Dynamics support

Here we go !!! Quality is awesome. It can reach quant 2 for 400kb/s on low motion. ffmpeg -hq -i d:\sample.vob -target svcd -bufsize 224 -b 600 -mbd 2 -g 240 -bt 1024 -trell -bf 2 -alt -y -intra_matrix "8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,22,26,27,31,36,37,38,40,26 ,...
by forart.eu
Wed Feb 10, 2010 9:31 pm
Forum: Development
Topic: [SUGGESTION] K Video Compression Dynamics support
Replies: 4
Views: 6521

Re: [SUGGESTION] K Video Compression Dynamics support

Hey ! I just found a possible solution in Mencoder's manual ! 11.3.5. Custom inter/intra matrices With this feature of libavcodec you are able to set custom inter (I-frames/keyframes) and intra (P-frames/predicted frames) matrices. It is supported by many of the codecs: mpeg1video and mpeg2video are...
by forart.eu
Wed Feb 10, 2010 9:23 pm
Forum: Development
Topic: [SUGGESTION] K Video Compression Dynamics support
Replies: 4
Views: 6521

Re: [SUGGESTION] K Video Compression Dynamics support

Well, then, buzzqw (the HDConvertToX, MicroX264 and AutoMen author) suggested me to use these FFmpeg parameters (even if he don't know HOW):

-intra_matrix matrix specify intra matrix coeffs
-inter_matrix matrix specify inter matrix coeffs

Hope that helps !
by forart.eu
Mon Feb 08, 2010 9:28 pm
Forum: Development
Topic: [SUGGESTION] K Video Compression Dynamics support
Replies: 4
Views: 6521

[SUGGESTION] K Video Compression Dynamics support

Someone already knows them, but for others: KVCD is a modification to the standard MPEG-1 and MPEG-2 GOP structure and Quantization Matrix. It enables you to create over 120 minutes of near DVD quality video, depending on your material, on a single 80 minute CD-R/CD-RW. We have published these speci...
by forart.eu
Sat Feb 06, 2010 11:20 pm
Forum: Generic Discussions
Topic: [UPDATE] FFmpeg & Mplayer/Mencoder 64
Replies: 3
Views: 6830

Re: MediaCoder 64... really ?

OK, I successfully encoded a movie into an MPEG-1 files, here's the shot:

Image

As you can see ffmpeg is now 64bit... but what's the other 3ad of mencoder ???

Does enyone knows where to get a 64bit mencoder build ?
by forart.eu
Sat Feb 06, 2010 10:32 pm
Forum: Development
Topic: 2-pass won't work for MPEG-1
Replies: 2
Views: 4085

Re: 2-pass won't work for MPEG-1

OK i found the problem, finally.

MediaCoder stops after 1st pass only if the source is a DVD-rip (IFO). No problems with other kind of input files.