Search found 239 matches
- Mon Dec 07, 2020 6:48 pm
- Forum: Devices and Presets
- Topic: How can I frame-double followed by 23-telecine?
- Replies: 7
- Views: 168
Re: How can I frame-double followed by 23-telecine?
Bad news but not unexpected. Simple operations like frame double & telecine would make transcoding a lot easier and give better results. What does HB do if out_rate exactly equals in_rate * 2 (e.g. 24000/1001 to 48000/1001)? What does HB do if out_rate exactly equals in_rate * 1.25 (e.g. 48000/1...
- Mon Dec 07, 2020 8:16 am
- Forum: Devices and Presets
- Topic: How can I frame-double followed by 23-telecine?
- Replies: 7
- Views: 168
How can I frame-double followed by 23-telecine?
Description of problem or question: Here's what I need to do: 23.976_FPS ==> [_frame_double_] ==> [_23-telecine_] ==> 59.940_FPS I need expert advice how to do it. This: 23.976_FPS ==> 47.952_FPS ==> [_save_file_] 47.952_FPS ==> 59.940_FPS will not do for 3 reasons: 1, 23.976_FPS ==> 47.952_FPS (wh...
- Wed May 06, 2020 6:01 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
https://youtu.be/5eu_KjKsnpM You might find this video entertaining. For my terms interlaced systems vs progressive system. We will go with 60hrz cause it’s what we are taking about. Both “systems” (Maybe a poor choice of word, but it’s what I’m gong with. The concept is what matters) are a 60FPS m...
- Wed May 06, 2020 4:51 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
It’s universally rejected because it has no real world use outside your use. The math doesn’t add up and Combing is bad in a progressive system. What math doesn't add up? When telecining p24 to p30 or p60, combing is the result. How else can you add the additional frames? Would you add blank frames...
- Wed May 06, 2020 10:27 am
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
So far, 55-telecine has been universally rejected and I've been ridiculed for proposing it. Frankly, I'm amazed. I think it's rejection is caused by abstraction of video metrics to numbers instead of pictures and reasoning. Well, I have some numbers, too. 23-telecine produces 30FPS video having 12Hz...
- Tue May 05, 2020 9:23 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
No, I really meant field. Try to draw a picture of that. I think you'll see the problem with it. A combed/interlaced image has 2 fields making one frame. Each field a different moment in time. You are left with interlaced/combed frames problem in a progressive system. First, all frames are progress...
- Tue May 05, 2020 8:47 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
I understand the combed frames. But what to do with them in a progressive system. I can A. Leave as is and have combing artifacts few times a second. Yes, that's right. Every 1/12th second, there's a 1/60th second combed frame. It's so brief, it's almost invisible. B. Blur them. Yes, you can do tha...
- Tue May 05, 2020 8:23 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
You have the essential idea but I don't know why you write "not a true representation". How not? Because there is no mathematical way to represent 24 frames into 60 evenly without juter through 6:4 pulldown. I draw pictures (timing diagrams, actually) as I drew in the previous postings. L...
- Tue May 05, 2020 7:44 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
As M2TS files dont contain chapters why would you process one in HB and expect the correct chapters? I don't... Ah, I see the source of confusion, and it's my fault. I've got about 6 balls in the air and things have gotten a little confused. At some particular experimental set up in the past, I ext...
- Tue May 05, 2020 7:05 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
PS: I have done 55-telecine via ffmpeg. ffmpeg -i IN -filter_complex "telecine=pattern=5, split[A][B], [A]select='not(eq(mod((n+1)\,5)\,3))'[C], [B]select='eq(mod((n+1)\,5)\,3)',pp=linblenddeint[D], [C][D]interleave" -map 0 -codec:v libx264 -crf 18 -codec:a copy -codec:s copy -dn OUT The r...
- Tue May 05, 2020 6:57 pm
- Forum: General Questions
- Topic: Judder-free, 60 FPS telecine (?)
- Replies: 55
- Views: 3316
Re: Judder-free, 60 FPS telecine (?)
From what i'm reading as I look what the OP wants to do is basically create a fake frame that's a combination of 2 frames for 1/60th every 2 frames/10. Basically create your own interpolated frame by using combing and blend interlacing. Ingenious, but is not a true representation of the original fi...
- Tue May 05, 2020 4:35 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
You could also use a hex editor and read the 1's and 0's from the HD platters as thats where the data is, its still not a good idea. The playlists exist for a reason. I dont know of any program that gets chapters from an m2ts, do you? M2TS files don't contain chapter indexes. HandBrake gets chapter...
- Tue May 05, 2020 3:40 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
While you seem determined to mess about with m2ts and vob files there is not much more I can help you with. I understand. Thank you for your help; very generous. I feel your frustration and share it. Yes, I mess about with M2TSs & VOBs. They are where the streams are. I don't know of any altern...
- Mon May 04, 2020 8:55 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
Ok, so you are still watching every m2ts/vob to see what they are? Yes. That will be your problem then, you need to find a way to open the root folder or use makemkv to rip your disc. I will try 'eac3to D: -demux' again. I will also try makemkv, though I've already ripped to ISO. I've included the ...
- Mon May 04, 2020 7:21 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
mkvextract apparently only accepts MKV containers, not M2TSs and not VOBs.
- Mon May 04, 2020 7:11 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
In fact your workflow could be: Extract everything with mkvextract/eac3to. mkvextract will not extract chapters. eac3to extracts solely the main feature (longest?) unless I supply a title #. In a script, supplying title #s is problematic. Encode video with ffmpeg, are timestamp issues in container ...
- Mon May 04, 2020 6:07 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
Well, first I run mkvmerge to get the original video & audio & subs. mkvmerge apparently can't get chapters.
Last I run mkvmerge to merge 55-telecine video from ffmpeg + audio-subs-chaps from handbrakecli.
Last I run mkvmerge to merge 55-telecine video from ffmpeg + audio-subs-chaps from handbrakecli.
- Mon May 04, 2020 5:58 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
Muxing? Or demuxing?
- Mon May 04, 2020 5:54 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
Can you not create a mkv from mkvmerge with just the subtitles and chapters in? Nope. I just tried this and it is certainly possible. What was your command line? You first :) Me first? My command? "Roll over." Okay, seriously: mkvmerge --default-duration 0:24000/1001fps -o "%AVOut%\%...
- Mon May 04, 2020 5:36 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
What was your command line?rollin_eng wrote: ↑Mon May 04, 2020 4:49 pmI just tried this and it is certainly possible.markfilipak wrote: ↑Sat May 02, 2020 8:26 pmNope.rollin_eng wrote: ↑Sat May 02, 2020 8:25 pm Can you not create a mkv from mkvmerge with just the subtitles and chapters in?
- Mon May 04, 2020 4:17 pm
- Forum: General Questions
- Topic: ffmpeg-based preset/plug-ins -- Possible?
- Replies: 9
- Views: 727
Re: ffmpeg-based preset/plug-ins -- Possible?
This ping-pong game is making me dizzy.
- Mon May 04, 2020 4:16 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
- Mon May 04, 2020 4:14 pm
- Forum: General Questions
- Topic: ffmpeg-based preset/plug-ins -- Possible?
- Replies: 9
- Views: 727
Re: ffmpeg-based preset/plug-ins -- Possible?
All that's needed is to take streams from 2 files instead of from 1 file.rollin_eng wrote: ↑Mon May 04, 2020 4:00 pm Again HB is not a muxer, it cannot take a bunch of streams and mux them together. It never has and judging what the devs say it never will.
- Mon May 04, 2020 4:12 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
Aw, come on. I'm not a 'C' programmer.
- Mon May 04, 2020 4:08 pm
- Forum: Command Line Interface And Scripting
- Topic: get-them-all-no-matter-what setting for subtitles?
- Replies: 82
- Views: 5181
Re: get-them-all-no-matter-what setting for subtitles?
Well, it should be, for example, when a user doesn't want to transcode the video.