Re: [FFmpeg-user] Transcoding mpeg2video in mpegts to h264 in mpegts has fast playback

2020-09-21 Thread Patrick Double

> On Sep 20, 2020, at 4:38 PM, Carl Eugen Hoyos  wrote:
> 
> Am So., 20. Sept. 2020 um 03:13 Uhr schrieb Patrick Double 
> :
>> 
>>> On Sep 18, 2020, at 1:37 PM, Carl Eugen Hoyos  wrote:
>>> 
>>>> Am 18.09.2020 um 18:51 schrieb Pat Double :
>>>> 
>>>> Here is my sample:
>>>> 
>>>> https://www.dropbox.com/s/7s7itvj1uy2nov7/RobotMaker-short.ts
>>> 
>>> Please provide an input sample, never provide output files unless 
>>> specifically requested.
>> 
>> This is an input sample.
> 
> The file claims to be written by FFmpeg.

First, thanks for your time and insight.

Plex DVR reads the ATSC stream from the TV tuner via Linux DVB and uses ffmpeg 
to assemble the mpegts file.

> You cannot put ass into mpegts.

Understood. I’m only using ass when transcoding to mkv. The closed captions so 
far have been preserved in the h264/mpegts transcode.

> Your input file is NOT interlaced, it is telecined, use an inverse
> telecine filter. Every deinterlacer permanently damages your video, in
> theory an inverse telecine filter creates perfect output.
> Both pullup and fieldmatch seem to work ok for your sample.

That is interesting. Looks like some of the recorded files are interlaced and 
some are progressive. I’m not sure if this is the broadcast or if Plex is doing 
it. Which ever it is I don’t have influence on it.

> The following works and keeps the Closed Captions, it may not
> work correctly with the inverse telecine filter though:
> $ ffmpeg -i input -acodec copy -vcodec lib264 out.ts

That command is producing the same results.

However, I tried playing with QuickTime Player (provided with Mac OS X) and the 
speed is correct. So the fault appears to be with MPlayer OS X Extended. Sorry 
that I didn’t try multiple players before posting.

Thanks again.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Transcoding mpeg2video in mpegts to h264 in mpegts has fast playback

2020-09-21 Thread Patrick Double

> On Sep 20, 2020, at 11:23 AM, Zak Fallows  wrote:
> 
> Hello Pat,
> 
> Please don't take this the wrong way, I am a very curious person and your 
> emails confused me. The first one caught my attention because the subject 
> isn't a question, it is a statement, it says it "has fast playback", so I was 
> wondering "is this a question, or is this person sharing a tip or trick?"

Sorry for the confusion, it’s a statement of something I don’t like :) Namely, 
the transcode plays faster than it should. I should’ve been more clear.

> With that disclaimer out of the way...
> 
> Is your name really Pat B. Double, or is the surname "Double" to imply that 
> this is a second identity?

This is my real name. I’ve had the spelling and pronunciation questioned, but 
never the legitimacy. No worries ;)

> 
> Is the BibleThumper app for PalmOS a joke? I looked at the PDF manual, it 
> looks like a joke. But it claims to be from 2010 and I never had a Palm 
> Pilot. I feel like it might be a joke because your name is Pat B. Double and 
> the files were .PBD files, which could be "PalmOS Binary Data" or something, 
> but that's also just your initials if Pat B. Double is your name.

It’s no joke. It was popular at the time but with the release of the iPhone I 
would have had to re-write it to keep it going and I didn’t have the time. .PBD 
is the required extension for PalmOS Binary Database.

> I have never seen any portion of "The Six Million Dollar Man", it looks 
> interesting. How old are you? I'm 33, it may have been before my time, but 
> maybe I could watch it with my father to appease him.

I’m 44. If you don’t mind cheesy effects I think it’s a pretty good show for 
the genre.

> 
> You also talked about a Plex DVR - is that software, like Plex itself, or a 
> hardware device? I'm looking for a project to do with my father, and we don't 
> have Plex, and the network-accessible-storage drive has tons of permissions 
> problems and "discoverability" problems. I hear good things about Plex.
> 

Plex DVR is a software solution. It’s part of the Plex install, not a separate 
item. You need a compatible TV tuner in your computer.

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Transcoding mpeg2video in mpegts to h264 in mpegts has fast playback

2020-09-19 Thread Patrick Double
> On Sep 18, 2020, at 1:37 PM, Carl Eugen Hoyos  wrote:
> 
> 
> 
>> Am 18.09.2020 um 18:51 schrieb Pat Double :
>> 
>> Here is my sample:
>> 
>> https://www.dropbox.com/s/7s7itvj1uy2nov7/RobotMaker-short.ts
> 
> Please provide an input sample, never provide output files unless 
> specifically requested.

This is an input sample. If you’ll look at the video stream you’ll see it’s 
mpeg2video which is what I’ve stated is the input. The output I desire is h264.

> And please remove -hide_banner from your command line when asking questions 
> here.

My first command output includes the banner. I didn’t think it was necessary to 
include multiple copies of the banner but in the future I will remove 
-hide_banner from all commands.


___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".