Hy!
if anyone knows, please help me with these settings:
1.how can configure audio or video with direct stream copy (no convert!).
2.where can configure 1 or 2 pass encoding and profil@level
3.downmix 5.1 to stereo using ffmpeg: I want to add:
thank's in advance!Code:Lo = 1.0 * L + clev * C + slev * Ls ; Ro = 1.0 * R + clev * C + slev * Rs ;
+ Reply to Thread
Results 1 to 7 of 7
-
-
1+2 are basic User Guide stuff. After selecting a preset, you can change most parameters in the right pane. Where you select the video codec, you can change it to PassThru. Where you select the audio codec, you can change it to PassThru. Profile and Level are set in Advanced, under X264 and X265 options. Number of passes is set in General.
I don't know about (3). I only used default downmix until now, but usually let the computer or receiver downmix on the fly. -
Thanks for your help, please tell me if you know myFFmpeg User Guide somewhere.
Unfortunately I have AVI and don't found it in Advanced tab (I want to change Profile and Level)
I found "number of passes" in General tab but where can change bitrate for it?
I don't know about (3). I only used default downmix until now, but usually let the computer or receiver downmix on the fly. -
The Mac version has a link to the web based User Guide in the Help menu. The Mac version doesn’t have the ? and gears icons in the upper right; so maybe look around there?
Originally Posted by atamo
Anyway, in the right pane, in Video, you must set a video codec that supports Profile and Level, like H.264 or H.265. Then in Advanced Options, choose X264 Options part 1 or X265 Options part 1, and you may there set the Profile and Level.
Originally Posted by atamo -
Windows version don't has User Guide only a Tutorial with How to Install and something with how to Trimming
What do you mean? Is your source AVI or your desired output AVI?
Anyway, in the right pane, in Video, you must set a video codec that supports Profile and Level, like H.264 or H.265. Then in Advanced Options, choose X264 Options part 1 or X265 Options part 1, and you may there set the Profile and Level. -
Ah, XVID, you hadn’t mentioned that yet. The GUI doesn’t have settings for XVID profile and level (or the profile and level for any MPEG-4 Part 2 variation (DIVX/XVID/MPEG4/MSMPEG4)).
It seems ffmpeg sets this Profile@Level on its own, based on which advanced features (B-frames, etc.) you set. Simple@L3 will be set for no advanced features (default XVID settings), but that seems wrong here, as that is set even for files that exceed the limits set for that standard. Advanced Simple@L5 might seem more appropriate, describing more complexity, more frame size and more bitrate. Probably most XVIDs should be set to Advanced Simple Profile. [Note that the levels for SP have a different meaning than for ASP.]
It seems ffmpeg 3.3 still sets Simple@L3 in the output file, even if you instruct Advanced Simple@L5 for the video encoding, by addition of a custom string in General:Custom Encode options -profile:v 15 -level 5 (case 0xF5). Unless you actually set one of the advanced complexity features.
I don’t think myFFmpeg can do anything about that. The underlying ffmpeg has this behavior. It has been like this for years, and the focus for improvement is never on older tech (XVID).
So to get Advanced Simple@L5, you should also change something from default to something specific for ASP (e.g. B-frames). 1 frame would do it (Advanced>Generic>B-frames).
Similar Threads
-
Who use myFFmpeg? How to encode multiple files onto 1 file?
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 14th Jul 2017, 06:09 -
myFFmpeg: how to invalidate this -S 1920x1080 line?
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 26th Jun 2017, 01:15 -
Myffmpeg converter help!!!
By Hiacios in forum Video ConversionReplies: 5Last Post: 9th Jun 2016, 03:41 -
myFFmpeg for Windows - beta testers required
By osxbytes in forum Latest Video NewsReplies: 17Last Post: 5th Feb 2015, 16:12 -
Which container shall I go with? What are my options?
By elsmandino in forum Video ConversionReplies: 6Last Post: 16th Jul 2013, 08:34