Changes between Initial Version and Version 1 of Ticket #735, comment 3
- Timestamp:
- 12/15/2011 09:30:33 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #735, comment 3
initial v1 6 6 * ffmpeg -y -i in.mp4 -vcodec libtheora -b 1000k -acodec libvorbis out.ogv 7 7 * ffmpeg -y -i out.ogv -vcodec copy -acodec copy out2.ogv 8 * The resulting '''out .ogv''' file is broken (the audio drifts quickly and goes out of sync with the video).8 * The resulting '''out2.ogv''' file is broken (the audio drifts quickly and goes out of sync with the video). The first '''out.ogv''' file appears to be fine. 9 9 10 10 This appears to be a breakage in the '''OGG''' reader, since it happens whenever you COPY or possibly even read OGG streams.


