Output Failure #2

Closed
opened 2015-03-13 18:33:13 +01:00 by GoogleCodeExporter · 2 comments
GoogleCodeExporter commented 2015-03-13 18:33:13 +01:00 (Migrated from github.com)
I. Compiled with ffmpeg support:

A.
$ ./cfdg ../tentacles.cfdg 
Failed to create movie file: failed to write video file header
ls -lahrt | grep -i output
(nothing)

B.
$ ./cfdg ../tentacles.cfdg -o output.png
...
The output file name is output.png
$  file output.png 
output.png: ISO Media, Apple QuickTime movie

C.
$ ./cfdg ../tentacles.cfdg output.png
...
The output file name is output.png
$  file output.png 
output.png: ISO Media, Apple QuickTime movie

D.
$  ./cfdg ../tentacles.cfdg -V -o output.png
...
The output file name is output.png
output.png: ISO Media, Apple QuickTime movie


II. Disabled ffmpeg support per "src-ffmpeg/README.ffmpeg"

A.
$ ./cfdg ../tentacles.cfdg
Failed to create movie file: Quicktime support not compiled in

B.
$ ./cfdg ../tentacles.cfdg -o output.png
...
Failed to create movie file: Quicktime support not compiled in

C.
$ ./cfdg ../tentacles.cfdg output.png
...
Failed to create movie file: Quicktime support not compiled in


D.
$  ./cfdg ../tentacles.cfdg -V -o output.png
...
Failed to create movie file: Quicktime support not compiled in


What version of the product are you using? On what operating system?
ContextFree 3.0 compressed tarball (v17)
Linux 3.4.6-1-ARCH #1 SMP PREEMPT i686 GNU/Linux

Original issue reported on code.google.com by OrbisVi...@gmail.com on 20 Aug 2012 at 7:32

``` I. Compiled with ffmpeg support: A. $ ./cfdg ../tentacles.cfdg Failed to create movie file: failed to write video file header ls -lahrt | grep -i output (nothing) B. $ ./cfdg ../tentacles.cfdg -o output.png ... The output file name is output.png $ file output.png output.png: ISO Media, Apple QuickTime movie C. $ ./cfdg ../tentacles.cfdg output.png ... The output file name is output.png $ file output.png output.png: ISO Media, Apple QuickTime movie D. $ ./cfdg ../tentacles.cfdg -V -o output.png ... The output file name is output.png output.png: ISO Media, Apple QuickTime movie II. Disabled ffmpeg support per "src-ffmpeg/README.ffmpeg" A. $ ./cfdg ../tentacles.cfdg Failed to create movie file: Quicktime support not compiled in B. $ ./cfdg ../tentacles.cfdg -o output.png ... Failed to create movie file: Quicktime support not compiled in C. $ ./cfdg ../tentacles.cfdg output.png ... Failed to create movie file: Quicktime support not compiled in D. $ ./cfdg ../tentacles.cfdg -V -o output.png ... Failed to create movie file: Quicktime support not compiled in What version of the product are you using? On what operating system? ContextFree 3.0 compressed tarball (v17) Linux 3.4.6-1-ARCH #1 SMP PREEMPT i686 GNU/Linux ``` Original issue reported on code.google.com by `OrbisVi...@gmail.com` on 20 Aug 2012 at 7:32
GoogleCodeExporter commented 2015-03-13 18:33:13 +01:00 (Migrated from github.com)
Already fixed upstream

Original comment by OrbisVi...@gmail.com on 20 Aug 2012 at 7:58

``` Already fixed upstream ``` Original comment by `OrbisVi...@gmail.com` on 20 Aug 2012 at 7:58
GoogleCodeExporter commented 2015-03-13 18:33:13 +01:00 (Migrated from github.com)
Yes, this was fixed in version 3.0.1

Original comment by j...@glyphic.com on 12 Jan 2013 at 8:10

  • Changed state: Verified
``` Yes, this was fixed in version 3.0.1 ``` Original comment by `j...@glyphic.com` on 12 Jan 2013 at 8:10 - Changed state: **Verified**
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: john/context-free#2
No description provided.