-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for avi (mpeg4/mp3) #5
Comments
I added it in the latest version 1.0.6. It uses Let me know how it works for you. |
First of all thanks for implementation, haven't had time to test properly but from the quick glance there's one of the possible issues. According to
I'm seeing this in the log, one the first pass:
On the second pass:
File itself plays correctly on the portable device. Also I've noticed that you have option
|
@BMitrovic17 I am working on a fix and a way to add external subtitles. I'll let you know when it's done. |
@BMitrovic17 So the file correctly encodes and plays, but it displays that yellow error at start? I think it's because it is outputting Pass 1 to NUL and trying to use the log for Pass 2. It should be faster that way as the first pass doesn't need to output an actual file. I also found a bug when choosing a preset size for avi, such as 480 . It was giving DVD Widescreen is https://calculateaspectratio.com/ |
Yeah, file plays correctly. I did use custom size, According to https://trac.ffmpeg.org/ticket/2901 we should use |
I've added the ability to use external subtitles, but I'm running into a problem. The subtitles wont apply when using Maps. This happens on all formats,
I'm also running into the problem of applying the style filter.
I'm using ASS Subtitle Format on MKV. AVI Errors:
|
What I've learned now is to use I'm close to getting this all working. |
@MattMcManis Using |
I've added the options for External Subtitles. Let me know how it works. I haven't added Burn yet.
Examples1 Pass
2 Pass
|
Unfortunately I don't use |
It should work with the same subtitles files you used before if those worked. |
Tried something without the subs
And these are the settings
|
I think it is I will release a fix soon. |
Thanks for testing. We will get it working correctly for you. Press the Update button for the new release. AVI / MPEG-4 RulesThe rules for The controls should now automatically change to work with CBR, VBR, and Lossless.
Errors:Bitrate Error (VBR 2 Pass Only)
Use 1 Pass for VBR Subtitle Conversion Error
Remove with Subtitles: none |
Has it worked for you? I have released another update. |
Sorry for being away for quite some time, Thanks for your hard work :) Tried to test but it fails for subs.
Script is as follows...
Once again i want 'burn in' subs , how to add them is described in my previous comment with the link to ffmpeg's trac -> #5 (comment)
|
I've added Subtitles Burn in the latest version. It does not yet have Font Style. It adds Axiom Script Output:
|
Unfortunately it doesn't work. |
Try adding subtitle Could you link me to a download of a subtitle file you're using so I can test it? My file gives an error when I try to burn. |
I know this is a situation that kinda looks like going few steps back but some of us from the 3rd world (stand alone dvd players/tv's) still can use only Xvid videos with MP3.
Would be great if you could add support for quick choosing of the commands.
Zeranoe's builds removed support for
libxvid
butmpeg4
is still there. Thanks in advance.https://trac.ffmpeg.org/wiki/Encode/MPEG-4
The text was updated successfully, but these errors were encountered: