Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#63 | Link | |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
New upload: ffmpeg N-116471-g54b0f439ec-g0e09f6d690 (now with libxeve + libxevd)
Code:
[Win32] ffmpeg version N-116469-g34d90c2be5-g0e09f6d690+1 Copyright (c) 2000-2024 the FFmpeg developers [Win64] ffmpeg version N-116471-g54b0f439ec-g0e09f6d690+3 Copyright (c) 2000-2024 the FFmpeg developers built with gcc 14.1.0 (Rev3, Built by MSYS2 project) Quote:
Code:
libavutil 59. 31.100 / 59. 31.100 libavcodec 61. 11.100 / 61. 11.100 libavformat 61. 5.101 / 61. 5.101 libavdevice 61. 2.100 / 61. 2.100 libavfilter 10. 2.102 / 10. 2.102 libswscale 8. 2.100 / 8. 2.100 libswresample 5. 2.100 / 5. 2.100 libpostproc 58. 2.100 / 58. 2.100 |
|
|
|
|
|
|
#64 | Link | |
|
SuperVirus
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,458
|
Quote:
But thanks anyway
__________________
«Your software patents have expired.» |
|
|
|
|
|
|
#65 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
I tried to include as much as I could. Mainly to see if any of the libraries fail. You can surely select a more practical subset for your needs. And possibly some beyond GPL licenses, too...
|
|
|
|
|
|
#66 | Link |
|
Registered User
Join Date: Aug 2013
Posts: 209
|
(I'll just note, & not that I care, but since you built it, figured I'd test it [on Win7], but
that build will no longer work on Windows 7. Similar thread, Gyan FFmpeg, 7.0.1 fails to run on Win7.) Last edited by therube; 19th August 2024 at 20:58. |
|
|
|
|
|
#67 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
If my ffmpeg build links a codec which does not support Windows 7 anymore, or the ffmpeg core relies on OS functions not yet available in Windows 7 (especially related to multithreading), then the whole ffmpeg may not support Windows 7 anymore. That's not my fault but the development progress of ffmpeg.
|
|
|
|
|
|
#69 | Link | |
|
Registered User
Join Date: Aug 2013
Posts: 209
|
(
Quote:
His -n-6.1 [I'll assume] work, as does gyan's ffmpeg-release-essentials [but not ffmpeg-release-full]. ) |
|
|
|
|
|
|
#70 | Link | |
|
SuperVirus
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,458
|
Quote:
Well, misinformation is all that we get for trusting lazy developers... (YES, if someone takes two months to change a few words in a ReadMe.txt, then that someone is definitely lazy).
__________________
«Your software patents have expired.» Last edited by filler56789; 29th August 2024 at 20:58. |
|
|
|
|
|
|
#71 | Link | |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
Big shoutout to Chris Degawa who made mplayer/mencoder compile again!
New upload: mplayer SVN r38666 (2024-11-07) / ffmpeg N-117719-g9687f712c1-g2eb9c35010 Code:
[Win32] ffmpeg version N-117717-ga266bd02d2-g2eb9c35010+1 Copyright (c) 2000-2024 the FFmpeg developers [Win64] ffmpeg version N-117719-g9687f712c1-g2eb9c35010+3 Copyright (c) 2000-2024 the FFmpeg developers built with gcc 14.2.0 (Rev1, Built by MSYS2 project) libavutil 59. 46.100 / 59. 46.100 libavcodec 61. 24.100 / 61. 24.100 libavformat 61. 9.100 / 61. 9.100 libavdevice 61. 4.100 / 61. 4.100 libavfilter 10. 6.101 / 10. 6.101 libswscale 8. 9.101 / 8. 9.101 libswresample 5. 4.100 / 5. 4.100 libpostproc 58. 4.100 / 58. 4.100 Quote:
|
|
|
|
|
|
|
#72 | Link | |
|
Registered User
Join Date: Aug 2013
Posts: 209
|
Quote:
Now they do show a "hack" in there, but if I look at sherpya's build, https://raw.githubusercontent.com/sh...ub/subreader.c, it does not have that hack included (& yet, something he does bypasses the issue)? - With a filename of "für.mp4", mplayer (sherpya build, loading & displaying the sub) shows: Load subtitles in C:\out\MI\ Load subtitles in C:/out/MI/mplayer/sub/ SUB: Added subtitle file (1): C:\out\MI\f├╝r.srt - With r38666, if I drop für.mp4 onto mplayer.exe, it shows: > Load subtitles in C:\out\MI\ But no mention of, SUB: Added... - If I (with r38666): mplayer.exe -sub für.srt für.mp4 I get: SUB: Added subtitle file (1): f├╝r.srt Load subtitles in ./ and that DOES work!? - And with (sherpya's) if I: mplayer.exe -sub für.srt für.mp4 I get: SUB: Added subtitle file (1): f├╝r.srt Load subtitles in ./ Load subtitles in C:/out/MI/mplayer/sub/ SUB: Added subtitle file (2): ./f├╝r.srt So it loads 2 sets of (the same as it is) subtitle. 1 time, it is picked up automatically, based on same name-part, the other from the command line. - Might path separators be playing in, / vs \ ? Last edited by therube; 12th November 2024 at 21:54. |
|
|
|
|
|
|
#75 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
Probably yes. Looking into the EXE I built using M-AB-S, I can find a compiler option "-DMODPLUG_STATIC", and I can find strings mentioning different module formats as demultiplexers. But I have absolutely no clue how to use mplayer to actually play a module file. I do not even know how to make mplayer print out an internal help page.
|
|
|
|
|
|
#76 | Link |
|
Registered User
Join Date: May 2007
Posts: 18
|
After looking into Sherpya's source of mplayer configure file I've made modifications to mabs mplayer configure file (about enabling libmodplug) and got it - now I can play most of tracker formats and even MIDI files. Only thing for MIDI is to find a way of loading external soundfont into mplayer's modplug...
|
|
|
|
|
|
#78 | Link |
|
Registered User
Join Date: Aug 2013
Posts: 209
|
(Just noting that sherpya has released a new build, [20250217]MPlayer r38676+g4dc2ae69e7 - FFmpeg N-118489-g4dc2ae69e7.)
|
|
|
|
|
|
#79 | Link | |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
New upload: mplayer SVN r38677 (2025-02-20) / ffmpeg N-118889-g494e8a12f6-g76f09ab647
Code:
[Win32] ffmpeg version N-118887-g086b57feae-g76f09ab647+1 Copyright (c) 2000-2025 the FFmpeg developers [Win64] ffmpeg version N-118889-g494e8a12f6-g76f09ab647+3 Copyright (c) 2000-2025 the FFmpeg developers built with gcc 14.2.0 (Rev3, Built by MSYS2 project) libavutil 59. 60.100 / 59. 60.100 libavcodec 61. 33.102 / 61. 33.102 libavformat 61. 9.107 / 61. 9.107 libavdevice 61. 4.100 / 61. 4.100 libavfilter 10. 9.100 / 10. 9.100 libswscale 8. 13.103 / 8. 13.103 libswresample 5. 4.100 / 5. 4.100 libpostproc 58. 4.100 / 58. 4.100 Quote:
|
|
|
|
|
|
|
#80 | Link | |
|
Registered User
Join Date: May 2007
Posts: 18
|
Quote:
Hi, how did you compile that mplayer? My attempts to use MABS fails... |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|