Hi all, am new here so hello to everyone!!
I discovered this link: https://forum.videohelp.com/topic355179.html
But I am wondering if there is a Linux alternative, preferably one that will run on Debian?
I am using the Darwin Streaming Server and was wondering what tools there might be to convert my videos to MOV and MP4?
They need to be hinted aswell so not sure what to do really.
Any advise would be great thanks!!!
Also for rtsp streaming what ports do I need to open on my NAT? Don't know if is Darwin specific or rtsp protocol specific? Thanks again!
+ Reply to Thread
Results 1 to 12 of 12
-
-
Use ffmpeg and convert to h264 with aac into a mp4. Maybe not as good as the x264 converter though.
See http://64.233.183.104/search?q=cache:TK96XlO5grYJ:rob.opendot.cl/index.php/useful-stuf...ient=firefox-a -
hmm wierd, I attempted pass 1 with code:
Code:ffmpeg -i Wargames.avi -an -pass 1 -vcodec libx264 -b BIT_RATE -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me epzs -subq 1 -trellis 0 -refs 1 -bf 16 -b_strategy 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt BIT_RATE -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 wargames.mp4
Code:FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --prefix=/usr --libdir=${prefix}/lib --shlibdir=${prefix}/lib --incdir=${prefix}/include/ffmpeg --enable-shared --enable-libmp3lame --enable-gpl --enable-libfaad --mandir=${prefix}/share/man --enable-libvorbis --enable-pthreads --enable-libfaac --enable-xvid --enable-libdts --enable-amr_nb --enable-amr_wb --enable-pp --enable-libogg --enable-libgsm --enable-x264 --enable-liba52 --enable-libtheora --extra-cflags=-Wall -g -fPIC -DPIC --cc=ccache cc --enable-swscaler libavutil version: 49.4.0 libavcodec version: 51.40.2 libavformat version: 51.11.0 built on Feb 4 2008 14:45:57, gcc: 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/2733) -> 23.98 (2997/125) Input #0, avi, from 'Wargames.avi': Duration: 01:52:45.8, start: 0.000000, bitrate: 1850 kb/s Stream #0.0: Video: mpeg4, yuv420p, 720x400, 23.98 fps(r) Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s Unknown codec 'libx264'
-
Ok I figured out the codec; that was h265 on my system
However the whole code:
Code:ffmpeg -i INPUT -an -pass 1 -vcodec libx264 -b BIT_RATE -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me epzs -subq 1 -trellis 0 -refs 1 -bf 16 -b_strategy 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt BIT_RATE -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 OUTPUT.mp4
Unknown option -b unrecognized option -bt? am gona keep trying to take the unrecognized stuff out but I fear it wont transcode then! -
hmm without the -b and -bt options it seemed to work?
Do I need the options? -
Right more bad news I'm afraid;
after pass one of the mp4 encode everyhting worked fine, I transferred the file over to my streaming server and again Darwin Streaming server didn't like it?
I don't know what to do anymore -
Supports MOV and MP4 formats
However I recall reading somewhere that they have to be hinted? -
-
I had a look at that before I posted here, it is meant to come with the mpeg4ip suite right?
In Debian I downloaded mpeg4ip which gives me these packages:
Code:libmpeg4ip-0 - end-to-end system to explore streaming multimedia libmpeg4ip-dev - end-to-end system to explore streaming multimedia libmpeg4ip-doc - end-to-end system to explore streaming multimedia - documentation mpeg4ip-server - end-to-end system to explore streaming multimedia mpeg4ip-utils - end-to-end system to explore streaming multimedia
I'm confused! -
If I have to compile it from source:
the project doesn't seem to have any downloads http://mpeg4ip.sourceforge.net/downloads/index.php
All it says is that the tarball is corrupt.
Where can I get it from then? -
hmm after more google'ing i found V. 1.5
however it's not compiling properly.
I typed the make and make install commands after issuing the ./bootstrap as suggested by the website documentation but the make keeps exiting for some reason?
Similar Threads
-
MOV format from video camera>avidemux>mp4 out of sync
By duhmez in forum Video ConversionReplies: 2Last Post: 7th Apr 2011, 20:36 -
Video Converting HD 720p .mov to .mp4?
By jamorama in forum Video ConversionReplies: 4Last Post: 18th Jun 2010, 13:37 -
Converting from Flash .flv format to iPod Compatible .mp4 format in ffmpegX
By bananasontoast in forum ffmpegX general discussionReplies: 1Last Post: 3rd Jan 2009, 09:15 -
Trailers MOV format -- How to decode/demux/trancode to .MP4 ? [Solved]
By vhelp in forum Video ConversionReplies: 27Last Post: 21st Jun 2008, 14:00 -
MP4 files in MOV format - how to play in dvd/divx player
By glen_s in forum Newbie / General discussionsReplies: 1Last Post: 24th Nov 2007, 03:49