VideoHelp Forum




+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 31
  1. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    Hello,

    i have a new receiver, its the kathrein ufs 910, it is a HD receiver which althogh allows me to record hd streams on an extern hdd. it splitts the file in 2 gig parts because the harddisk have to format as fat 32.
    the files are saved in a kind of a ts stream called, trp.

    so i first join them, then i use tsremux to make them as real ts streams.

    then i would like to encode the stream to 720p in x264 with the ac3 stream in an mkv container.
    but every tool or programm i wanted to use was faild to convert the ts stream.
    when i record a non hd show, i can convert it with staxrip or what tool i want to use.

    Codec : AVC
    Codec/Info : MPEG-4 AVC
    Codec profile : Main@L4.0
    Breite : 1920 Pixel
    Höhe : 1088 Pixel
    Bildseitenverhältnis : 16/9
    can anyone help me?

    thank you.

    greets korn hulio
    Quote Quote  
  2. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    with taht tool, i can see qhat is include that ts conatiner, but when i click encode to xvid, it stands at 0,0% all the time, without an error message. allthough i would like to cut a few minuts at the beginning of the movie.
    Quote Quote  
  3. After installing Haali can you play the ts file with Windows Media Player?
    Quote Quote  
  4. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    no i can not
    Quote Quote  
  5. It sounds like you now need an h.264 decoder. I believe Staxrip uses VFW so you can try downloading ffdshow and use its x264 decoder and encoder.
    Quote Quote  
  6. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    i have installed the h264 codec, but it still don't work

    only VLC show the right resolutiuon, but don't start with the movie
    Quote Quote  
  7. VLC does its own file parsing, decompression, etc. So it doesn't require (or even use) installed VFW or DirectShow codecs. It's rather perplexing that VFW won't play your file.

    Maybe you could post a short (5 or 10 seconds) sample recording and someone can take a look at it.
    Quote Quote  
  8. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    ok thank you i try to split it
    Quote Quote  
  9. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    http://rapidshare.com/files/80736302/asd.ts.html

    ok with a tool called avidemux i could splitt a small part of it.

    and i was even able to watch it in media player classic
    Quote Quote  
  10. The file you uploaded has a .ts extension (mpeg transport stream) but it is an AVI file. I don't think it's really representative of your source.

    h.264 is rather difficult to handle with VFW. You might try using AviSynth's DirectShowSource() filter and opening the AVS script in Staxrip.
    Quote Quote  
  11. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    yes i know ist h264 inside. it is from a dvb-s2 source.

    ok i try to use this why. but tomorror, i have to go now. but thank you for your help.
    Quote Quote  
  12. avidemux had no problems encoding your sample

    just set audio to "copy" (it was already AC3), container to MKV, and video to x264 (and adjust the settings like bitrate, #passes, etc...)
    Quote Quote  
  13. I had a "preview" of 2.4 installed and it didn't have an MKV output option. I removed it and installed the final 2.4 release and it does indeed support MKV output.
    Quote Quote  
  14. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    ok so i have tried, to encode it with avidemux, i made all settings and start to ence, but after one minuth there comes a message, that there was a fatal error but there is no file output with a message what is wrong
    Quote Quote  
  15. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    does anyone know a homepage where i can upload the debug text
    Quote Quote  
  16. Just paste or attach it into a post here.
    Quote Quote  
  17. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    ok this is the crash.js

    Code:
    //AD  <- Needed to identify//
    //--automatically built--
    //--Project: C:\Documents and Settings\yxc\avidemux/crash.js
    
    var app = new Avidemux();
    
    //** Video **
    // 01 videos source 
    app.load("O:/htdv_work/h264.ts.idx");
    //01 segments
    app.clearSegments();
    app.addSegment(0,0,205504);
    app.markerA=3134;
    app.markerB=186881;
    app.rebuildIndex();
    
    //** Postproc **
    app.video.setPostProc(3,3,0);
    
    app.video.setFps1000(0);
    
    //** Filters **
    app.video.addFilter("crop","left=0","right=0","top=0","bottom=8");
    app.video.addFilter("mpresize","w=1280","h=720","algo=0");
    
    //** Video Codec conf **
    app.video.codec("X264","2PASS=4073","188 00 00 00 00 00 00 00 00 00 00 00 00 28 00 00 00 1e 00 00 00 3c 00 00 00 0a 00 00 00 33 00 00 00 04 00 00 00 01 00 00 00 28 00 00 00 19 00 00 00 fa 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 04 00 00 00 10 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 00 00 00 ");
    
    //** Audio **
    app.audio.reset();
    app.audio.codec("copy",128,0,"");
    app.audio.normalizeMode=0;
    app.audio.normalizeValue=0;
    app.audio.delay=0;
    app.audio.mixer("NONE");
    app.setContainer("MATROSKA");
    setSuccess(1);
    //app.Exit();
    
    //End of script
    Quote Quote  
  18. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    and here the stdout.txt

    Code:
    *************************
      Avidemux v2.4 (r3731)
    *************************
     http://www.avidemux.org
     Code      : Mean, JSC, Gruntster 
     GFX       : Nestor Di , nestordi@augcyl.org
     Design    : Jakub Misak
     FreeBSD   : Anish Mistry, amistry@am-productions.biz
     Audio     : Mihail Zenkov
     MacOsX    : Kuisathaverat
     Win32     : Gruntster
    
    Compiler: GCC 4.2.1
    Build Target: Microsoft Windows (x86)
    User Interface: GTK+ (2.10.14)
    Operating System: Microsoft Windows XP Professional Service Pack 2 (5.1.2600; 32-bit)
    
    Initialising prefs
    Directory C:\Documents and Settings\yxc\avidemux exists.Good.
    Using C:\Documents and Settings\yxc\avidemux as base directory for prefs/jobs/...
    Preferences found and loaded
    [cpuCaps]Checking CPU capabilities
    		MMX detected 
    		MMXEXT detected 
    		SSE detected 
    		SSE2 detected 
    		SSE3 detected 
    		SSSE3 detected 
    [cpuCaps]End of CPU capabilities check (cpuMask :ffffffff)
    
     Registering Encoders
    *********************
    MJPEG encoder registered
    Xvid-4 encoder registered
    FFmpeg encoder registered
    
    3 encoder(s) registered
    
    [SDL] Version: 1.2.12
    [SDL] Setting video driver to Microsoft Windows GDI
    [SDL] Initialisation succeeded
    [SDL] Video Driver: windib
    
    Initializing WinSock
    WinSock ok
    
    [Locale] setlocale German_Germany.1252
    [Locale] Textdomain was messages
    [Locale] Textdomain is now avidemux
    [Locale] Test: _Datei
    
    Initializing Dithering tables
    [xvid] Initializing global Xvid 4
    [xvid] Build: xvid-1.2.0-dev
    [xvid] SIMD supported: (1cf)
    		MMX
    		MMXEXT
    		SSE
    		SSE2
    Found 19 video encoder
    Found 10 audio encoder
    Found 13 Format 
    Directory C:\Documents and Settings\yxc\avidemux\custom exists.Good.
    No custom script
    Found 0 custom scripts, adding them
    Menu built
    The screen seems to be 1440 x 870 px
    Initializing postproc
    Deleting post proc
    updating post proc
    Enabled type:3 strength:3
    
     Registering Filters
    *********************
    
    Using dummy audio device
    Unable to load [libamrnb-2.dll]: The specified module could not be found.
    
    
    Unable to load [libdts.dll]: The specified module could not be found.
    
    
    Spidermonkey initialized.
    Spidermonkey compiling "C:\Documents and Settings\yxc\avidemux/crash.js"...Done.
    Spidermonkey executing "C:\Documents and Settings\yxc\avidemux/crash.js"...Loading "O:/htdv_work/h264.ts.idx"
    594d4441 -> 594d4441
     
     New mpeg index file detected..
    
      opening d2v file : O:/htdv_work/h264.ts.idx
    For file :O:/htdv_work/h264.ts
    Pic      :1920x1088, 25000 fps
    #Gop     :5176
    #Img     :205504
    Ts: Using 1011 as pid for track 0
    Creating mpeg TS demuxer  main Pid: 1011 , pes id :0, packet size=188
    There was several files, but dont append was forced
    
    Simple loading: 
     file: O:/htdv_work/h264.ts, size: 3222757820 
     found 1 files 
    Done 
    Dropping 0 last B/P frames
     Creating start sequence (1505880)..
    Mmm cound not find a gop start.....
    Reordering mpeg frames
    Renumbered Gop  1 /5176
    
      opening dmx file for audio track : O:/htdv_work/h264.ts.idx
    Ts: Using 1100 as pid for track 0
    Creating mpeg TS demuxer  main Pid: 1100 , pes id :0, packet size=188
    There was several files, but dont append was forced
    
    Simple loading: 
     file: O:/htdv_work/h264.ts, size: 3222757820 
     found 1 files 
    Done 
    Building index with 5176 sync points
    Filling audio header
    Audio index loaded, probing...
    Probing track:0, pid: 1100 pes:0
    
     Syncing on 16384 
    Sync found at offset 0
    
     Syncing on 16384 
    Sync found at offset 0
    Probing track:1, pid: 1101 pes:0
    
     Syncing on 16384 
    Sync found at offset 0
    
     Syncing on 16384 
    Sync found at offset 0
    
     DMX audio initialized (457895424 bytes)
    With 5176 sync point
    Mpeg index file successfully read
    Deleting post proc
    Initializing postproc
    Deleting post proc
    updating post proc
    Enabled type:3 strength:3
    [Editor] Duration in seconds : 8220 , in samples : 0
    
     Decoder FCC: H264 (34363248)
    Searching decoder (1920 x 1088, extradataSize:0)...
    [lavc] Build: 3352580
    [lavc] Initializing H264 decoder with 0 extradata
    [lavc] Decoder init: CODEC_ID_H264 video decoder initialized!
    
     checking for B-Frames...
    [lavc] Err: 32024, size: 32024
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
     ***oops***
    [lavc] Err: 28470, size: 28470
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
     ***oops***
    [lavc] Err: 67257, size: 67257
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
     ***oops***
     * Frame 5 is A B frame, flag not ok
     * Frame 7 is A B frame, flag not ok
     * Frame 8 is A B frame, flag not ok
     * Frame 10 is A B frame, flag not ok
     * Frame 11 is A B frame, flag not ok
    
    [lavc] Err: 73286, size: 73286
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
     ***oops***
     * Frame 17 is A B frame, flag not ok
     * Frame 19 is A B frame, flag not ok
     * Frame 20 is A B frame, flag not ok
     * Frame 22 is A B frame, flag not ok
     * Frame 23 is A B frame, flag not ok
     * Frame 25 is A B frame, flag not ok
     * Frame 26 is A B frame, flag not ok
     * Frame 28 is A B frame, flag not ok
     * Frame 29 is A B frame, flag not ok
     * Frame 31 is A B frame, flag not ok
    
     * Frame 32 is A B frame, flag not ok
     * Frame 34 is A B frame, flag not ok
     * Frame 35 is A B frame, flag not ok
     * Frame 37 is A B frame, flag not ok
     * Frame 38 is A B frame, flag not ok
     * Frame 40 is A B frame, flag not ok
     * Frame 41 is A B frame, flag not ok
     * Frame 43 is A B frame, flag not ok
     * Frame 44 is A B frame, flag not ok
     * Frame 46 is A B frame, flag not ok
     * Frame 47 is A B frame, flag not ok
    
     * Frame 49 is A B frame, flag not ok
    
    
     Mmm this appear to have b-frame...
    
     But the  index is not up to date 
    
    [lavc] Hurry up
    ??0x7
    ??0x6
    ??0x6
    .
    .[errased very mutch by my self]
    .
    ??0x6
    
    [lavc] full decoding
     End of B-frame check
    
     Editor :Audio streamer initialized
     Audio codec:  AC3
    [GTK] Changing size to 1920 1088
    [GTK] Changing size to 1920 1088
    [GTK] Changing size to 960 544
    [lavc] Err: 39722, size: 39722
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 0
    
    ** conf updated **
    clearing segments 
    [Editor] updating soundtracks duration
    
     Syncing on 8192 
    Sync found at offset 0
    A52 sync found at 0 + 0
    
     Syncing on 8192 
    Sync found at offset 0
    A52 sync found at 0 + 0
     trying to sync on frame 205504
    .
    .[errased very mutch by my self]
    .
     trying to sync on frame 204418
    DMX_audio Going out of bound (position : 457894080 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457894080 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204417
    DMX_audio Going out of bound (position : 457891840 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457891840 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204416
    DMX_audio Going out of bound (position : 457889600 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457889600 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204415
    DMX_audio Going out of bound (position : 457887360 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457887360 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204414
    
     Syncing on 8192 
    Sync found at offset 1344
    A52 sync found at 457885120 + 1344
    
     Syncing on 8192 
    Sync found at offset 1344
    A52 sync found at 457885120 + 1344
     Audio start : 0 end : 457886464 size : 457886464
    [Editor] updating soundtracks duration
    
     Syncing on 8192 
    Sync found at offset 0
    A52 sync found at 0 + 0
    
     Syncing on 8192 
    Sync found at offset 0
    A52 sync found at 0 + 0
     trying to sync on frame 205504
    .
    .[errased very mutch by my self]
    .
     trying to sync on frame 204418
    DMX_audio Going out of bound (position : 457894080 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457894080 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204417
    DMX_audio Going out of bound (position : 457891840 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457891840 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204416
    DMX_audio Going out of bound (position : 457889600 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457889600 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204415
    DMX_audio Going out of bound (position : 457887360 asked 8192 end457895424)
    Cannot read enough bytes!
    DMX_audio Going out of bound (position : 457887360 asked 8192 end457895424)
    Cannot read enough bytes!
     trying to sync on frame 204414
    
     Syncing on 8192 
    Sync found at offset 1344
    A52 sync found at 457885120 + 1344
    
     Syncing on 8192 
    Sync found at offset 1344
    A52 sync found at 457885120 + 1344
     Audio start : 0 end : 457886464 size : 457886464
    Deleting post proc
    updating post proc
    Enabled type:3 strength:3
    Fps too low
    Done.
    
     configuring codec :18
    Video duration :7350
    Track1 bitrate :448
    Track2 bitrate :0
    
     configuring codec :18
    
     Canonizing null string ??? (C:\Documents and Settings\yxc\Desktop\avidemux_2.4_win32\)
    
     2 tag 
    
     36 tag 
    
     found : 2 filters
    
     Canonizing null string ??? (C:\Documents and Settings\yxc\Desktop\avidemux_2.4_win32\)
    **saving:**
    Output format:11
     AVI family
    [x264] using I:\hdtv_work\ewiger.stat as logfile
    
    [x264] Encoder ready, w: 1280 h: 720 mode: 3[x264] pass 1
    [x264] codec using I:\hdtv_work\ewiger.stat as statfile
    [x264] Opening x264 for 1280 x 720
    [x264] vui.i_sar_width = 1
    [x264] vui.i_sar_height = 1
    [x264] rc.f_qcompress = 0,60
    [x264] rc.i_vbv_max_bitrate = 0
    [x264] rc.i_vbv_buffer_size = 0
    [x264] rc.f_vbv_buffer_init = 0,90
    [x264] analyse.b_fast_pskip = 0
    [x264] analyse.b_dct_decimate = 1
    [x264] b_interlaced = 0
    [x264] analyse.i_direct_mv_pred = 1
    [x264] rc.i_qp_min = 10
    [x264] rc.i_qp_max = 51
    [x264] rc.i_qp_step = 4
    [x264] i_frame_reference = 1
    [x264] i_scenecut_threshold = 40
    [x264] i_keyint_min = 25
    [x264] i_keyint_max = 250
    [x264] i_bframe = 2
    [x264] i_bframe_bias = 0
    [x264] b_bframe_pyramid = 0
    [x264] analyse. b_bidir_me = 0
    [x264] b_bframe_adaptive = 1
    [x264] analyse.b_weighted_bipred = 0
    [x264] b_cabac = 1
    [x264] analyse.i_trellis = 0
    [x264] analyse.i_subpel_refine = 2
    [x264] analyse.b_chroma_me = 1
    [x264] b_deblocking_filter = 1
    [x264] i_deblocking_filter_alphac0 = 0
    [x264] i_deblocking_filter_beta = 0
    [x264] analyse.i_me_method = 0
    [x264] analyse.i_me_range = 16
    [x264] analyse.b_transform_8x8 = 0
    [x264] analyse.b_mixed_references = 0
    [x264] analyse.i_noise_reduction = 0
    [x264] VBV_max_br = 0
    [x264] vbv_buffer_size = 0
    [x264] f_vbv_buffer_init = 0,900000
    [x264] init ok (atom mode: 1)
    [x264] using threads
    [x264] Nb nal: 3
    [x264] Unknown image type: 0
    [x264] Unknown image type: 0
    [lavc] Err: 2963, size: 2963
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3136
    [x264] Unknown image type: 0
    [x264] Unknown image type: 0
    [x264] Unknown image type: 0
    [x264] Unknown image type: 0
    [x264] Unknown image type: 0
    Pass 1 prefill : 7
    [lavc] Err: 18724, size: 18724
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3164
    [lavc] Err: 28981, size: 28981
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3209
    [lavc] Err: 30440, size: 30440
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3257
    [lavc] Err: 34471, size: 34471
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3305
    [lavc] Err: 89561, size: 89561
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3353
    [lavc] Err: 68458, size: 68458
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3401
    [lavc] Err: 18187, size: 18187
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3436
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] concealing 4080 DC, 4080 AC, 4080 MV errors
    
    [lavc] Err: 17178, size: 17178
    
    [lavc] error in FFMP43/mpeg4!: got picture
    
    Editor: Last Decoding2 failed for frame 3442
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] PAFF interlacing is not implemented
    
    [lavc] illegal short term buffer state detected
    
    [lavc] concealing 4080 DC, 4080 AC, 4080 MV errors
    
    Saving crash file to C:\Documents and Settings\yxc\avidemux/crash.js
    
     **Saving script project **
    Conf size : 188
    
    *********** EXCEPTION **************
    Registers:
    EAX: 00001E80  EBX: 16F85C40  ECX: 00000F40  EDX: 00000008  ESI: 09B92840
    EDI: 00000110  ESP: 0021F734  EBP: 00000000  EIP: 0058DBEF  EFlags: 00010202
    
    Exception Code: EXCEPTION_ACCESS_VIOLATION (C0000005)
    Exception Flags: 00000000
    
    Origin:
    C:\Documents and Settings\yxc\Desktop\avidemux_2.4_win32\avidemux2_gtk.exe(add_pixels_clamped_mmx+0x18DBEF) [0x0058DBEF]
    *********** EXCEPTION **************
    
    *********** BACKTRACE **************
    Frame  0: C:\Documents and Settings\yxc\Desktop\avidemux_2.4_win32\avidemux2_gtk.exe(Z16exceptionHandlerP17_EXCEPTION_RECORDPvP8_CONTEXTS1_+0x10F8EE) [0x0050F8EE]
    Frame  1: C:\WINDOWS\system32\ntdll.dll(RtlConvertUlongToLargeInteger+0x37BF) [0x7C9037BF]
    Frame  2: C:\WINDOWS\system32\ntdll.dll(RtlConvertUlongToLargeInteger+0x378B) [0x7C90378B]
    Frame  3: C:\WINDOWS\system32\ntdll.dll(KiUserExceptionDispatcher+0xEAFA) [0x7C90EAFA]
    *********** BACKTRACE **************
    
    Cleaning up
    [lavc] Destroyed
    Deleting post proc
    Waiting for Spidermonkey to finish...
    Cleaning up Spidermonkey.
    [SDL] Quitting...
    End of cleanup
    
    Images stat:
    ___________
    Max memory consumed (MB)     : 49702
    Current memory consumed (MB) : 8235
    Max image used               : 18
    Cur image used               : 4
    Global mem stat
    ______________
    	Memory consumed: 14 (MB)
    
    Goodbye...
    Quote Quote  
  19. It looks like your source video uses PAFF which is apparently not supported by AviDemux. Programs that don't support PAFF often crash when it's encountered.

    CoreAVC supports PAFF and I believe the latest ffdshow does too. But I don't know if there's any way to coerce AviDemux into using an external decoder.
    Quote Quote  
  20. Member Kayembee's Avatar
    Join Date
    Nov 2007
    Location
    United States
    Search Comp PM
    Originally Posted by jagabo
    It looks like your source video uses PAFF which is apparently not supported by AviDemux. Programs that don't support PAFF often crash when it's encountered.

    CoreAVC supports PAFF and I believe the latest ffdshow does too. But I don't know if there's any way to coerce AviDemux into using an external decoder.
    Wouldn't Avisynth work? Just pass a 1-line script, "DirectShowSource("source")", to AviDemux.
    Quote Quote  
  21. Member
    Join Date
    Nov 2006
    Location
    United States
    Search Comp PM
    The knowledge of encoding, decoding on this site is far greater than my own so excuse me if this is not related.

    I saw that you were trying to encode to H.264 and that at one point it said FFmpeg was listed and that your processor allows SSSE3.


    I do know that after a certain version there seems to be a problem with H.264 and a few dual core processors. Some work, some don't My Core 2 Duo and a Pentium D. What happens when I test it is that it starts to encoded, or starts the encoding procedure but then it crashes.


    This thread describes the issue, and this thread will tell you what was the last version of FFmpeg that was known to work. I have posted in the tread and they list what versions I tested as well. I go them from the mirror download here.

    http://arrozcru.no-ip.org/ffmpeg_forum/viewtopic.php?t=621
    Quote Quote  
  22. Originally Posted by Kayembee
    Originally Posted by jagabo
    It looks like your source video uses PAFF which is apparently not supported by AviDemux. Programs that don't support PAFF often crash when it's encountered.

    CoreAVC supports PAFF and I believe the latest ffdshow does too. But I don't know if there's any way to coerce AviDemux into using an external decoder.
    Wouldn't Avisynth work? Just pass a 1-line script, "DirectShowSource("source")", to AviDemux.
    That's what I thought but AviDemux doesn't seem to open AVS scripts. Maybe someone who knows the program better than I do can give instructions.
    Quote Quote  
  23. To use Avidemux with AVS scripts, you have to use avsproxy

    1) Start "AVS Proxy GUI" (through the start menu => avidemux programs menu)
    2) Load up your AVS script
    3) Startup avidemux, under file there is an option "connect to avs proxy"

    I find this process alot slower (added steps and processing wise) than using avisynth & vdub

    @jagabo - why do you think avidemux isn't able to process the entire original source? It is able to cut a clip and encode that....I'm not following why it shouldn't be able to do the entire source video?
    Quote Quote  
  24. Originally Posted by poisondeathray
    @jagabo - why do you think avidemux isn't able to process the entire original source? It is able to cut a clip and encode that....I'm not following why it shouldn't be able to do the entire source video?
    In Copy (remux) mode AviDemux doesn't have to decompress the frames and hence never sees the PAFF. To resize and reencode it must first decompress the frames.
    Quote Quote  
  25. I don't understand all the expert programming jargon or what PAFF is, I'm just trying to learn some stuff here...

    Why not cut off a "clip" that is 99.99% of the original source and encode that?

    How does the clip that kornhulio provided differ from the original source (besides file length)?

    or is there something else that I'm missing?
    Quote Quote  
  26. Originally Posted by poisondeathray
    I don't understand all the expert programming jargon or what PAFF is, I'm just trying to learn some stuff here...

    Why not cut off a "clip" that is 99.99% of the original source :) and encode that?

    How does the clip that kornhulio provided differ from the original source (besides file length)?

    or is there something else that I'm missing?
    Looking at the log that was posted, the first frame with PAFF is #3436:

    Editor: Last Decoding2 failed for frame 3436
    [lavc] PAFF interlacing is not implemented
    Maybe the AVI file that was posted didn't include any of the frames with PAFF.

    PAFF and MBAFF: http://forum.doom9.org/showthread.php?s=8170837ba15796ac896d6c019bbb5b95&p=927647#post927647

    By the way, I was unable to find the AVS Proxy GUI at first. So I uninstalled AviDemux and resinstalled it. It was then that I saw Avi Proxy GUI wasn't installed by default. This might help the OP.
    Quote Quote  
  27. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    ok thank you for all your post, i do want to convert only a part of it, the comercial at the beginning and the end i even cutted with avidemux.

    i try it with avs
    Quote Quote  
  28. Member
    Join Date
    Jan 2008
    Location
    Germany
    Search Comp PM
    it don't load it in, there is the msg:

    AvsSocket Proxy, derivated from avs2yuv by Loren Merritt
    Loading Avisynth.dll
    Avisynth.dll loaded
    Env created
    Importing..

    Avisynth error:
    DirectShowSource: Could not open as video or audio.



    Video returned: "DirectShowSource : Timeout waiting for graph to start."



    Audio returned: "DirectShowSource : Timeout waiting for graph to start."


    (O:\htdv_work\film.avs, line 1)
    Initializing WinSock
    WinSock ok
    Socket bound to port 9999
    Waiting for client to connect...
    Client connected.
    Received get info...


    and so it stays... for about one hour now
    Quote Quote  
  29. Works for me...

    AvsSocket Proxy, derivated from avs2yuv by Loren Merritt
    Loading Avisynth.dll
    Avisynth.dll loaded
    Env created
    Importing..
    179702691 / 5996080
    Info
    Width :640
    Height :480
    Fps1K :29971
    NbFrame :82807
    Initializing WinSock
    WinSock ok
    Socket bound to port 9999
    Waiting for client to connect...
    Then after connecting the the proxy it continues with

    Client connected.
    Received get info...
    Get frame 0 (old:4294901760)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!