#8374: Streaming video + audio to decklink causes duplicate frames and buffer
underflows
-------------------------------------+----------------------------------
Reporter: vschweitzer | Owner:
Type: defect | Status: new
Priority: normal | Component: ffmpeg
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+----------------------------------
Changes (by cus):
* cc: cus (added)
Comment:
Ok, I can see that it is not. You should try creating the file with
uncompressed audio this way:
ffmpeg -i trailer_1080p.mov -ac 2 -acodec pcm_s16le -vcodec copy -af
atrim=end=32.48 trailer_uncompressed.mov
Now the length of audio and video should be the same (you can check with
mediainfo). Decklink output looping (NO -re option!!!) should now just
work.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8374#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".