+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 8 of 8
			
		
- 
	I don't need to convert video, for this I use ShanaEncoder. 
 
 My goal is to learn coding with FFMPEG to write a queue demuxer/muxer for SE, and I have problems because the code line is splitted in many fields in the paramenters window...
 
 If I 'm not able to do this, I want release the same job in FFQueue.
 
 I have found this tutorial:
 https://lukas.zapletalovi.com/posts/2021/demux-mux-and-cut-mp4-in-ffmpeg/
- 
	AND 
 
 Is too me contradictory...
 
 Not sure how to help you as ffmpeg is command line type program...
 
 Perhaps this can be more helpful https://trac.ffmpeg.org/wiki/WikiStart
 
 Anyway you should be more familiar with ffmpeg documentation located at https://ffmpeg.org/documentation.html
- 
	I know what you mean... 
 
 I don't want use anymore the old ms-dos windows (it's too slow).
 The perfect program for me is one where, in a gui, I have to insert only the command and all the other functions are visual.
- 
	Since Windows NT there is no MSDOS in Windows, alternatively to CMD you may use PowerShell and in fact both environments are faster than GUI. 
 
 
 So there is plenty of GUI's for ffmpeg, and technically i never use command line to run ffmpeg, instead using batch (script) with many commands inside - this work as single command and you can even drag & drop so in fact no commands required.
 
 This is most convenient way of working with ffmpeg IMHO. I can't imagine to put all stuff like bellow in command line without batch:
 
 Code:ffmpeg -re -y -hide_banner -loglevel 8 -stats -f lavfi -i "color=c=gray:s=hd1080:r=50:d=-1,drawtext='fontsize=136:fontcolor=black@0.8:box=1:boxcolor=white@0.5:boxborderw=16:fontfile=blah.ttf:text=%{localtime\\: %d\\\\\\/%m\\\\\\/%y %H\\\\\\:%M\\\\\\:%S }:x=(w-tw)/2:y=2*th+(h-th)/2',drawtext='fontsize=136:fontcolor=white@0.8:box=1:boxcolor=black@0.5:boxborderw=16:fontfile=blah.ttf:timecode=''00\\:00\\:00\\:00'':r=50:x=(w-tw)/2:y=(h-th)/2',drawtext='fontsize=136-64:fontcolor=white@0.8:box=1:boxcolor=black@0.75:boxborderw=16:fontfile=blah.ttf:text='blahblah':x=(w-tw)/2:y=th',scale='720:576:sws_flags=bilinear:sws_dither=0:in_range=1:out_range=1',setdar=dar=16/9,tinterlace=mode=interleave_top,format=pix_fmts=yuv420p,setpts=PTS-STARTPTS" -c:v mpeg2video -profile:v 4 -level:v 8 -mpv_flags +skip_rd+strict_gop -q:v 4 -maxrate:v 14999K -bufsize:v 1835k -flags:v +ilme+ildct+cgop+low_delay+qscale -slices 4 -thread_type +slice+frame -dc 10 -intra -g 1 -bf 0 -top 1 -non_linear_quant 0 -alternate_scan 1 -seq_disp_ext 1 -sc_threshold 2G -me_method 0 -motion_est 0 -subq 0 -mbd 0 -precmp zero -skipcmp zero -ps 1316 -color_primaries 5 -color_trc 5 -colorspace 5 -color_range 2 -an -dn -sn -f mpegts -start_at_zero -muxrate 44000588.0 -mpegts_original_network_id 3 -mpegts_transport_stream_id 3 -mpegts_service_id 3 -mpegts_pmt_start_pid 32 -mpegts_start_pid 64 -streamid 0:512 -metadata "service_provider=blahblah" -metadata "service_name=blahblah" -tables_version 0 -mpegts_service_type 0x01 -y "udp://232.0.35.1:1000?pkt_size=1316"
- 
	
- 
	+1. No GUI for me, command line preferred; if command line is too complex, write a batch scriptThis is most convenient way of working with ffmpeg IMHO
Similar Threads
- 
  VSDC -Beginner - Help turn me into a piece of coalBy GlenM10 in forum Newbie / General discussionsReplies: 0Last Post: 17th May 2020, 16:40
- 
  Online course to take for a beginner?By rollerblader14 in forum Newbie / General discussionsReplies: 2Last Post: 5th Aug 2019, 18:13
- 
  Video taking equipment for beginner?By kenny1999 in forum Newbie / General discussionsReplies: 20Last Post: 13th Jul 2019, 09:54
- 
  Beginner Filming Small Objects and ToysBy Hugaluga in forum Newbie / General discussionsReplies: 2Last Post: 2nd Sep 2018, 02:07
- 
  Beginner Encoding?By SirDarknight in forum Newbie / General discussionsReplies: 2Last Post: 3rd May 2018, 19:15


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote 
 
			
			 
			

