Displaying 20 results from an estimated 500 matches similar to: "Re: [Ffmpeg-devel] Re: Ogg Vorbis tracks in QT files"
2003 Mar 14
2
Re: Ogg Vorbis tracks in QT files
D Richard Felker III wrote:
> On Thu, Mar 13, 2003 at 07:26:21PM +0000, Mark Hills wrote:
>>>I tried to bind the 'OggS' 4CC to the vorbis codec in mov.c, but it
>>>doesn't seem to like it... anyway, in QuickTime AFAIK the vorbis track
>>>is embeded in an Ogg container... so we have those alternatives:
>>The example you give from Cinerlerra is the
2007 Aug 30
2
comparing pointer to integer?
For example in src/lib/file-cache.c:
if (cache->mmap_base == MAP_FAILED) {
Should be fixed, probably like this:
if ((int)cache->mmap_base == MAP_FAILED) {
There are a lot of occurences for these in the source. GCC only warns
because of this, but DEC C is known to consider this an error:
Error: file-cache.c, line 79: In this statement, "new_base" and
"(-1)" may
2003 Mar 14
1
Re: Please confirm your message
vorbis@xiph.org wrote:
>Hello, this is the mailing list anti-spam filter at Xiph.Org.
>We need you to confirm your e-mail message with the subject of
>"Re: Please confirm your message".
>
>Please send a message to the following address, or simply use your
>mailer's "Reply" feature.
>
> vorbis+confirm+1047633476.23331.c524c3@xiph.org
>
2003 Mar 14
0
Re: Please confirm your message
vorbis@xiph.org wrote:
>Hello, this is the mailing list anti-spam filter at Xiph.Org.
>We need you to confirm your e-mail message with the subject of
>"Re: Ogg Vorbis tracks in QT files".
>
>Please send a message to the following address, or simply use your
>mailer's "Reply" feature.
>
> vorbis+confirm+1047633300.22723.3e382f@xiph.org
>
2001 Dec 18
2
latest samba_2_2 problem
Just tried the latest cvs samba_2_2 (trying to avoid the winbind memory leak thing).
It configured, compiled and installed fine, but when it came up there was an issue. When my Windows users (Win98 ad Win2K) went into explorer, they could see no names on the folders in samba shares, just blank folders.
I quickly put it back to the older 2.2.2 configuration and everyone is back to normal. Was
2019 Dec 18
1
how to install Cross compiling FFmpeg for Windows and build ffmpeg
Hi,
I have one question:
how to install Cross compiling FFmpeg for Windows and build windows version of ffmpeg on Centos 7?
Thanks!
Regards
Andrew
2002 Jul 19
1
VP3/QT: More QT 6 trouble
It looks like there's more QT 6 trouble, and this is specific to the post-3.2.5.x builds. I'm on it, and will try to sort things out by Monday.
Cheers,
Eric
(not a happy camper!)
--- From a note I sent to Dan Miller:
The "3.2.2.0" binaries on www.vp3.com fail with an error I haven't seen before--"You may experience problems playing a video track in credits_v.mov
2006 Jul 18
0
ffmpeg and IO.popen
i?m fairly new to ruby...
any suggestions getting the below to work...
i?d like to use myfile_field.read within encodeVideo
and then self.data = Student_Interviews.flv
class Myfile < ActiveRecord::Base
.
.
.
def encodeVideo opts #, stream
IO.popen(?ffmpeg #{opts}?, ?w?)#{ |io| io.puts stream}
end
def myfile=(myfile_field)
if myfile_field and myfile_field.length > 0
encodeVideo ?-i
2006 Jun 08
1
rails integrated with VideoEgg or ffmpeg.
Hi,
I was wondering if anybody has successfully integrated Rails with VideoEgg''s
publisher using Perl? I was also wondering if anybody''s tried launching
ffmpeg through Rail''s command-line to dynamically convert videos to
different formats? If so, how hast he experience been? Is it worth doing
this on Windows XP or Linux?
Thanks.
-------------- next part
2006 Apr 21
2
How to call FFMPEG using Rails?
Basically i am wondering how to call ffmpeg in rails so i can read video
files in order to get their properties? My goal is to have ffmpeg read
thru a list of video files and then take their properties and place
these properties along with the name in a sql table.
--
Posted via http://www.ruby-forum.com/.
2008 Apr 17
1
[Bug 15565] New: Support ffmpeg-0.4.9_p20080326
http://bugs.freedesktop.org/show_bug.cgi?id=15565
Summary: Support ffmpeg-0.4.9_p20080326
Product: swfdec
Version: git
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: pclouds at
2008 Oct 01
1
ffmpeg audio not working
I''m converting videos to .flv but I can''t hear any sound. Is this
ffmpeg command correct?
ffmpeg -i #{path} -an -s 480x360 -vcodec flv -r 25 -qscale 8 -f flv -y
#{flv}
Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2012 Mar 23
1
ffmpeg adaptor for ogg123
Hi all,
I'm not sure if this is interesting to you guys (I'm also not 100%
convinced this is the correct list) but I hacked up an adaptor for ogg123
to allow it to use ffmpeg as a decoder. It currently only recognises WMA
files (I wanted to be able to play my wife's music from my Linux music
server) but it would be trivial to extend to any other formats ffmpeg
supports. Anyway, if
2011 Sep 12
0
Converting media to m4v format using ffmpeg
Can anyone help me convert media to m4v format. I guess ffmpeg would
be a nice choice coz I have a rails application where I need to do the
conversion. I google, but could not find the solution.
BTW I am using jplayer for playing video which only takes m4v video
file and thats the reason I need to convert video submitted by user.
Thanks in advance.
--
You received this message because you are
2009 Jul 09
0
Using ffmpeg to downsize mp3s
I''m using ffmpeg to downsize mp3s and it works great. The only
problem I am having is that if the original mp3 has meta information
(e.g. album art), its lost during the conversion. Does anyone know a
way around this?
Thanks,
Tom
2007 Jan 07
1
[PATCH] FFmpeg theora encoding
After taking in the various comments given here is the revised patch.
Perhaps it can be considered for committing.
Unfortunately the VLC playback problem remains but I cannot yet
identify the source of the problem. Hopefully this can be resolved in
a followup commit.
--
Paul Richards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: theora.patch
Type:
2013 Nov 28
1
Cocaine::CommandNotFoundError while using ffmpeg
Hi,
I am using paperclip-ffmpeg gem to create thumbnail for video rails
3.2.12
while uploading following error occurs
[paperclip] [ffmpeg] ffprobe "/tmp/Wildlife_512kb20131128-2794-191vy86.mp4"
2>&1
Completed 500 Internal Server Error in 918ms
Cocaine::CommandNotFoundError (Cocaine::CommandNotFoundError):
please provide me solution
--
You received this message
2009 May 07
1
Consulting replace FFmpeg with Theora
hi,all:
I come here to consult that whether FFmpeg could be replaced with Theora
in our project. Here the thing. Our project, Bluesky(
http://incubator.apache.org/projects/bluesky.html) is podling in Apache
incubation. However, core function of our system, the encode/decode part
which implemented by FFmpeg(GPL licensed)(we mainly use libavcodec and
libavformat library), conflicts with Apache
2009 Jan 03
1
Unable install ffmpeg
Hi,
I installed ffmpeg using yum, and then tried to convert a asx video to flv
it says unable to find encoder x264, eventhough it is installed and I am
able to view it when I check ffmpeg --help.Can anyone tell me how to fix
this issue?
Thanks and Regards
Marky
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jul 17
1
ffmpeg
Hi ALL
I am trying to install
rpm -ivh ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386.rpm
warning: ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386.rpm: V3 DSA
signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libImlib2.so.1 is needed by ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386
libfaad.so.0 is needed by ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386
libpostproc.so.0.0.1 is needed by