Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
Diverse DVB Software für verschiedene Karten
»
# Codecs und entsprechende Tools
»
Thema:
FFmpeg-Projekt vermeldet Fortschritte
« vorheriges
nächstes »
Drucken
Seiten:
1
2
3
[
4
]
5
6
7
8
Nach unten
Autor
Thema: FFmpeg-Projekt vermeldet Fortschritte (Gelesen 25394 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.1
«
Antwort #45 am:
15 August, 2014, 20:45 »
New in this version:
Added option to enter commands at "user paths" section.
Added option to copy lines from "Source properties".
Added support for more "protocols/devices" (web url, cd).
Added "protocols/devices" menu to "Source 1" input field.
Simplified use of "protocols/devices" through this menu.
New syntax for command redirection (fixes FFmpeg conflicts).
Improved metadata handling for demux and audio only.
Improved FFmpeg script parsing for spliting up long lines.
Improved error checking at FFmpeg script parsing.
Improved the style and readability of the chm context help.
Adapted "short paths" option for concat protocol.
Updated VirtualDub vcf convert for changed file extension.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
FFmpeg 2.3.3
«
Antwort #46 am:
18 August, 2014, 18:15 »
Whats new: >>
- h264: fix grayscale only decoding with weighted prediction
- mjpegdec: support AV_PIX_FMT_YUV420P16 with upscale_h
- proresenc_ks: fix buffer overflow
- matroskadec: fix crash
http://ffmpeg.org
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
FFmpeg 2.4
«
Antwort #47 am:
16 September, 2014, 05:50 »
Release Notes
gitgit.videolan.org / ffmpeg.git / blob
? search: re
summary | shortlog | log | commit | commitdiff | tree
history | raw | HEAD
avcodec/mjpegenc: the AMV encoder doesnt support yuv422
[ffmpeg.git] / RELEASE_NOTES
1 ┌────────────────────────────────────────┐
2 │ RELEASE NOTES for FFmpeg 2.4 "Fresnel" │
3 └────────────────────────────────────────┘
4
5 The FFmpeg Project proudly presents FFmpeg 2.4 "Fresnel", just 2 months
6 after the release of 2.3. Since this wasn't a long time ago, the Changelog
7 is a bit short this time.
8
9 The most important thing in this release is the major version bump of the
10 libraries. This means that this release is neither ABI-compatible nor
11 fully API-compatible. But on the other hand it is aligned with the Libav
12 11 release series, and will as a result probably end up being maintained for
13 a long time.
14
15 As usual, if you have any question on this release or any FFmpeg related
16 topic, feel free to join us on the #ffmpeg IRC channel (on
17 irc.freenode.net).
18
19 ┌────────────────────────────┐
20 │ 🔨 API Information │
21 └────────────────────────────┘
22
23 FFmpeg 2.4 includes the following library versions:
24
25 • libavutil 54.7.100
26 • libavcodec 56.1.100
27 • libavformat 56.4.101
28 • libavdevice 56.0.100
29 • libavfilter 5.1.100
30 • libswscale 3.0.100
31 • libswresample 1.1.100
32 • libpostproc 53.0.100
33
34 Important API changes since 2.3:
35
36 • The new field mime_type was added to AVProbeData, which can
37 cause crashes, if it is not initialized.
38 • Some deprecated functions were removed.
39 • The avfilter_graph_parse function was made compatible with Libav.
40 • The Matroska demuxer now outputs verbatim ASS packets.
41
42 Please refer to the doc/APIchanges file for more information.
43
44 ┌────────────────────────────┐
45 │ ★ List of New Features │
46 └────────────────────────────┘
47
48 ┌────────────────────────────┐
49 │ libavformat │
50 └────────────────────────────┘
51
52 • Icecast protocol.
53 • API for live metadata updates through event flags.
54 • UTF-16 support in text subtitles formats.
55 • The ASS muxer now reorders the Dialogue events properly.
56
57 ┌────────────────────────────┐
58 │ libavfilter │
59 └────────────────────────────┘
60
61 • Ported lenscorrection filter from frei0r filter.
62 • Large optimizations in dctdnoiz to make it usable.
63 • Added codecview filter to visualize information exported by some codecs.
64 • Added silenceremove filter.
65
66 ┌────────────────────────────┐
67 │ libavutil │
68 └────────────────────────────┘
69
70 • Added clip() function in eval.
71
72 ┌────────────────────────────┐
73 │ ⚠ Behaviour changes │
74 └────────────────────────────┘
75
76 • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
77 • -vismv option is deprecated in favor of the codecview filter
78 • libmodplug is now detected through pkg-config
79 • HTML documentation generation through texi2html is deprecated in
80 favor of makeinfo/texi2any
81 • ICY metadata are now requested by default with the HTTP protocol
FFmpeg git repo
[close]
http://ffmpeg.org
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.2
«
Antwort #48 am:
16 September, 2014, 20:30 »
Avanti GUI is a front-end for FFmpeg with the option to insert Avisynth as a pre-processor. It offers user friendly control over all basic and advanced FFmpeg options. A number of template examples are also included.
Freeware
Whats new: >>
Added display of selected user character set (subtitle opt).
Added warning for invalid chapter/track extraction setting.
Improved portability (better update of local paths).
Improved and sped up FFmpeg initialization procedure.
Fixed issues on Windows 7 with fixed dialog paths.
Fixed minor bug in protocols/devices options.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
FFmpeg 2.4.1
«
Antwort #49 am:
23 September, 2014, 05:45 »
Release Notes
1 ┌────────────────────────────────────────┐
2 │ RELEASE NOTES for FFmpeg 2.4 "Fresnel" │
3 └────────────────────────────────────────┘
4
5 The FFmpeg Project proudly presents FFmpeg 2.4 "Fresnel", just 2 months
6 after the release of 2.3. Since this wasn't a long time ago, the Changelog
7 is a bit short this time.
8
9 The most important thing in this release is the major version bump of the
10 libraries. This means that this release is neither ABI-compatible nor
11 fully API-compatible. But on the other hand it is aligned with the Libav
12 11 release series, and will as a result probably end up being maintained for
13 a long time.
14
15 As usual, if you have any question on this release or any FFmpeg related
16 topic, feel free to join us on the #ffmpeg IRC channel (on
17 irc.freenode.net).
18
19 ┌────────────────────────────┐
20 │ 🔨 API Information │
21 └────────────────────────────┘
22
23 FFmpeg 2.4 includes the following library versions:
24
25 • libavutil 54.7.100
26 • libavcodec 56.1.100
27 • libavformat 56.4.101
28 • libavdevice 56.0.100
29 • libavfilter 5.1.100
30 • libswscale 3.0.100
31 • libswresample 1.1.100
32 • libpostproc 53.0.100
33
34 Important API changes since 2.3:
35
36 • The new field mime_type was added to AVProbeData, which can
37 cause crashes, if it is not initialized.
38 • Some deprecated functions were removed.
39 • The avfilter_graph_parse function was made compatible with Libav.
40 • The Matroska demuxer now outputs verbatim ASS packets.
41
42 Please refer to the doc/APIchanges file for more information.
43
44 ┌────────────────────────────┐
45 │ ★ List of New Features │
46 └────────────────────────────┘
47
48 ┌────────────────────────────┐
49 │ libavformat │
50 └────────────────────────────┘
51
52 • Icecast protocol.
53 • API for live metadata updates through event flags.
54 • UTF-16 support in text subtitles formats.
55 • The ASS muxer now reorders the Dialogue events properly.
56 • support for H.261 RTP payload format (RFC 4587)
57 • HEVC/H.265 RTP payload format (draft v6) depacketizer
58
59 ┌────────────────────────────┐
60 │ libavfilter │
61 └────────────────────────────┘
62
63 • Ported lenscorrection filter from frei0r filter.
64 • Large optimizations in dctdnoiz to make it usable.
65 • Added codecview filter to visualize information exported by some codecs.
66 • Added silenceremove filter.
67
68 ┌────────────────────────────┐
69 │ libavutil │
70 └────────────────────────────┘
71
72 • Added clip() function in eval.
73
74 ┌────────────────────────────┐
75 │ ⚠ Behaviour changes │
76 └────────────────────────────┘
77
78 • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
79 • -vismv option is deprecated in favor of the codecview filter
80 • libmodplug is now detected through pkg-config
81 • HTML documentation generation through texi2html is deprecated in
82 favor of makeinfo/texi2any
83 • ICY metadata are now requested by default with the HTTP protocol
[close]
http://ffmpeg.org
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.3
«
Antwort #50 am:
08 Oktober, 2014, 21:21 »
Whats new: >>
Added support for subtitles at source path (srt,ssa,ass).
Added native language support to muxed-in (soft) subtitles.
Added subtitle burn/mux option to "Job Control Manager".
Fixed missing messages at FFmpeg log when FFmpeg cancels.
Fixed "too many warnings" check for some FFmpeg errors.
Fixed issue with special characters in metadata.
Suppress "Codec AVOption" messages when not relevant.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
R128Gain 1.0.10
«
Antwort #51 am:
13 Oktober, 2014, 21:15 »
R128GAIN is a small, simple tool specially designed to offer you an FFmpeg and SoX based EBU R128 compliant loudness scanner for audio files. The application is designed to be as easy to use as possible: you just load the files, set the parameters and you're good to go.
License : GPL
Whats new: >>
Made R128GAIN compatible with the latest FFmpeg (cf. changed FFmpeg ABI).
http://r128gain.sourceforge.net/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.4
«
Antwort #52 am:
05 November, 2014, 21:00 »
Whats new: >>
Added convert/mux to srt of all by FFmpeg supported subs.
Added support for UFT-8 and UNICODE subtitles (burn/mux).
Added support for srt/sub control codes (bold/italic/etc).
Added S-JIS, GB2312, Big5, Hangul, Johab to font dialog.
Added correction for font vs. display aspect ratio.
Added/moved command redirection <<-- to user source paths.
Improved error checking/reporting for filter chains.
Simplified loading of source/filter paths at FFmpeg scripts.
Attempt to control the massive iconv font error reporting.
Fixed bug where ass files were copied instead of converted.
Fixed unused charenc command when bitmap subs were muxed in.
Fixed fail to override subtitle codec at FFmpeg user script.
Fixed broken sub (microdvd) to ass subtitle conversion.
Fixed bugs in user tools arguments with slash switches.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
SmartFFmpeg 1.3.3
«
Antwort #53 am:
19 November, 2014, 17:00 »
SmartFFmpeg is an interesting GUI for the powerful, open source multimedia-converter ffmpeg, which supports a variety of audio, video and container formats!
Freeware
http://freeware.satria.de/SmartFFmpeg/index.php?lang=EN
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.5
«
Antwort #54 am:
21 November, 2014, 07:46 »
Whats new: >>
Added option to save selected text at script editors.
Added script save/load sub-menus (replaces options).
Added subtitle convert/mux to "mov_text" in mp4, m4v, mov.
Added option to mux-in vobsub subtitles in mp4.
Added NULL source/destination options for -new command line.
Fixed bug in -new option (no warn for existing destination).
Fixed partially broken 2-pass dual command line option.
Fixed disable of batch sub burn/mux after audio only job.
Fixed bug in FFmpeg/AviSynth editor window expansion.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
FFmpeg 2.5
«
Antwort #55 am:
05 Dezember, 2014, 06:40 »
Release Notes
┌────────────────────────────────────────┐
2 │ RELEASE NOTES for FFmpeg 2.5 "Bohr" │
3 └────────────────────────────────────────┘
4
5 The FFmpeg Project proudly presents FFmpeg 2.5 "Bohr", 2.5 months after the
6 release of 2.4.
7
8 The most important new features are AVFoundation screen-grabbing support,
9 animated WebP decoding support, and Animated PNG support. In addition, many
10 exciting features for video streaming are also implemented, including MPEG-
11 DASH fragmenting muxer, HEVC RTP payload muxer, and UDP Lite support.
12
13 As usual, if you have any question on this release or any FFmpeg related
14 topic, feel free to join us on the #ffmpeg IRC channel (on
15 irc.freenode.net).
16
17 ┌────────────────────────────┐
18 │ 🔨 API Information │
19 └────────────────────────────┘
20
21 FFmpeg 2.5 includes the following library versions:
22
23 • libavutil 54.15.100
24 • libavcodec 56.13.100
25 • libavformat 56.15.102
26 • libavdevice 56. 3.100
27 • libavfilter 5. 2.103
28 • libswscale 3. 1.101
29 • libswresample 1. 1.100
30 • libpostproc 53. 3.100
31
32 Important API changes since 2.4:
33
34 • avpriv_dv_frame_profile2() has been deprecated
35
36
37 Please refer to the doc/APIchanges file for more information.
38
39 ┌────────────────────────────┐
40 │ ★ List of New Features │
41 └────────────────────────────┘
42
43 ┌────────────────────────────┐
44 │ ffprobe │
45 └────────────────────────────┘
46
47 • -show_pixel_formats option
48
49 ┌────────────────────────────┐
50 │ ffserver │
51 └────────────────────────────┘
52
53 • codec private options support
54
55 ┌────────────────────────────┐
56 │ libavcodec │
57 └────────────────────────────┘
58
59 • STL subtitle decoder
60 • libutvideo YUV 4:2:2 10bit support
61 • animated WebP decoding support
62 • zygoaudio decoding support
63 • APNG decoder
64
65 ┌────────────────────────────┐
66 │ libavdevice │
67 └────────────────────────────┘
68
69 • XCB-based screen-grabber
70 • AVFoundation screen capturing support
71
72 ┌────────────────────────────┐
73 │ libavformat │
74 └────────────────────────────┘
75
76 • HEVC/H.265 RTP payload format (draft v6) packetizer
77 • SUP/PGS subtitle demuxer
78 • STL subtitle demuxer
79 • UDP-Lite support (RFC 3828)
80 • MPEG-DASH segmenting muxer, which allows creating DASH compatible
81 fragmented MP4
82 • WebP muxer
83 • APNG demuxer
84
85 ┌────────────────────────────┐
86 │ libavfilter │
87 └────────────────────────────┘
88
89 • xBR scaling filter
90
91 ┌────────────────────────────┐
92 │ libavutil │
93 └────────────────────────────┘
94
95 • CAST128 symmetric block cipher, ECB mode
96
97 ┌────────────────────────────┐
98 │ libpostproc │
99 └────────────────────────────┘
100
101 • visualization support
[close]
http://ffmpeg.org
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.6
«
Antwort #56 am:
05 Dezember, 2014, 19:20 »
Whats new: >>
Simplified batch job list management (Job Control Manager).
Added multiple destination path option (Job Control Manager).
Improved error reporting at Job log (Job Control Manager).
Suppressed lav encoder metadata at FFmpeg log reporting.
Code optimizations for FFmpeg log reporting.
Improved FFmpeg doc viewer (d-click for home. r-click copy).
Fixed broken chapter/track extraction option (FFmpeg change).
Fixed broken D10-IMX templates (FFmpeg change).
Fixed some timing issues when updating audio tools settings.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI v0.8.7
«
Antwort #57 am:
25 Dezember, 2014, 17:30 »
Whats new: >>
Added option to watch a local folder for auto processing.
Added auto disable protocol for batch and watch processing.
Added "@mxf_start" and "@frame_rate" for timecode burn-in.
Added dummy 2-pass option (for vidstab and what may come).
Improvements on "Metadata Manager" auto chapter option.
Re-ordered pre-processing info at FFmpeg log window.
Fixed FFmpeg script parsing bug with -vframes command.
Fixed stream mapping filter graph info at FFmpeg log.
Fixed launch issue with AviSynth routing when dual source.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
FFmpeg 2.5.3
«
Antwort #58 am:
12 Januar, 2015, 18:15 »
Release Notes
version 2.5.3:
- vp9: fix parser return values in error case
- ffmpeg: Clear error message array at init.
- avcodec/dvdsubdec: fix accessing dangling pointers
- avcodec/dvdsubdec: error on bitmaps with size 0
- cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file()
- mov: Fix negative size calculation in mov_read_default().
- avformat/mov: fix integer overflow in mov_read_udta_string()
- mov: Fix overflow and error handling in read_tfra().
- mov: Avoid overflow with mov_metadata_raw()
- avcodec/dvdsubdec: fix out of bounds accesses
- avfilter/vf_sab: fix filtering tiny images
- avformat/flvdec: Increase string array size
- avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream
- avformat/cdxl: Fix integer overflow of image_size
- libavformat: Build hevc.o when building the RTP muxer
version 2.5.2:
- avcodec/indeo3: ensure offsets are non negative
- avcodec/h264: Check *log2_weight_denom
- avcodec/hevc_ps: Check diff_cu_qp_delta_depth
- avcodec/h264: Clear delayed_pic on deallocation
- avcodec/hevc: clear filter_slice_edges() on allocation
- avcodec/dcadec: Check that the added xch channel isnt already there
- avcodec/indeo3: use signed variables to avoid underflow
- swscale: increase yuv2rgb table headroom
- avformat/mov: fix integer overflow of size
- avformat/mov: check atom nesting depth
- avcodec/utvideodec: Fix handling of slice_height=0
- avcodec/xface: correct the XFACE_MAX_* values
- avcodec/vmdvideo: Check len before using it in method 3
- configure: create the tests directory like the doc directory
- mmvideo: check frame dimensions
- jvdec: check frame dimensions
version 2.5.1:
- lavu/frame: fix malloc error path in av_frame_copy_props()
- avformat/aviobuf: Check that avio_seek() target is non negative
- swresample/soxr_resample: fix error handling
- avformat/flvdec: fix potential use of uninitialized variables
- avformat/crypto: fix key vs iv typo
- configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient
- avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()
- avformat/matroskadec: fix handling of recursive SeekHead elements
- doc/examples/filtering_video: fix frame rate
- avcodec/mpegaudiodec_template: only allocate fdsp when its used
- doc/examples/transcoding: check encoder before using it
- update MAINTAINERS file
- POWER LE support in put_vp8_epel_h_altivec_core() put_vp8_epel_v_altivec_core() put_vp8_pixels16_altivec()
- POWER LE support in vc1_inv_trans_8x4_altivec()
[close]
http://ffmpeg.org
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Avanti GUI 0.8.8
«
Antwort #59 am:
26 Januar, 2015, 17:45 »
Whats new: >>
Added "minimize" option to Avanti command line arguments.
Added "resume" (jobs left in queue) to folder watch option.
Attempt to fix timing issues in folder watch option.
Fixed failing 2-pass encoding with folder watch option.
Fixed failing post processing with folder watch option.
Fixed taskbar messages of minimized "Job Control Manager".
Fixed some issues with FFmpeg script error reporting.
Fixed error reporting of commented AviSynth script lines.
Fixed seeking issue with full-screen video preview.
Updated FFmpeg database with latest codec/format additions.
Updated chm context help for changes and additions.
http://avanti.arrozcru.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
Drucken
Seiten:
1
2
3
[
4
]
5
6
7
8
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
Diverse DVB Software für verschiedene Karten
»
# Codecs und entsprechende Tools
»
Thema:
FFmpeg-Projekt vermeldet Fortschritte