Page 1 of 1

Custom profile editor comments

Posted: Fri Apr 11, 2014 9:25 am
by cedric
Hi all,

Like you can see, an option called "Copy (remux) if possible" is available on all stream sections (video, audio and subtitles).
I think I need to explain this remux option in custom profile editor.

If you check this option in video tab, what the encoder engine will do before starting the process:

1) It check the video source stream to see if it can be remuxed/copied into target container:
- Check if target container support source video codec (for example, can't remux H264 video stream in WebM container). If not, encoding needed...
- If user selected a framerate in custom profile editor (not "same as source" item selected), check if source stream have this framerate. If not, encoding needed...
- If user selected a resolution in custom profile editor (not "same as source" item selected), check if source stream have this resolution. If not, encoding needed...
- If user selected an aspect ratio in custom profile editor, check if source stream have this aspect ratio. If not, encoding needed...
- If user selected a maximum bitrate value in custom profile editor, encoding needed...

When video encoding is needed, Video Converter will use all fields filled by user in custom profile editor (codec, resolution, aspect ratio, framerate, max bitrate)

2) It check the audio source streams to see if they can be remuxed/copied into target container:
- Check if target container support source audio codec (for example, can't remux Ogg audio stream in mpeg container). If not, encoding needed...
- If user selected a channel count in custom profile editor (not "same as source" item selected), check if source stream have this channel count. If not, encoding needed...
- If user selected a bitrate in custom profile editor (not "same as source" item selected), check if source stream have this bitrate. If not, encoding needed...
- If user selected an sample rate in custom profile editor, check if source stream have this sample rate. If not, encoding needed...

When audio encoding is needed, Video Converter will use all fields filled by user in custom profile editor (codec, channels count, bitrate, samplerate)

3) It check the subtitle source streams to see if they can be remuxed/copied into target container:
- Check if target container support source subtitle codec (for example, can't remux ASS subtitle stream in DVD Video container). If not, encoding needed...
- Check if output profile video resolution is the same as source subtitle stream resolution. If not, encoding needed...

When subtitle encoding is needed, Video Converter will use all fields filled by user in custom profile editor (codec).

A little sample to explain:

Source file:
container: .flv
VIDEO stream : H264, 1280x720, 24Img/s, no aspect ratio
AUDIO stream : AAC, 6 channels, 448Kb/s, 48000Hz

User custom profile:
Remux option checked...
container: mkv
VIDEO : codec: mpeg-4, resolution: "Same as source", aspect ratio: "Same as source", framerate: 24 Img/s
AUDIO : codec: AC3, channels: 2, bitrate: 160Kb/s, sample rate 48000Hz

Encoder engine check result:
VIDEO : REMUX CAN BE USED because: mkv container support H264, user doesn't specified resolution and aspect ratio, source framerate is the same as requested by user
AUDIO: REMUX CAN NOT BE USED because: mkv container support AAC codec BUT user requested a channel count and bitrate different from source. So encoding NEEDED and will use AC3, 2 channels, 160Kb/s, 48000Hz

Regards,

Re: Custom profile editor comments

Posted: Wed Apr 16, 2014 11:15 pm
by scorpion90
Hi Cedric,

Thanks for the option to create custom profiles (and remux capabilities) as that opens up a great deal of opportunities to make just what you need.

I appreciate the clarification from your previous post.

Re: Custom profile editor comments

Posted: Sat Jun 21, 2014 3:46 am
by deathsatans
sadly when we choose to create custom profile, we can't edit the merged subtitle parameters, as the result is VERY TINY SUBTITLES.
Can you fix it?

Re: Custom profile editor comments

Posted: Wed Aug 20, 2014 9:40 pm
by eon_designs
Tried using the copy (remux) audio on a bluray that contained DTS tracks.

I had selected a DTS audio with 5.1, in the custom profile tried both AC3 and DTS with the Copy (remux) audio box ticked. Left all other options as same as source.

End result was a video tith DTS 2 Channel audio. For some reason it dropped the 5.1 audio.

Tried again and selected 6 channels, but the result was the same. DTS with only 2 channels.

Re: Custom profile editor comments

Posted: Sun Oct 05, 2014 4:48 am
by mue.mat
Hello
When I'm using "Output format" --> "Custom Profiles", and I wanna have 720p BluRay structure, I put "Video framerate" --> "Same as Source (if compatible)". I tried several movies to convert with a framerate of 25 oder 30, but output framerate every time is 23,97.
I don't understand why input framerate never is output framerate, actually it sould be because the settings are video framerate same as source.
I don't understand.
Thanks and kind regards
Matthias

Re: Custom profile editor comments

Posted: Sun Oct 05, 2014 3:49 pm
by Copnm
Hello mue.mat,

It's rude to infiltrate someone's thread with a separate issue. I've already responded to your similar post elsewhere.

Thanks for reading,
Neil M