similar to: issue with encoding of one particular file?

Displaying 20 results from an estimated 100 matches similar to: "issue with encoding of one particular file?"

2010 Nov 05
2
Firefox 3.6.12 is not playing my OGV files
on http://www.navratil.cz/SFD2010/ , but Google Chrome and Opera are working fine. Is my HTML5 page correct? Or what I shall change to make it working in Firefox too, please? Thank you, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 22
1
usage of --two-pass parameter with ffmpeg2theora?
Hello, So far I used this command to convert video files: ffmpeg2theora.linux --optimize --no-upscaling --videoquality 5 --audioquality 1 --contact=http://navratil.cz a.mp4 Now I'm trying use --two-pass parameter with ffmpeg2theora 0.25+svn16645 - Xiph.Org libtheora 1.1 20090822 (Thusnelda) if I just add --two-pass, then I'm getting Could not set up the first pass of two-pass mode.
2009 Jun 05
3
cutting (audio) stream stored in ogg (vorbis encoded)
Hi, I am saving vorbis encoded stream in a ogg file. Which tool I can use to cut the file without any decoding / encoding? Just to delete unvanted begin and end. I am using UNIXes or Windows. Thank you, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245
2012 Jul 01
2
can't demux with ogminfo / need to re-pac OGV to MKV
Hello, I need to demux video files created with ffmpeg2theora 0.28+svn18147 I have ogminfo v1.5 and getting this error (ogminfo.c) OGG stream 1 is of an unknown type (bad header?) (ogminfo.c) OGG stream 2 is of an unknown type (bad header?) (ogminfo.c) (a1/serial 1092562206) Vorbis audio (channels 2 rate 48000) Is possible, that ogminfo is older then ffmpeg2theora ? Or what can be the reason?
2010 Sep 29
1
metadata in video file for distribution in HTML5?
Hello, I'm finishing my preparation to distribute video recording from Software Freedom Day 2010 on a HTML5 page with references to video files I had converted thx to ffmpeg2theora to Ogg file with Theora video and Vorbis audio. I have the video files already converted and I wish to add some metadata to video file (and propably to HTML5 page too?) I'm thinking about year, copyright,
2007 Jul 23
0
documentation for encoded video quality / size tuning
Hello, Thank's to fast replies on this list, I can now encode to Theora from demuxed files. Thank you again. So far, I used Vorbis + H.264 (Mencoder, x264, double pass) in Matroska. To be prepared for switch to Vorbis + Theora in Ogg, I need to learn, how to achieve at least close results in quality / size. First result show me, that with video bitrate = 1000, the Ogg file have doubled size
2007 Jul 17
3
TS from DVB-T to Theora + Vorbis
Hello, Could you kindly point me to some instruction, how to encode demuxed files (.m2v and .mp2) to .ogg (Theora + Vorbis)? I was trying to use ffmpeg2theora, but I don't know, how to put two files to ffmpeg2theora (one audio an one video) and did not found, how to mux them into one file? Exist a way, how to do two pass encoding? I'm using Ubuntu Fiesty Linux. Thank you, Jiri Navratil
2012 Mar 04
1
Could not compute QR decomposition of Hessian.
Hi, I created the model below, which returns me the following warning message: In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. ######### Model ######## mDPDF = data.frame(mj1,mj2,mj3,mj4,mj5,eL1,eL2,eL3,eL4,eL5,aC1,aC2,aC3,aC4,disR1,disR2,disR3,disR4,disR5,
2009 Jul 24
1
The Vorbis encoder could not set up a mode according to the requested quality or bitrate.
I built ffmpeg2theora from SVN, using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda from SVN. Running ffmpeg2theora --help reports that ffmpeg2theora accepts a range of -2 to 10 for the --audioquality option and a bitrate of 32 to 500 for the --audiobitrate option, but it doesn't appear to actually accept any of the low end numbers. It appears that the lowest acceptable value for
2010 Feb 14
1
[bug?] strange colors
I have been transcoding a group of panoramic videos using ffmpeg2theora 0.26 i just completed transcoding Naples Cycle HDV.vwmovie the resulting video has some strange colors in it the source video can be got from http://www.eyesee360.com/videowarp/examples/ the resulting images and the theora file can be download from http://www.lightningridgecommunity.com/images/ tom at
2011 Jan 21
1
theora_encode is adding vertical pixels
I am using theora_encode along with ffmpeg: ffmpeg -an -s 1920x1080 -r 24 -i bigbuckbunny.mp4 -vcodec rawvideo \ -pix_fmt yuv420p -f rawvideo - 2>/dev/null \ | ffmpeg -an -f rawvideo -s 1920x1080 -r 24 -i - -f yuv4mpegpipe - 2>/dev/null \ |* theora_encode /dev/stdin 2>/dev/null *| ffmpeg -y -f ogg -i - \ -f mp4 -i bigbuckbunny.mp4 -map 0:0 -map 1:1 -vcodec copy \ -acodec libvorbis -ab
2010 Aug 11
3
Bad results, encoding keynote presentation videos
Hello, hope you can help me. I want to encode a video, which I have exported from Keynote (a program for presentation like MS Power Point) using ffmpeg2theora for html5 web delivery. The result only plays very buggy - frames are dropped, the video hangs and vlc can not output the correct length of the ogv video. Here is the source and the result for download, if you want to reproduce it: the
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
When I converted two files with ffmpeg2theora their duration changed shorter - they seem to play back with accelerated speed. When I play one of them with VLC, the video stops at 99 seconds but audio continues until 170 seconds. The other file is 120 seconds long but it is played back in 80 seconds. Here is ffmpeg2theora output: $ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\
2009 Nov 15
2
is --two-pass intended for target size only or also for better quality?
Hello, Can I achieve with --two-pass better quality for same size or --videoquality 5 is fine and I will not get any improvement? Thank you, Jiri
2009 Jul 16
2
ffmpeg2theora 0.24 regression: accelerated video output (converted from h264)
Here's another problem I have with the 0.24 version of ffmpeg2theora. When I try to convert a h264 file to theora... (Note that for size and runtime reasons, foo.mts is a truncated file, I just took the first 32MB of the original file) ffmpeg2theora-0.24.linux32.bin foo.mts -x 1280 -y 720 -o foo-ffmpeg2theora-0.24.ogv Input #0, mpegts, from 'foo.mts': Duration: 00:00:15.83, start:
2008 Jul 14
2
position of a specific character
Hi All, I'm wondering whether there is a quick way to know the position of a specific charcater in a long character: for example frg="((D:41.04,I:41.04):45.05,(((E:2.32,((G:0.67,J:0.67):0.44,H:1.11):1.21)" and I would like to know that the 1st, 2nd, 26th, 27th, 28th ... character is "(", is there a quick way to do that? Thanks! Hua
2009 Feb 27
3
luactive question
After a liveupgrade and luactivate I can login to the -new- BE. My question is: do I have to luactive the -old- BE again if I want to chose that one from the grub menu or can I just run it if I want to. -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D + http://nagual.nl/ | SunOS sxce snv107 ++ + All that''s really worth doing is what we do for others (Lewis Carrol)
2009 Aug 20
1
metadata (like title) in OGV?
Hi, I'm trying to add Title and other metadata to OGV, when encoding with ffmpeg2theora 0.24. Unfortunatelly, mplayer and VLC is not showing any metadata. Shall this work with ffmpeg2theora 0.24? Exist something like vorbiscomment to check / do it with OGG/Vorbig/Theora? Thank you, Jiri
2008 Oct 10
4
ffmpeg2theora 0.22 released
ffmpeg2theora 0.22 is out - http://v2v.cc/~j/ffmpeg2theora * enable v4l input again (-f video4linux or -f video4linux2) * ability to set framerate for image sequences (--inputfps) * fix several memory leaks * if only width or height are given, the other is set to preserve aspect ratio * -start / -end options now work with audio only input * new option --novideo to disable video
2008 Oct 10
4
ffmpeg2theora 0.22 released
ffmpeg2theora 0.22 is out - http://v2v.cc/~j/ffmpeg2theora * enable v4l input again (-f video4linux or -f video4linux2) * ability to set framerate for image sequences (--inputfps) * fix several memory leaks * if only width or height are given, the other is set to preserve aspect ratio * -start / -end options now work with audio only input * new option --novideo to disable video