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

seek / loop issues #291

Closed
suszig opened this issue Dec 18, 2014 · 1 comment
Closed

seek / loop issues #291

suszig opened this issue Dec 18, 2014 · 1 comment

Comments

@suszig
Copy link

suszig commented Dec 18, 2014

The problem:

  1. seek doesn't work when triggered while playback is going close to the end of file
  2. loop triggers before end of video

Reproduction:
let assume we have 1minute video, MP4 container, h254 codec, AAC Main@L4.1, 29fps, 1080p

  1. play the file, wait until position is 55s, hit "i" button - playback will be stopped
  2. play the file with --loop parameter, loop triggers at 55s

Second try:
file was recompressed using ffmpg -i oldfile.mp4 newfile.mp4 - theoretically it will compress using recommended settings - the same issues occured

I have set 256MB for GPU (RaspberryPI B+)

the problem doesn't exist for AVI / DIVX files

@suszig
Copy link
Author

suszig commented Dec 23, 2014

I did some research - the problem is with MP4 container
the same video stream copied into MKV or AVI works properly

the solution is to use FFMPEG with option "-vcodec copy" and copy stream into different container type

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