Skip to content
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

TRANSCODE OPTIONS not accurate when ts=true #19

Open
amc1804 opened this issue Dec 27, 2015 · 0 comments
Open

TRANSCODE OPTIONS not accurate when ts=true #19

amc1804 opened this issue Dec 27, 2015 · 0 comments

Comments

@amc1804
Copy link

amc1804 commented Dec 27, 2015

With ts=true and debug=true in pyTivo.conf, I pulled H.264/AAC/mp4 to a Roamio, and the log showed the ffmpeg options as:

-vcodec copy
-bsf h264_mp4toannexb
-b 28500k
-maxrate 30000k
-bufsize 4096k
-ab 448k
-ar 48000
-acodec ac3
-copyts
-map 0:0
-map 0:1
-f mpegts

(Hooray for -vcodec copy!)

However, on the TiVo the metadata shows TRANSCODE OPTIONS with -vcodec mpeg2video.

I don't fully understand how pulls work, but it looks like the TiVo first obtains the matadata (including the TRANSCODE OPTIONS) in one request, then transfers the file in a later request, so I'm not sure it's even possible in principle to reliably return accurate TRANSCODE OPTIONS, because they might depend on request parameters that haven't been sent yet.

But maybe the situation isn't as hopeless as it looks to me. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant